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

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

Uses of InformationFlow in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return InformationFlow
 InformationFlow UMLFactory.createInformationFlow()
          Returns a new object of class 'Information Flow'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InformationFlow
 T UMLSwitch.caseInformationFlow(InformationFlow object)
          Returns the result of interpreting the object as an instance of 'Information Flow'
 boolean UMLValidator.validateInformationFlow_validateConveyClassifiers(InformationFlow informationFlow, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateConveyClassifiers constraint of 'Information Flow'
 boolean UMLValidator.validateInformationFlow_validateMustConform(InformationFlow informationFlow, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMustConform constraint of 'Information Flow'
 boolean UMLValidator.validateInformationFlow_validateSourcesAndTargetsKind(InformationFlow informationFlow, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSourcesAndTargetsKind constraint of 'Information Flow'
 boolean UMLValidator.validateInformationFlow(InformationFlow informationFlow, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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