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

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

Uses of GeneralOrdering in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return GeneralOrdering
 GeneralOrdering UMLFactory.createGeneralOrdering()
          Returns a new object of class 'General Ordering'
 GeneralOrdering InteractionFragment.createGeneralOrdering(java.lang.String name)
          Creates a new GeneralOrdering, with the specified 'Name', and appends it to the 'General Ordering' containment reference list
 GeneralOrdering InteractionFragment.getGeneralOrdering(java.lang.String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'General Ordering' containment reference list
 GeneralOrdering InteractionFragment.getGeneralOrdering(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'General Ordering' containment reference list
 GeneralOrdering OccurrenceSpecification.getToAfter(java.lang.String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list
 GeneralOrdering OccurrenceSpecification.getToAfter(java.lang.String name, boolean ignoreCase)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list
 GeneralOrdering OccurrenceSpecification.getToBefore(java.lang.String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list
 GeneralOrdering OccurrenceSpecification.getToBefore(java.lang.String name, boolean ignoreCase)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type GeneralOrdering
 org.eclipse.emf.common.util.EList<GeneralOrdering> InteractionFragment.getGeneralOrderings()
          Returns the value of the 'General Ordering' containment reference list.
 org.eclipse.emf.common.util.EList<GeneralOrdering> OccurrenceSpecification.getToAfters()
          Returns the value of the 'To After' reference list.
 org.eclipse.emf.common.util.EList<GeneralOrdering> OccurrenceSpecification.getToBefores()
          Returns the value of the 'To Before' reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type GeneralOrdering
 T UMLSwitch.caseGeneralOrdering(GeneralOrdering object)
          Returns the result of interpreting the object as an instance of 'General Ordering'
 boolean UMLValidator.validateGeneralOrdering(GeneralOrdering generalOrdering, 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.