|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasi.sim.basic.value.AbstractSimValueType
jasi.sim.basic.value.AbstractComparableObject<Element>
jasi.sim.basic.element.AbstractElementBean
jasi.sim.basic.element.relation.BinaryRelationHandler
public abstract class BinaryRelationHandler
Handler for a binary relation of simulation elements.
Field Summary |
---|
Fields inherited from interface jasi.sim.basic.element.Element |
---|
COMPARATOR |
Constructor Summary | |
---|---|
protected |
BinaryRelationHandler()
Constructor of BinaryRelationHandler. |
protected |
BinaryRelationHandler(Id id)
Construct of BinaryRelationHandler. |
Method Summary | |
---|---|
Id |
getFirst()
Get the first element ID. |
Id |
getSecond()
Get the second element ID. |
void |
setFirst(Id first)
Set the first element ID. |
void |
setSecond(Id second)
Set the second element ID. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class jasi.sim.basic.element.AbstractElementBean |
---|
acceptDelete, compareTo, delete, elements, equals, get, getId, getKey, hashCode, isDeleted, registered, set, setId, setKey |
Methods inherited from class jasi.sim.basic.value.AbstractComparableObject |
---|
isEQ, isGE, isGT, isLE, isLT, isNE |
Methods inherited from class jasi.sim.basic.value.AbstractSimValueType |
---|
getContent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BinaryRelationHandler()
protected BinaryRelationHandler(Id id)
id
- The simulation element's ID.Method Detail |
---|
public final void setFirst(Id first)
first
- The first element ID.public final Id getFirst()
public final void setSecond(Id second)
second
- The second element ID.public final Id getSecond()
public java.lang.String toString()
toString
in class AbstractElementBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |