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(java.lang.String name)
          Retrieves the Gate with the specified 'Name' from the 'Actual Gate' containment reference list
 Gate InteractionOccurrence.createActualGate(EClass eClass)
          Deprecated. Use #createActualGate() instead.
 Gate InteractionOccurrence.createActualGate()
          Creates a Gate and appends it to the 'Actual Gate' containment reference list
 Gate Interaction.getFormalGate(java.lang.String name)
          Retrieves the Gate with the specified 'Name' from the 'Formal Gate' containment reference list
 Gate Interaction.createFormalGate(EClass eClass)
          Deprecated. Use #createFormalGate() instead.
 Gate Interaction.createFormalGate()
          Creates a Gate and appends it to the 'Formal Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(java.lang.String name)
          Retrieves the Gate with the specified 'Name' from the 'Cfragment Gate' containment reference list
 Gate CombinedFragment.createCfragmentGate(EClass eClass)
          Deprecated. Use #createCfragmentGate() instead.
 Gate CombinedFragment.createCfragmentGate()
          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, java.util.Map context)
           
 java.lang.Object UML2Switch.caseGate(Gate object)
          Returns the result of interpretting the object as an instance of 'Gate'
 


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