Uses of Interface
org.eclipse.uml2.Operation

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

Uses of Operation in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Operation
 Operation UML2Factory.createOperation()
          Returns a new object of class 'Operation'
 Operation ProtocolTransition.getReferred(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Referred' reference list
 Operation Parameter.getOperation()
          Returns the value of the 'Operation' container reference.
 Operation Operation.getRedefinedOperation(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Redefined Operation' reference list
 Operation Interface.getOwnedOperation(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Owned Operation' containment reference list
 Operation Interface.createOwnedOperation(EClass eClass)
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation DataType.getOwnedOperation(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Owned Operation' containment reference list
 Operation DataType.createOwnedOperation(EClass eClass)
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation Class.getOwnedOperation(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Owned Operation' containment reference list
 Operation Class.createOwnedOperation(EClass eClass)
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation CallTrigger.getOperation()
          Returns the value of the 'Operation' reference
 Operation CallOperationAction.getOperation()
          Returns the value of the 'Operation' reference
 Operation Artifact.getOwnedOperation(String unqualifiedName)
          Retrieves the Operation with the specified name from the 'Owned Operation' containment reference list
 Operation Artifact.createOwnedOperation(EClass eClass)
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type Operation
 void Parameter.setOperation(Operation value)
          Sets the value of the 'Operation' container reference
 void CallTrigger.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 void CallOperationAction.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 

Uses of Operation in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Operation
 boolean UML2Validator.validateOperation(Operation operation, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validateOperation_validateTypeOfResult(Operation operation, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeOfResult constraint of 'Operation'
 boolean UML2Validator.validateOperation_validateOnlyBodyForQuery(Operation operation, DiagnosticChain diagnostics, Map context)
          Validates the validateOnlyBodyForQuery constraint of 'Operation'
 Object UML2Switch.caseOperation(Operation object)
          Returns the result of interpretting the object as an instance of 'Operation'
 


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