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 EncapsulatedClassifier.createOwnedPort(java.lang.String name, Type type)
          Creates a new Port, with the specified 'Name', and 'Type', and appends it to the 'Owned Port' reference list
 Port UMLFactory.createPort()
          Returns a new object of class 'Port'
 Port InvocationAction.getOnPort()
          Returns the value of the 'On Port' reference
 Port EncapsulatedClassifier.getOwnedPort(java.lang.String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Owned Port' reference list
 Port EncapsulatedClassifier.getOwnedPort(java.lang.String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Owned Port' reference list
 Port Trigger.getPort(java.lang.String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Port' reference list
 Port Trigger.getPort(java.lang.String name, Type type, boolean ignoreCase)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Port' reference list
 Port Port.getRedefinedPort(java.lang.String name, Type type)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Redefined Port' reference list
 Port Port.getRedefinedPort(java.lang.String name, Type type, boolean ignoreCase)
          Retrieves the first Port with the specified 'Name', and 'Type' from the 'Redefined Port' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Port
 org.eclipse.emf.common.util.EList<Port> EncapsulatedClassifier.getOwnedPorts()
          Returns the value of the 'Owned Port' reference list.
 org.eclipse.emf.common.util.EList<Port> Trigger.getPorts()
          Returns the value of the 'Port' reference list.
 org.eclipse.emf.common.util.EList<Port> Port.getRedefinedPorts()
          Returns the value of the 'Redefined 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
 T UMLSwitch.casePort(Port object)
          Returns the result of interpreting the object as an instance of 'Port'
 boolean UMLValidator.validatePort_validateDefaultValue(Port port, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateDefaultValue constraint of 'Port'
 boolean UMLValidator.validatePort_validatePortAggregation(Port port, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validatePortAggregation constraint of 'Port'
 boolean UMLValidator.validatePort_validatePortDestroyed(Port port, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validatePortDestroyed constraint of 'Port'
 boolean UMLValidator.validatePort_validateRequiredInterfaces(Port port, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRequiredInterfaces constraint of 'Port'
 boolean UMLValidator.validatePort(Port port, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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