Class Strategy
java.lang.Object
ca.mcscert.jpipe.model.elements.Strategy
- All Implemented Interfaces:
CommonElement, ElementView, JustificationElement
A reasoning strategy connecting evidence to a conclusion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSupport(SupportLeaf supporter) id()Unique identifier of this element within its containing model.label()Human-readable display label.voidreplaceSupport(SupportLeaf oldSupport, SupportLeaf newSupport) ReplacesoldSupportwithnewSupportin the list of supporters.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface JustificationElement
accept
-
Constructor Details
-
Strategy
-
-
Method Details
-
id
Description copied from interface:ElementViewUnique identifier of this element within its containing model.- Specified by:
idin interfaceElementView
-
label
Description copied from interface:ElementViewHuman-readable display label.- Specified by:
labelin interfaceElementView
-
addSupport
-
getSupports
-
replaceSupport
ReplacesoldSupportwithnewSupportin the list of supporters. -
toString
-