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(java.lang.String name)
          Retrieves the Port with the specified 'Name' from the 'Port' reference list
 Port Port.getRedefinedPort(java.lang.String name)
          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(java.lang.String name)
          Retrieves the Port with the specified 'Name' from the 'Owned Port' containment reference list
 Port EncapsulatedClassifier.createOwnedPort(EClass eClass)
          Deprecated. Use #createOwnedPort() instead.
 Port EncapsulatedClassifier.createOwnedPort()
          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, java.util.Map context)
           
 java.lang.Object UML2Switch.casePort(Port object)
          Returns the result of interpretting the object as an instance of 'Port'
 


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