|
|||||||||
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
jasi.sim.basic.element.relation.BinaryRelation
public class BinaryRelation
Binary relations. This kind of relation can contain two elements at maximum.
Field Summary |
---|
Fields inherited from interface jasi.sim.basic.element.Element |
---|
COMPARATOR |
Constructor Summary | |
---|---|
BinaryRelation()
Constructor of BinaryRelation. |
|
BinaryRelation(Id id)
Construct of BinaryRelation. |
Method Summary | |
---|---|
Element |
delete()
Delete this binary relation element. |
Methods inherited from class jasi.sim.basic.element.relation.BinaryRelationHandler |
---|
getFirst, getSecond, setFirst, setSecond, toString |
Methods inherited from class jasi.sim.basic.element.AbstractElementBean |
---|
acceptDelete, compareTo, 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 |
---|
public BinaryRelation()
public BinaryRelation(Id id)
id
- The simulation element's ID.Method Detail |
---|
public Element delete()
delete
in interface Element
delete
in class AbstractElementBean
AbstractElementBean.delete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |