Uses of Interface
org.eclipse.uml2.TypedElement

Packages that use TypedElement
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of TypedElement in org.eclipse.uml2
 

Subinterfaces of TypedElement in org.eclipse.uml2
 interface ActivityParameterNode
           A representation of the model object 'Activity Parameter Node'
 interface CentralBufferNode
           A representation of the model object 'Central Buffer Node'
 interface DataStoreNode
           A representation of the model object 'Data Store Node'
 interface Duration
           A representation of the model object 'Duration'
 interface DurationInterval
           A representation of the model object 'Duration Interval'
 interface ExpansionNode
           A representation of the model object 'Expansion Node'
 interface Expression
           A representation of the model object 'Expression'
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface InputPin
           A representation of the model object 'Input Pin'
 interface InstanceValue
           A representation of the model object 'Instance Value'
 interface Interval
           A representation of the model object 'Interval'
 interface LiteralBoolean
           A representation of the model object 'Literal Boolean'
 interface LiteralInteger
           A representation of the model object 'Literal Integer'
 interface LiteralNull
           A representation of the model object 'Literal Null'
 interface LiteralSpecification
           A representation of the model object 'Literal Specification'
 interface LiteralString
           A representation of the model object 'Literal String'
 interface LiteralUnlimitedNatural
           A representation of the model object 'Literal Unlimited Natural'
 interface ObjectNode
           A representation of the model object 'Object Node'
 interface OpaqueExpression
           A representation of the model object 'Opaque Expression'
 interface Operation
           A representation of the model object 'Operation'
 interface OutputPin
           A representation of the model object 'Output Pin'
 interface Parameter
           A representation of the model object 'Parameter'
 interface Pin
           A representation of the model object 'Pin'
 interface Port
           A representation of the model object 'Port'
 interface Property
           A representation of the model object 'Property'
 interface StructuralFeature
           A representation of the model object 'Structural Feature'
 interface TimeExpression
           A representation of the model object 'Time Expression'
 interface TimeInterval
           A representation of the model object 'Time Interval'
 interface ValuePin
           A representation of the model object 'Value Pin'
 interface ValueSpecification
           A representation of the model object 'Value Specification'
 interface Variable
           A representation of the model object 'Variable'
 

Uses of TypedElement in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type TypedElement
 boolean UML2Validator.validateTypedElement(TypedElement typedElement, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseTypedElement(TypedElement object)
          Returns the result of interpretting the object as an instance of 'Typed Element'
 


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