Uses of Package
com.togethersoft.openapi.rwi.enum

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

Classes in com.togethersoft.openapi.rwi.enum used by com.togethersoft.openapi.rwi
RwiContainer
           A top-level representative of a container of elements.
RwiDiagram
           RwiDiagram is a set of RwiReference derivatives referencing the model's elements.
RwiElement
           RwiElement is the generic representative of a model's part (package, node, member, diagram and link).
RwiModel
           RwiModel interface provides a set of starting-point methods for working with the model.
RwiNode
           Nodes can contain members and other nodes called subnodes.
RwiNodeReference
           A reference to a node.
RwiPackage
           RwiPackage contains model's data (nodes, members, diagrams, and other packages) in a directory-like structure.
RwiPropertyMap
           Represents a container for the properties.
RwiReference
           RwiReference is a generic type of a reference.
 

Classes in com.togethersoft.openapi.rwi.enum used by com.togethersoft.openapi.rwi.enum
RwiContainerEnumeration
           Enumeration of RwiContainers.
RwiDiagramEnumeration
           Enumeration of RwiDiagrams.
RwiDiagramReferenceEnumeration
           Enumeration of RwiDiagramReferences.
RwiLinkEnumeration
           Enumeration of RwiLinks.
RwiLinkReferenceEnumeration
           Enumeration of RwiLinkReferences.
RwiMemberEnumeration
           Enumeration of RwiMembers.
RwiMemberReferenceEnumeration
           Enumeration of RwiMemberReferences.
RwiNodeEnumeration
           Enumeration of RwiNodes.
RwiNodeReferenceEnumeration
           Enumeration of RwiNodeReferences.
RwiPackageEnumeration
           Enumeration of RwiPackages.
 

Classes in com.togethersoft.openapi.rwi.enum used by com.togethersoft.openapi.rwi.extension
RwiMemberProvider
           Presents provider that suited to work with certain rwi member.
RwiMemberProviderAdapter
           Presents minimal implementation of RwiMemberProvider.
RwiPropertyEnumerationAdapter
           Presents default implementation of RwiPropertyEnumeration.
RwiPropertyProvider
           Presents provider that suited to work with certain property.
RwiPropertyProviderAdapter
           Presents default implementation of RwiPropertyProvider.