Uses of Class
com.togethersoft.openapi.rwi.RwiNodeReference

Packages that use RwiNodeReference
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.enum 

Uses of RwiNodeReference in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiNodeReference
RwiNodeReferenceRwiDiagram.createNode(String shapeType)
           Creates a new node with the specified value of RwiProperty.SHAPE_TYPE property and returns a primary reference to this node.
RwiNodeReferenceRwiDiagram.createNodeByPattern(String language, String patternName)
           Creates a new node using the specified pattern and returns a reference to this node.
RwiNodeReferenceRwiMemberReference.getContainingNodeReference()
           Returns a reference to the containing node for this reference's member.
RwiNodeReferenceRwiNodeReference.getContainingNodeReference()
           Returns a reference to the containg node for this reference's one.
 

Uses of RwiNodeReference in com.togethersoft.openapi.rwi.enum
 

Methods in com.togethersoft.openapi.rwi.enum that return RwiNodeReference
RwiNodeReferenceRwiNodeReferenceEnumeration.nextRwiNodeReference()