|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationshipResolver
RelationshipResolver interface defines a strategy to resolve relationships among entities.
Method Summary | |
---|---|
java.lang.String |
getParentName()
Get the ParentName value. |
boolean |
related(WorldEntity entity1,
WorldEntity entity2)
Augments the relationship between two entities. |
EntityGraph |
resolve()
Resolves the relationships by creating a graph of entity vertices and relationship edges. |
Method Detail |
---|
boolean related(WorldEntity entity1, WorldEntity entity2)
entity1
- a world entityentity2
- another world entity
EntityGraph resolve()
java.lang.String getParentName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |