|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.molwind.model.BaseRelationship org.molwind.model.PartOf
public class PartOf
PartOf relationship type.
Constructor Summary | |
---|---|
PartOf(WorldEntity left,
WorldEntity right)
Creates a new partof relationship object. |
Method Summary | |
---|---|
boolean |
contains(WorldEntity part)
Tests whether the given entity has a part of relationship. |
Methods inherited from class org.molwind.model.BaseRelationship |
---|
equals, getLeft, getRight, hashCode, isTransitive, left, matches, right, setLeft, setRight |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartOf(WorldEntity left, WorldEntity right)
left
- left argument world entityright
- right argument world entityMethod Detail |
---|
public boolean contains(WorldEntity part)
part
- the given entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |