Uses of Interface
org.eclipse.uml2.Port

Packages that use Port
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Port in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Port
 Port UML2Factory.createPort()
          Returns a new object of class 'Port'
 Port Trigger.getPort(String unqualifiedName)
          Retrieves the Port with the specified name from the 'Port' reference list
 Port Port.getRedefinedPort(String unqualifiedName)
          Retrieves the Port with the specified name from the 'Redefined Port' reference list
 Port InvocationAction.getOnPort()
          Returns the value of the 'On Port' reference
 Port EncapsulatedClassifier.getOwnedPort(String unqualifiedName)
          Retrieves the Port with the specified name from the 'Owned Port' containment reference list
 Port EncapsulatedClassifier.createOwnedPort(EClass eClass)
          Creates a Port and appends it to the 'Owned Port' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type Port
 void InvocationAction.setOnPort(Port value)
          Sets the value of the 'On Port' reference
 

Uses of Port in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Port
 boolean UML2Validator.validatePort(Port port, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.casePort(Port object)
          Returns the result of interpretting the object as an instance of 'Port'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.