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(java.lang.String name, Type type)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Input Element' reference list
 ExpansionNode ExpansionRegion.getInputElement(java.lang.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(java.lang.String name, Type type)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Output Element' reference list
 ExpansionNode ExpansionRegion.getOutputElement(java.lang.String name, Type type, boolean ignoreCase)
          Retrieves the first ExpansionNode with the specified 'Name', and 'Type' from the 'Output Element' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ExpansionNode
 org.eclipse.emf.common.util.EList<ExpansionNode> ExpansionRegion.getInputElements()
          Returns the value of the 'Input Element' reference list.
 org.eclipse.emf.common.util.EList<ExpansionNode> ExpansionRegion.getOutputElements()
          Returns the value of 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
 T UMLSwitch.caseExpansionNode(ExpansionNode object)
          Returns the result of interpreting the object as an instance of 'Expansion Node'
 boolean UMLValidator.validateExpansionNode_validateRegionAsInputOrOutput(ExpansionNode expansionNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRegionAsInputOrOutput constraint of 'Expansion Node'
 boolean UMLValidator.validateExpansionNode(ExpansionNode expansionNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.