Uses of Interface
org.eclipse.uml2.Gate

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

Uses of Gate in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Gate
 Gate UML2Factory.createGate()
          Returns a new object of class 'Gate'
 Gate InteractionOccurrence.getActualGate(String unqualifiedName)
          Retrieves the Gate with the specified name from the 'Actual Gate' containment reference list
 Gate InteractionOccurrence.createActualGate(EClass eClass)
          Creates a Gate and appends it to the 'Actual Gate' containment reference list
 Gate Interaction.getFormalGate(String unqualifiedName)
          Retrieves the Gate with the specified name from the 'Formal Gate' containment reference list
 Gate Interaction.createFormalGate(EClass eClass)
          Creates a Gate and appends it to the 'Formal Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(String unqualifiedName)
          Retrieves the Gate with the specified name from the 'Cfragment Gate' containment reference list
 Gate CombinedFragment.createCfragmentGate(EClass eClass)
          Creates a Gate and appends it to the 'Cfragment Gate' containment reference list
 

Uses of Gate in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Gate
 boolean UML2Validator.validateGate(Gate gate, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseGate(Gate object)
          Returns the result of interpretting the object as an instance of 'Gate'
 


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