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

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

Uses of ObjectFlow in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ObjectFlow
 ObjectFlow UMLFactory.createObjectFlow()
          Returns a new object of class 'Object Flow'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ObjectFlow
 boolean UMLValidator.validateObjectFlow(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateObjectFlow_validateNoActions(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateNoActions constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateCompatibleTypes(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateCompatibleTypes constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateSameUpperBounds(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateSameUpperBounds constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateTarget(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateTarget constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateTransformationBehaviour(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateTransformationBehaviour constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateSelectionBehaviour(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateSelectionBehaviour constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateInputAndOutputParameter(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateInputAndOutputParameter constraint of 'Object Flow'
 boolean UMLValidator.validateObjectFlow_validateIsMulticastOrIsMultireceive(ObjectFlow objectFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateIsMulticastOrIsMultireceive constraint of 'Object Flow'
 Object UMLSwitch.caseObjectFlow(ObjectFlow object)
          Returns the result of interpretting the object as an instance of 'Object Flow'
 


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