|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJOpt.SDK.Implementation.Relationship
| Constructor Summary | |
Relationship()
|
|
| Method Summary | |
java.lang.String |
getRelatedNode()
|
int |
getRelationshipType()
|
void |
setRelatedNode(java.lang.String nodeId)
|
void |
setRelationshipType(int relationshipType)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Relationship()
| Method Detail |
public void setRelationshipType(int relationshipType)
setRelationshipType in interface IRelationshiprelationshipType - the type of relationship
1 = node must be visited before related node within the same route
2 = node must not be visited within the same route as the related nodepublic void setRelatedNode(java.lang.String nodeId)
setRelatedNode in interface IRelationshipnodeId - the node id of the related nodepublic int getRelationshipType()
getRelationshipType in interface IRelationshippublic java.lang.String getRelatedNode()
getRelatedNode in interface IRelationship
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||