Uses of Interface
org.eclipse.uml2.uml.Port

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

Uses of Port in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Port
 Port UMLFactory.createPort()
          Returns a new object of class 'Port'
 Port Trigger.getPort(String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Port' reference list
 Port Trigger.getPort(String name, Type type, boolean ignoreCase)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Port' reference list
 Port Port.getRedefinedPort(String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Redefined Port' reference list
 Port Port.getRedefinedPort(String name, Type type, boolean ignoreCase)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Redefined Port' reference list
 Port InvocationAction.getOnPort()
          Returns the value of the 'On Port' reference
 Port EncapsulatedClassifier.createOwnedPort(String name, Type type)
          Creates a new Port, with the specified 'Name', and 'Type', and appends it to the 'Owned Port' reference list
 Port EncapsulatedClassifier.getOwnedPort(String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Owned Port' reference list
 Port EncapsulatedClassifier.getOwnedPort(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Owned Port' reference list
 

Methods in org.eclipse.uml2.uml 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Port
 boolean UMLValidator.validatePort(Port port, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validatePort_validateRequiredInterfaces(Port port, DiagnosticChain diagnostics, Map context)
          Validates the validateRequiredInterfaces constraint of 'Port'
 boolean UMLValidator.validatePort_validatePortAggregation(Port port, DiagnosticChain diagnostics, Map context)
          Validates the validatePortAggregation constraint of 'Port'
 boolean UMLValidator.validatePort_validatePortDestroyed(Port port, DiagnosticChain diagnostics, Map context)
          Validates the validatePortDestroyed constraint of 'Port'
 boolean UMLValidator.validatePort_validateDefaultValue(Port port, DiagnosticChain diagnostics, Map context)
          Validates the validateDefaultValue constraint of 'Port'
 Object UMLSwitch.casePort(Port object)
          Returns the result of interpretting the object as an instance of 'Port'
 


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