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(java.lang.String name)
          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(java.lang.String name)
          Retrieves the Operation with the specified 'Name' from the 'Redefined Operation' reference list
 Operation Interface.getOwnedOperation(java.lang.String name)
          Retrieves the Operation with the specified 'Name' from the 'Owned Operation' containment reference list
 Operation Interface.createOwnedOperation(EClass eClass)
          Deprecated. Use #createOwnedOperation() instead.
 Operation Interface.createOwnedOperation()
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation Interface.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this interface.
 Operation DataType.getOwnedOperation(java.lang.String name)
          Retrieves the Operation with the specified 'Name' from the 'Owned Operation' containment reference list
 Operation DataType.createOwnedOperation(EClass eClass)
          Deprecated. Use #createOwnedOperation() instead.
 Operation DataType.createOwnedOperation()
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation DataType.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this data type.
 Operation Class.getOwnedOperation(java.lang.String name)
          Retrieves the Operation with the specified 'Name' from the 'Owned Operation' containment reference list
 Operation Class.createOwnedOperation(EClass eClass)
          Deprecated. Use #createOwnedOperation() instead.
 Operation Class.createOwnedOperation()
          Creates a Operation and appends it to the 'Owned Operation' containment reference list
 Operation Class.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this class.
 Operation CallTrigger.getOperation()
          Returns the value of the 'Operation' reference
 Operation CallOperationAction.getOperation()
          Returns the value of the 'Operation' reference
 Operation Artifact.getOwnedOperation(java.lang.String name)
          Retrieves the Operation with the specified 'Name' from the 'Owned Operation' containment reference list
 Operation Artifact.createOwnedOperation(EClass eClass)
          Deprecated. Use #createOwnedOperation() instead.
 Operation Artifact.createOwnedOperation()
          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, java.util.Map context)
           
 boolean UML2Validator.validateOperation_validateTypeOfResult(Operation operation, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateTypeOfResult constraint of 'Operation'
 boolean UML2Validator.validateOperation_validateOnlyBodyForQuery(Operation operation, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateOnlyBodyForQuery constraint of 'Operation'
 java.lang.Object UML2Util.UML22EcoreConverter.caseOperation(Operation operation)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EOperation eOperation, Operation operation, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseOperation(Operation object)
          Returns the result of interpretting the object as an instance of 'Operation'
 


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