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, conclusion, concreteOverrides, elementsOfType, evidence, findById, getElements, getName, getParent, hasOwnConclusion, inheritedElements, inline, ownElements, plainId, qualifiedCopy, removeElement, setConclusion, setParent, strategies, subConclusions, 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>
-