|
JTP API Documentation | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jtp.frame.vc.ValueLink
ValueLink.java This class represents the inclusion of one value collection, the source, into another, the target.
| Field Summary | |
protected ReasoningStep |
proof
|
ValueCollection |
source
the collection being included into the target |
ValueCollection |
target
the collection being included into the target |
| Constructor Summary | |
ValueLink(ValueCollection source,
ValueCollection target,
ReasoningStep proof)
Creates a link from source to target. |
|
| Method Summary | |
boolean |
equals(Object o)
|
ReasoningStep |
getProof()
|
ReasoningStep |
getProof(Object o)
|
ValueCollection |
getSource()
accessor function to source |
ValueCollection |
getTarget()
accessor function to target |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public transient ValueCollection source
public transient ValueCollection target
protected transient ReasoningStep proof
| Constructor Detail |
public ValueLink(ValueCollection source,
ValueCollection target,
ReasoningStep proof)
| Method Detail |
public ValueCollection getSource()
public ValueCollection getTarget()
public ReasoningStep getProof()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ReasoningStep getProof(Object o)
|
JTP API Documentation | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||