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

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

Uses of Operation in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Operation
 Operation UMLFactory.createOperation()
          Returns a new object of class 'Operation'
 Operation SendOperationEvent.getOperation()
          Returns the value of the 'Operation' reference
 Operation ReceiveOperationEvent.getOperation()
          Returns the value of the 'Operation' reference
 Operation ProtocolTransition.getReferred(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Referred' reference list
 Operation ProtocolTransition.getReferred(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Referred' reference list
 Operation Parameter.getOperation()
          Returns the value of the 'Operation' reference
 Operation Operation.getRedefinedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Redefined Operation' reference list
 Operation Operation.getRedefinedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Redefined Operation' reference list
 Operation Interface.createOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Operation, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Operation' containment reference list
 Operation Interface.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Interface.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Interface.createOwnedOperation(String name, EList parameterNames, EList parameterTypes, Type returnType)
           Creates an operation with the specified name, parameter names, parameter types, and return type (or null) as an owned operation of this interface
 Operation DataType.createOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Operation, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Operation' containment reference list
 Operation DataType.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation DataType.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation DataType.createOwnedOperation(String name, EList parameterNames, EList parameterTypes, Type returnType)
           Creates an operation with the specified name, parameter names, parameter types, and return type (or null) as an owned operation of this data type
 Operation Classifier.getOperation(String name, EList parameterNames, EList parameterTypes)
           Retrieves the first operation with the specified name, parameter names, and parameter types from this classifier
 Operation Classifier.getOperation(String name, EList parameterNames, EList parameterTypes, boolean ignoreCase)
           Retrieves the first operation with the specified name, parameter names, and parameter types from this classifier, ignoring case if indicated
 Operation Class.createOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Operation, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Operation' containment reference list
 Operation Class.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Class.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Class.createOwnedOperation(String name, EList parameterNames, EList parameterTypes, Type returnType)
           Creates an operation with the specified name, parameter names, parameter types, and return type (or null) as an owned operation of this class
 Operation CallOperationAction.getOperation()
          Returns the value of the 'Operation' reference
 Operation CallEvent.getOperation()
          Returns the value of the 'Operation' reference
 Operation Artifact.createOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Operation, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Operation' containment reference list
 Operation Artifact.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Artifact.getOwnedOperation(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation Artifact.createOwnedOperation(String name, EList parameterNames, EList parameterTypes, Type returnType)
           Creates an operation with the specified name, parameter names, parameter types, and return type (or null) as an owned operation of this artifact
 

Methods in org.eclipse.uml2.uml with parameters of type Operation
 void SendOperationEvent.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 void ReceiveOperationEvent.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 void CallOperationAction.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 void CallEvent.setOperation(Operation value)
          Sets the value of the 'Operation' reference
 

Uses of Operation in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Operation
 boolean UMLValidator.validateOperation(Operation operation, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateOperation_validateAtMostOneReturn(Operation operation, DiagnosticChain diagnostics, Map context)
          Validates the validateAtMostOneReturn constraint of 'Operation'
 boolean UMLValidator.validateOperation_validateOnlyBodyForQuery(Operation operation, DiagnosticChain diagnostics, Map context)
          Validates the validateOnlyBodyForQuery constraint of 'Operation'
 Object UMLUtil.UML2EcoreConverter.caseOperation(Operation operation)
           
 Object UMLSwitch.caseOperation(Operation object)
          Returns the result of interpretting the object as an instance of 'Operation'
 


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