|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldEntity | |
---|---|
org.molwind.graph | |
org.molwind.model |
Uses of WorldEntity in org.molwind.graph |
---|
Methods in org.molwind.graph that return WorldEntity | |
---|---|
WorldEntity |
DefaultEntityGraph.findEntity(java.lang.String vertexId)
Finds the given vertex id. |
WorldEntity |
EntityGraph.findEntity(java.lang.String vertexId)
Finds the given vertex id. |
WorldEntity |
DefaultEntityVertex.getEntity()
Get the Entity value. |
WorldEntity |
EntityVertex.getEntity()
Get the Entity value. |
Methods in org.molwind.graph with parameters of type WorldEntity | |
---|---|
void |
DefaultEntityGraph.addEntity(java.lang.String vertexId,
WorldEntity entity)
Adds an entity i.e. |
void |
EntityGraph.addEntity(java.lang.String vertexId,
WorldEntity entity)
Adds an entity i.e. |
void |
DefaultEntityVertex.setEntity(WorldEntity newEntity)
Set the Entity value. |
void |
EntityVertex.setEntity(WorldEntity newEntity)
Set the Entity value. |
Uses of WorldEntity in org.molwind.model |
---|
Classes in org.molwind.model that implement WorldEntity | |
---|---|
class |
BaseWorldEntity
BaseWorldEntity provides a basic implementation of a world entity. |
class |
PlacedWorldEntity
Provides a basic implementation for a placed world entity. |
Methods in org.molwind.model that return WorldEntity | |
---|---|
WorldEntity |
BaseRelationship.getLeft()
Gets the left entity. |
WorldEntity |
Relationship.getLeft()
Gets the left entity. |
WorldEntity |
BaseRelationship.getRight()
Gets the right entity. |
WorldEntity |
Relationship.getRight()
Gets the right entity. |
Methods in org.molwind.model with parameters of type WorldEntity | |
---|---|
boolean |
PartOf.contains(WorldEntity part)
Tests whether the given entity has a part of relationship. |
boolean |
Identity.identical(WorldEntity entity1,
WorldEntity entity2)
Tests whether two world entities are identical. |
static BaseRelationship |
BaseRelationship.left(WorldEntity entity)
Returns a new relationship object with the given entity assigned as the left argument. |
boolean |
RelationshipResolver.related(WorldEntity entity1,
WorldEntity entity2)
Augments the relationship between two entities. |
static BaseRelationship |
BaseRelationship.right(WorldEntity entity)
Returns a new relationship object with the given entity assigned as the right argument. |
void |
BaseRelationship.setLeft(WorldEntity newLeft)
Set the Left value. |
void |
BaseRelationship.setRight(WorldEntity newRight)
Set the Right value. |
Constructors in org.molwind.model with parameters of type WorldEntity | |
---|---|
BaseRelationship(WorldEntity newRight)
Creates a new relationship object where the left argument is assigned at a later stage. |
|
BaseRelationship(WorldEntity newLeft,
WorldEntity newRight)
Creates a new relationship object. |
|
PartOf(WorldEntity left,
WorldEntity right)
Creates a new partof relationship object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |