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

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

Uses of TypedElement in org.eclipse.uml2.uml
 

Subinterfaces of TypedElement in org.eclipse.uml2.uml
 interface ActionInputPin
          A representation of the model object 'Action Input Pin'
 interface ActivityParameterNode
          A representation of the model object 'Activity Parameter Node'
 interface CentralBufferNode
          A representation of the model object 'Central Buffer Node'
 interface ConnectableElement
          A representation of the model object 'Connectable Element'
 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 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 StringExpression
          A representation of the model object 'String Expression'
 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type TypedElement
 T UMLSwitch.caseTypedElement(TypedElement object)
          Returns the result of interpreting the object as an instance of 'Typed Element'
 java.lang.Object UMLUtil.UML2EcoreConverter.caseTypedElement(TypedElement typedElement)
           
protected  org.eclipse.emf.ecore.EClassifier UMLUtil.UML2EcoreConverter.getEType(TypedElement typedElement)
           
protected  void UMLUtil.PackageMerger.mergeTypedElement_Type(TypedElement receivingTypedElement, TypedElement mergedTypedElement)
           
 boolean UMLValidator.validateTypedElement(TypedElement typedElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Constructors in org.eclipse.uml2.uml.util with parameters of type TypedElement
UMLUtil.PackageMerger.TypeMatcher(TypedElement typedElement)
           
 


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