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

Packages that use RwiReference
com.togethersoft.openapi.ide.diagram 
com.togethersoft.openapi.ide.util 
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.enum 
com.togethersoft.openapi.util 

Uses of RwiReference in com.togethersoft.openapi.ide.diagram
 

Methods in com.togethersoft.openapi.ide.diagram that return RwiReference
RwiReferenceIdeDiagramElement.getRwiReference()
           Returns RwiReference to the RwiElement being visualized by this IdeDiagramElement.
 

Methods in com.togethersoft.openapi.ide.diagram with parameters of type RwiReference
IdeDiagramElementIdeDiagram.findElement(RwiReference rwiReference)
           Returns IdeDiagramElement corresponding to the RwiElement referred to by the specified RwiReference.
 

Uses of RwiReference in com.togethersoft.openapi.ide.util
 

Methods in com.togethersoft.openapi.ide.util that return RwiReference
RwiReferenceRwiReferenceService.getRwiReference()
           Returns RwiReference that this component represents.
 

Uses of RwiReference in com.togethersoft.openapi.rwi
 

Subinterfaces of RwiReference in com.togethersoft.openapi.rwi
interface RwiDiagramReference
           A reference to a diagram
interface RwiLinkReference
           A reference to a link.
interface RwiMemberReference
           A reference to a member.
interface RwiNodeReference
           A reference to a node.
 

Methods in com.togethersoft.openapi.rwi that return RwiReference
RwiReferenceRwiDiagram.addReference(RwiElement element)
           Creates a reference to model's element in this diagram.
RwiReferenceRwiDiagram.findReference(RwiElement element)
           Given the RwiElement returns a reference to it in this diagram.
RwiReferenceRwiDiagram.findReference(String uniqueName)
           Given the unique name of the RwiElement returns a reference to it in this diagram.
RwiReferenceRwiLinkReference.getDestinationReference()
           Returns a reference to the destination for this reference's link.
RwiReferenceRwiLinkReference.getSourceReference()
           Returns a reference to the source for this reference's link.
 

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

Methods in com.togethersoft.openapi.rwi.enum that return RwiReference
RwiReferenceRwiReferenceEnumeration.nextRwiReference()
          
 

Uses of RwiReference in com.togethersoft.openapi.util
 

Methods in com.togethersoft.openapi.util that return RwiReference
static RwiReference[]RwiElementsUtil.getRwiReferences(IdeContext context)