Uses of Interface
venice.VRelationship

Uses of VRelationship in venice
 

Subinterfaces of VRelationship in venice
 interface VDependency
          VDependency represents an dependency in the software architecture (UML)
 interface VGeneralization
          VGeneralization represents a generalization in software architecture (UML)
 interface VRealization
          VRealization represents an interface realization (as in UML)
 

Classes in venice that implement VRelationship
 class ZDependency
          ZDependency is a concrete implementation of VDependency interface using Jazz UI library.
 class ZGeneralization
          ZGeneralization is a concrete implementation of VGeneralization interface using Jazz UI library.
 class ZRealization
          ZRealization is a concrete implementation of VRealization interface using Jazz UI library.
 class ZRelationship
          ZRelationship is an implementation of VRelationship interface using Jazz graphics library.
 

Methods in venice that return VRelationship
 VRelationship VModelElement.addToCompositeRelationshipList(VRelationship inRel)
          Add the given relationship to this element's list of composite relationships.
 VRelationship ZPackage.addToCompositeRelationshipList(VRelationship inRel)
           
 VRelationship ZVisualLeafModelElement.addToCompositeRelationshipList(VRelationship inRel)
           
 

Methods in venice with parameters of type VRelationship
static void ClosePackageCommand.addRelationshipToCompRelListNotifyingOtherEnd(VModelElement inElement, VRelationship inRel)
           
static void OpenPackageCommand.decomposeVRelationship(VRelationship inRel)
          Decomposes a composite VRelationship.
 void VModelElement.addRelationship(VRelationship inRelationship)
          Add the given VRelationship, where this element is either the source or destination, to this element's list of original relationships.
 VRelationship VModelElement.addToCompositeRelationshipList(VRelationship inRel)
          Add the given relationship to this element's list of composite relationships.
 void VRelationship.addVRelationshipAsSubrelationship(VRelationship inRel)
          Add the given VRelationship as a subrelationship for this VRelationship.
 void VRelationship.removeSubrelationship(VRelationship inRelationshipToRemove)
          Removes the given relationship from this relationship's list of subrelationships.
 void Visualization.addVRelationship(VRelationship inRelship)
          Adds a relationship to the visualization.
 void Visualization.addVRelationshipWithoutAddingOriginalReference(VRelationship inRelship)
          Add the given relationship to the visualization.
 void Visualization.removeVRelationship(VRelationship inRelship)
          remove a relationship from the visualization.
 void ZPackage.addToHiddenOfferedRealizations(VRelationship inRea)
          Add relationship to this list.
 void ZPackage.addToOfferedRealizationSubstitutions(VRelationship inRea)
          Add relationship to this list.
 void ZPackage.addToRequiredInterfaceSubstitutions(VRelationship inRea)
          Add relationship to this list.
 void ZPackage.addToRequiredRealizations(VRelationship inRea)
          Add relationship to this list.
 void ZPackage.clearRequiredInterfaceSubstitutions(VRelationship inRea)
          Clear VRelationship inRea from this list.
 void ZPackage.addRelationship(VRelationship inRelationship)
           
 VRelationship ZPackage.addToCompositeRelationshipList(VRelationship inRel)
           
 void ZRelationship.addRelationship(VRelationship inRelationship)
          Relationships cannot have relationships attached to themselves so this method does nothing.
 void ZRelationship.addVRelationshipAsSubrelationship(VRelationship inRel)
           
 void ZRelationship.removeSubrelationship(VRelationship inRelationshipToRemove)
           
 void ZVisualLeafModelElement.addRelationship(VRelationship inRelationship)
           
 void ZVisualLeafModelElement.addToHiddenOfferedRealizations(VRelationship inRea)
          Add relationship to this list.
 void ZVisualLeafModelElement.addToOfferedRealizationSubstitutions(VRelationship inRea)
          Add relationship to this list.
 void ZVisualLeafModelElement.addToRequiredInterfaceSubstitutions(VRelationship inRea)
          Add relationship to this list.
 void ZVisualLeafModelElement.addToRequiredRealizations(VRelationship inRea)
          Add relationship to this list.
 void ZVisualLeafModelElement.clearRequiredInterfaceSubstitutions(VRelationship inRea)
          Clear inRea from this list.
 VRelationship ZVisualLeafModelElement.addToCompositeRelationshipList(VRelationship inRel)
           
 void ZVisualization.addVRelationship(VRelationship inRelship)
          Adds a relationship to the visualization.
 void ZVisualization.addVRelationshipWithoutAddingOriginalReference(VRelationship inRelship)
          Adds the given VRelationship to the visualization, but does not add it as an original relationship to the source and destination nodes.
 void ZVisualization.removeVRelationship(VRelationship inRelship)
           
private  boolean ZVisualization.removeVRelationshipFromPackage(VPackage inPackage, VRelationship inRel)
          Removes the relationship from this package.