Uses of Interface
org.eclipse.uml2.OutputPin

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

Uses of OutputPin in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return OutputPin
 OutputPin UML2Factory.createOutputPin()
          Returns a new object of class 'Output Pin'
 OutputPin TestIdentityAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin TestIdentityAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadVariableAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadVariableAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadStructuralFeatureAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadStructuralFeatureAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadSelfAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadSelfAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadLinkObjectEndQualifierAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadLinkObjectEndQualifierAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadLinkObjectEndAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadLinkObjectEndAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadLinkAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadLinkAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadIsClassifiedObjectAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadIsClassifiedObjectAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ReadExtentAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin ReadExtentAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin LoopNode.getDecider()
          Returns the value of the 'Decider' reference
 OutputPin LoopNode.getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' containment reference list
 OutputPin LoopNode.createResult(EClass eClass)
          Creates a OutputPin and appends it to the 'Result' containment reference list
 OutputPin LoopNode.getLoopVariable(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Loop Variable' containment reference list
 OutputPin LoopNode.createLoopVariable(EClass eClass)
          Creates a OutputPin and appends it to the 'Loop Variable' containment reference list
 OutputPin LoopNode.getBodyOutput(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Body Output' reference list
 OutputPin CreateObjectAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin CreateObjectAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin CreateLinkObjectAction.getResult()
          Returns the value of the 'Result' containment reference
 OutputPin CreateLinkObjectAction.createResult(EClass eClass)
          Creates a OutputPin and sets the 'Result' containment reference
 OutputPin ConditionalNode.getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' containment reference list
 OutputPin ConditionalNode.createResult(EClass eClass)
          Creates a OutputPin and appends it to the 'Result' containment reference list
 OutputPin Clause.getDecider()
          Returns the value of the 'Decider' reference
 OutputPin Clause.getBodyOutput(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Body Output' reference list
 OutputPin CallAction.getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' containment reference list
 OutputPin CallAction.createResult(EClass eClass)
          Creates a OutputPin and appends it to the 'Result' containment reference list
 OutputPin ApplyFunctionAction.getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' containment reference list
 OutputPin ApplyFunctionAction.createResult(EClass eClass)
          Creates a OutputPin and appends it to the 'Result' containment reference list
 OutputPin Action.getOutput(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Output' reference list
 OutputPin AcceptEventAction.getResult(String unqualifiedName)
          Retrieves the OutputPin with the specified name from the 'Result' reference list
 OutputPin AcceptCallAction.getReturnInformation()
          Returns the value of the 'Return Information' reference
 

Methods in org.eclipse.uml2 with parameters of type OutputPin
 void TestIdentityAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadVariableAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadStructuralFeatureAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadSelfAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadLinkObjectEndQualifierAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadLinkObjectEndAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadLinkAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadIsClassifiedObjectAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void ReadExtentAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void LoopNode.setDecider(OutputPin value)
          Sets the value of the 'Decider' reference
 void CreateObjectAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void CreateLinkObjectAction.setResult(OutputPin value)
          Sets the value of the 'Result' containment reference
 void Clause.setDecider(OutputPin value)
          Sets the value of the 'Decider' reference
 void AcceptCallAction.setReturnInformation(OutputPin value)
          Sets the value of the 'Return Information' reference
 

Uses of OutputPin in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type OutputPin
 boolean UML2Validator.validateOutputPin(OutputPin outputPin, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseOutputPin(OutputPin object)
          Returns the result of interpretting the object as an instance of 'Output Pin'
 


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