Package org.drools.tms
Interface LogicalDependency<M extends ModedAssertion<M>>
-
- All Superinterfaces:
org.drools.core.util.Entry<LogicalDependency<M>>,org.drools.core.util.LinkedListNode<LogicalDependency<M>>
- All Known Implementing Classes:
DefeasibleLogicalDependency,SimpleLogicalDependency
public interface LogicalDependency<M extends ModedAssertion<M>> extends org.drools.core.util.LinkedListNode<LogicalDependency<M>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetJustified()TruthMaintenanceSystemActivation<M>getJustifier()MgetMode()ObjectgetObject()
-
-
-
Method Detail
-
getJustified
Object getJustified()
-
getJustifier
TruthMaintenanceSystemActivation<M> getJustifier()
-
getObject
Object getObject()
-
getMode
M getMode()
-
-