com.togethersoft.openapi.rwi
Class Diagram rwi

Class Summary
RwiContainer A top-level representative of a container of elements.
RwiDiagram RwiDiagram is a set of RwiReference derivatives referencing the model's elements.
RwiDiagramPositions 
RwiDiagramReference A reference to a diagram
RwiElement RwiElement is the generic representative of a model's part (package, node, member, diagram and link).
RwiLanguage Defines string constants for RwiProperty.LANGUAGE property.
RwiLink A link between two RwiElements.
RwiLinkPositions RwiLinkPositions interface.
RwiLinkReference A reference to a link.
RwiMember RwiMember represents member-like model elements, for example an operation or an attribute.
RwiMemberPositions 
RwiMemberReference A reference to a member.
RwiModel RwiModel interface provides a set of starting-point methods for working with the model.
RwiModelAccess RwiModelAccess is an abstract class which contains the static getModel method.
RwiNode Nodes can contain members and other nodes called subnodes.
RwiNodePositions RwiNodePositions interface.
RwiNodeReference A reference to a node.
RwiPackage RwiPackage contains model's data (nodes, members, diagrams, and other packages) in a directory-like structure.
RwiPattern Defines string constants used as the names for Together's default patterns.
RwiPositions RwiPositions interface.
RwiProperty Represents the element's string property and contains the names and descriptions of hardcoded properties.
RwiPropertyMap Represents a container for the properties.
RwiReference RwiReference is a generic type of a reference.
RwiShapeType Defines string constants for RwiProperty.SHAPE_TYPE property.
RwiVisitor An implementation of a Visitor pattern from GoF "Design Patterns" book.
RwiVisitorAdapter RwiVisitorAdapter class extends RwiVisitor functionality by providing two additional methods visitContainer and visitElement.