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(java.lang.String name)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation Duration.getObservation(java.lang.String name)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation TimeExpression.getObservation(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 Observation Duration.getObservation(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Observation
 org.eclipse.emf.common.util.EList<Observation> TimeExpression.getObservations()
          Returns the value of the 'Observation' reference list.
 org.eclipse.emf.common.util.EList<Observation> Duration.getObservations()
          Returns the value of 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
 T UMLSwitch.caseObservation(Observation object)
          Returns the result of interpreting the object as an instance of 'Observation'
 boolean UMLValidator.validateObservation(Observation observation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.