jtp.time
Class TimePointKnowledgeStore.TimePointReasoningStep
java.lang.Object
|
+--jtp.proof.Proof
|
+--jtp.ReasoningStep
|
+--jtp.frame.InferredValueReasoningStep
|
+--jtp.time.TimePointKnowledgeStore.TimePointReasoningStep
- All Implemented Interfaces:
- Cloneable, Serializable, Unifyable
- Enclosing class:
- TimePointKnowledgeStore
- public class TimePointKnowledgeStore.TimePointReasoningStep
- extends InferredValueReasoningStep
- See Also:
- Serialized Form
Method Summary |
protected void |
setBindings(Map bindings)
|
String |
tracePrint()
Returns a string that describes the inference that this reasoning
step makes. |
Methods inherited from class jtp.ReasoningStep |
addContentsIfUnifyable, backtrack, clone, cloneNeedsDereferencing, collectUnifyableElements, contains, createDereferencedClone, deReferenceBindings, deReferenceElement, deReferenceList, deReferenceVariables, getCost, getInference, getSubProofs, getVariables, makeStep, unify |
TimePointKnowledgeStore.TimePointReasoningStep
public TimePointKnowledgeStore.TimePointReasoningStep(Literal goal,
List substeps)
setBindings
protected void setBindings(Map bindings)
tracePrint
public String tracePrint()
- Description copied from class:
ReasoningStep
- Returns a string that describes the inference that this reasoning
step makes.
- Overrides:
tracePrint
in class InferredValueReasoningStep