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

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

Uses of Observation in org.eclipse.uml2.uml
 

Subinterfaces of Observation in org.eclipse.uml2.uml
 interface DurationObservation
           A representation of the model object 'Duration Observation'
 interface TimeObservation
           A representation of the model object 'Time Observation'
 

Methods in org.eclipse.uml2.uml that return Observation
 Observation TimeExpression.getObservation(String name)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation TimeExpression.getObservation(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation Duration.getObservation(String name)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation Duration.getObservation(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Observation
 boolean UMLValidator.validateObservation(Observation observation, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseObservation(Observation object)
          Returns the result of interpretting the object as an instance of 'Observation'
 


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