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

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

Uses of ExpansionNode in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExpansionNode
 ExpansionNode UMLFactory.createExpansionNode()
          Returns a new object of class 'Expansion Node'
 ExpansionNode ExpansionRegion.getInputElement(String name, Type type)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Input Element' reference list
 ExpansionNode ExpansionRegion.getInputElement(String name, Type type, boolean ignoreCase)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Input Element' reference list
 ExpansionNode ExpansionRegion.getOutputElement(String name, Type type)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Output Element' reference list
 ExpansionNode ExpansionRegion.getOutputElement(String name, Type type, boolean ignoreCase)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Output Element' reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExpansionNode
 boolean UMLValidator.validateExpansionNode(ExpansionNode expansionNode, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseExpansionNode(ExpansionNode object)
          Returns the result of interpretting the object as an instance of 'Expansion Node'
 


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