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 OccurrenceSpecification.getToBefore(String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list
 GeneralOrdering OccurrenceSpecification.getToBefore(String name, boolean ignoreCase)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list
 GeneralOrdering OccurrenceSpecification.getToAfter(String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list
 GeneralOrdering OccurrenceSpecification.getToAfter(String name, boolean ignoreCase)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list
 GeneralOrdering InteractionFragment.createGeneralOrdering(String name)
          Creates a new GeneralOrdering, with the specified 'Name', and appends it to the 'General Ordering' containment reference list
 GeneralOrdering InteractionFragment.getGeneralOrdering(String name)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'General Ordering' containment reference list
 GeneralOrdering InteractionFragment.getGeneralOrdering(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first GeneralOrdering with the specified 'Name' from the 'General Ordering' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type GeneralOrdering
 boolean UMLValidator.validateGeneralOrdering(GeneralOrdering generalOrdering, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseGeneralOrdering(GeneralOrdering object)
          Returns the result of interpretting the object as an instance of 'General Ordering'
 


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