|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityEdge
EntityEdge represents relationships of entities.
Method Summary | |
---|---|
int |
getEdgeWeight()
Get the Weight value. |
Relationship |
getRelationship()
Get the Relationship value. |
EntityVertex |
getV1()
Get the V1 value. |
EntityVertex |
getV2()
Get the V2 value. |
edu.uci.ics.jung.graph.util.Pair<EntityVertex> |
getVerticePair()
Returns the vertices |
void |
setRelationship(Relationship newRelation)
Set the Relationship value. |
Method Detail |
---|
Relationship getRelationship()
void setRelationship(Relationship newRelation)
newRelation
- the new Relationship valueint getEdgeWeight()
edu.uci.ics.jung.graph.util.Pair<EntityVertex> getVerticePair()
EntityVertex getV1()
EntityVertex getV2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |