Package com.togethersoft.openapi.rwi

Class Diagram Summary
rwi 
 

Interface Summary
RwiContainerA top-level representative of a container of elements.
RwiDiagramRwiDiagram
is a set of RwiReference derivatives referencing the model's elements.
RwiDiagramPositions 
RwiDiagramReferenceA reference to a diagram
RwiElementRwiElement is the generic representative of a model's part (package, node,
member, diagram and link).
RwiLanguageDefines string constants for RwiProperty.LANGUAGE
property.
RwiLinkA link between two RwiElements.
RwiLinkPositionsRwiLinkPositions interface.
RwiLinkReferenceA reference to a link.
RwiMemberRwiMember represents member-like model elements, for example an operation or an attribute.
RwiMemberPositions 
RwiMemberReferenceA reference to a member.
RwiModelRwiModel interface provides a set of starting-point methods for working with the
model.
RwiNodeNodes can contain members and other nodes called subnodes.
RwiNodePositionsRwiNodePositions interface.
RwiNodeReferenceA reference to a node.
RwiPackageRwiPackage contains model's data (nodes, members, diagrams, and other packages)
in a directory-like structure.
RwiPatternDefines string constants used as the names for Together's default patterns.
RwiPositionsRwiPositions interface.
RwiPropertyRepresents the element's string property and contains
the names and descriptions of hardcoded properties.
RwiPropertyMapRepresents a container for the properties.
RwiReferenceRwiReference is a generic type of a reference.
RwiShapeTypeDefines string constants for RwiProperty.SHAPE_TYPE property.
RwiVisitorAn implementation of a Visitor pattern from
GoF "Design Patterns" book.
 

Class Summary
RwiModelAccessRwiModelAccess is an abstract class which contains the static getModel method.
RwiVisitorAdapterRwiVisitorAdapter class extends RwiVisitor functionality by
providing two additional methods visitContainer and visitElement.