org.kahina.tralesld
Class TraleSLDStep

java.lang.Object
  extended by org.kahina.core.data.KahinaObject
      extended by org.kahina.core.KahinaStep
          extended by org.kahina.lp.LogicProgrammingStep
              extended by org.kahina.tralesld.TraleSLDStep
All Implemented Interfaces:
Serializable

public class TraleSLDStep
extends LogicProgrammingStep

See Also:
Serialized Form

Field Summary
 TraleSLDVariableBindingSet endBindings
           
 TraleSLDFS endFeatStruct
           
 TraleSLDVariableBindingSet startBindings
           
 TraleSLDFS startFeatStruct
           
 
Fields inherited from class org.kahina.lp.LogicProgrammingStep
codeLocation, externalID, goalDesc, redone
 
Constructor Summary
TraleSLDStep()
           
 
Method Summary
 TraleSLDStep copy()
           
 
Methods inherited from class org.kahina.lp.LogicProgrammingStep
getExternalID, getGoalDesc, getRedone, getSourceCodeLocation, incrementRedone, isRedone, setExternalID, setGoalDesc, setSourceCodeLocation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startFeatStruct

public TraleSLDFS startFeatStruct

endFeatStruct

public TraleSLDFS endFeatStruct

startBindings

public TraleSLDVariableBindingSet startBindings

endBindings

public TraleSLDVariableBindingSet endBindings
Constructor Detail

TraleSLDStep

public TraleSLDStep()
Method Detail

copy

public TraleSLDStep copy()
Overrides:
copy in class LogicProgrammingStep