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

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

Uses of Gate in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Gate
 Gate UMLFactory.createGate()
          Returns a new object of class 'Gate'
 Gate InteractionUse.createActualGate(String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Actual Gate' containment reference list
 Gate InteractionUse.getActualGate(String name)
          Retrieves the first Gate with the specified 'Name' from the 'Actual Gate' containment reference list
 Gate InteractionUse.getActualGate(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Actual Gate' containment reference list
 Gate Interaction.createFormalGate(String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Formal Gate' containment reference list
 Gate Interaction.getFormalGate(String name)
          Retrieves the first Gate with the specified 'Name' from the 'Formal Gate' containment reference list
 Gate Interaction.getFormalGate(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Formal Gate' containment reference list
 Gate CombinedFragment.createCfragmentGate(String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Cfragment Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(String name)
          Retrieves the first Gate with the specified 'Name' from the 'Cfragment Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Cfragment Gate' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Gate
 boolean UMLValidator.validateGate(Gate gate, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateGate_validateMessagesActualGate(Gate gate, DiagnosticChain diagnostics, Map context)
          Validates the validateMessagesActualGate constraint of 'Gate'
 boolean UMLValidator.validateGate_validateMessagesCombinedFragment(Gate gate, DiagnosticChain diagnostics, Map context)
          Validates the validateMessagesCombinedFragment constraint of 'Gate'
 Object UMLSwitch.caseGate(Gate object)
          Returns the result of interpretting the object as an instance of 'Gate'
 


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