Uses of Interface
org.eclipse.uml2.PrimitiveFunction

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

Uses of PrimitiveFunction in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return PrimitiveFunction
 PrimitiveFunction UML2Factory.createPrimitiveFunction()
          Returns a new object of class 'Primitive Function'
 PrimitiveFunction ApplyFunctionAction.getFunction()
          Returns the value of the 'Function' reference
 

Methods in org.eclipse.uml2 with parameters of type PrimitiveFunction
 void ApplyFunctionAction.setFunction(PrimitiveFunction value)
          Sets the value of the 'Function' reference
 

Uses of PrimitiveFunction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type PrimitiveFunction
 boolean UML2Validator.validatePrimitiveFunction(PrimitiveFunction primitiveFunction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.casePrimitiveFunction(PrimitiveFunction object)
          Returns the result of interpretting the object as an instance of 'Primitive Function'
 


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