jtp.time.demod
Class TimePointMappingReasoningStep
java.lang.Object
|
+--jtp.proof.Proof
|
+--jtp.ReasoningStep
|
+--jtp.time.demod.TimePointMappingReasoningStep
- All Implemented Interfaces:
- Cloneable, Serializable, Unifyable
- public class TimePointMappingReasoningStep
- extends ReasoningStep
- implements Serializable
- See Also:
- Serialized Form
Method Summary |
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 |
TimePointMappingReasoningStep
public TimePointMappingReasoningStep(Object goal)
tracePrint
public String tracePrint()
- Description copied from class:
ReasoningStep
- Returns a string that describes the inference that this reasoning
step makes.
- Specified by:
tracePrint
in class ReasoningStep