IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.notation.Anchor

Packages that use Anchor
com.ibm.xtools.notation Notation meta-model primary package.  
 

Uses of Anchor in com.ibm.xtools.notation
 

Subinterfaces of Anchor in com.ibm.xtools.notation
 interface IdentityAnchor
           A representation of the model object 'Identity Anchor'.
 

Methods in com.ibm.xtools.notation that return Anchor
 Anchor Edge.getSourceAnchor()
          Returns the value of the 'Source Anchor' containment reference
 Anchor Edge.getTargetAnchor()
          Returns the value of the 'Target Anchor' containment reference
 Anchor Edge.createSourceAnchor(org.eclipse.emf.ecore.EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's SourceAnchor property to the new object.
 Anchor Edge.createTargetAnchor(org.eclipse.emf.ecore.EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's TargetAnchor property to the new object.
 

Methods in com.ibm.xtools.notation with parameters of type Anchor
 void Edge.setSourceAnchor(Anchor value)
          Sets the value of the 'Source Anchor' containment reference
 void Edge.setTargetAnchor(Anchor value)
          Sets the value of the 'Target Anchor' containment reference
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.