Interface ElementView
- All Known Subinterfaces:
CommonElement, ElementCreationCommand, JustificationElement
- All Known Implementing Classes:
AbstractSupport, Conclusion, CreateAbstractSupport, CreateConclusion, CreateEvidence, CreateStrategy, CreateSubConclusion, Evidence, SourcedElement, Strategy, SubConclusion
public interface ElementView
Read-only view of an element's identity: its
id and label.
Implemented by JustificationElement (live model elements) and
ElementCreationCommand
(construction commands), allowing equivalence relations and partition
utilities to operate uniformly over both without requiring one to wrap the
other.
-
Method Summary