Class Justification
A concrete justification model. Only accepts
CommonElements — no
abstract supports.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanIncludes all template elements — includingAbstractSupportcopies — so that override commands can find and replace them after inlining.protected <R> RvisitSelf(JustificationVisitor<R> visitor) Methods inherited from class JustificationModel
accept, addElement, aliases, conclusion, concreteOverrides, elementsOfType, evidence, findById, getElements, getName, getParent, hasOwnConclusion, inheritedElements, inline, isInheritedNonSupport, ownElements, plainId, qualifiedCopy, recordAlias, recordUnifiedId, removeElement, setConclusion, setParent, strategies, subConclusions, unifiedIds, validate
-
Constructor Details
-
Justification
-
-
Method Details
-
includeInExpansion
Includes all template elements — includingAbstractSupportcopies — so that override commands can find and replace them after inlining.- Specified by:
includeInExpansionin classJustificationModel<CommonElement>
-
visitSelf
- Specified by:
visitSelfin classJustificationModel<CommonElement>
-