|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kahina.core.data.KahinaObject
org.kahina.core.KahinaStep
org.kahina.lp.LogicProgrammingStep
org.kahina.swi.SWIPrologStep
public class SWIPrologStep
| Field Summary | |
|---|---|
SWIPrologVariableBindingSet |
inBindings
|
SWIPrologVariableBindingSet |
outBindings
|
| Fields inherited from class org.kahina.lp.LogicProgrammingStep |
|---|
codeLocation, externalID, goalDesc, redone |
| Constructor Summary | |
|---|---|
SWIPrologStep()
|
|
SWIPrologStep(SWIPrologStep original)
|
|
| Method Summary | |
|---|---|
SWIPrologStep |
copy()
|
void |
setInBindings(String[] keys,
String[] values)
|
void |
setOutBindings(String[] keys,
String[] values)
|
| 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 |
|---|
public SWIPrologVariableBindingSet inBindings
public SWIPrologVariableBindingSet outBindings
| Constructor Detail |
|---|
public SWIPrologStep()
public SWIPrologStep(SWIPrologStep original)
| Method Detail |
|---|
public SWIPrologStep copy()
copy in class LogicProgrammingStep
public void setInBindings(String[] keys,
String[] values)
public void setOutBindings(String[] keys,
String[] values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||