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 InteractionUse.createActualGate(java.lang.String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Actual Gate' containment reference list
 Gate CombinedFragment.createCfragmentGate(java.lang.String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Cfragment Gate' containment reference list
 Gate Interaction.createFormalGate(java.lang.String name)
          Creates a new Gate, with the specified 'Name', and appends it to the 'Formal Gate' containment reference list
 Gate UMLFactory.createGate()
          Returns a new object of class 'Gate'
 Gate InteractionUse.getActualGate(java.lang.String name)
          Retrieves the first Gate with the specified 'Name' from the 'Actual Gate' containment reference list
 Gate InteractionUse.getActualGate(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Actual Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(java.lang.String name)
          Retrieves the first Gate with the specified 'Name' from the 'Cfragment Gate' containment reference list
 Gate CombinedFragment.getCfragmentGate(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Cfragment Gate' containment reference list
 Gate Interaction.getFormalGate(java.lang.String name)
          Retrieves the first Gate with the specified 'Name' from the 'Formal Gate' containment reference list
 Gate Interaction.getFormalGate(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Gate with the specified 'Name' from the 'Formal Gate' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Gate
 org.eclipse.emf.common.util.EList<Gate> InteractionUse.getActualGates()
          Returns the value of the 'Actual Gate' containment reference list.
 org.eclipse.emf.common.util.EList<Gate> CombinedFragment.getCfragmentGates()
          Returns the value of the 'Cfragment Gate' containment reference list.
 org.eclipse.emf.common.util.EList<Gate> Interaction.getFormalGates()
          Returns the value of the 'Formal 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
 T UMLSwitch.caseGate(Gate object)
          Returns the result of interpreting the object as an instance of 'Gate'
 boolean UMLValidator.validateGate_validateMessagesActualGate(Gate gate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMessagesActualGate constraint of 'Gate'
 boolean UMLValidator.validateGate_validateMessagesCombinedFragment(Gate gate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMessagesCombinedFragment constraint of 'Gate'
 boolean UMLValidator.validateGate(Gate gate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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