Uses of Interface
org.eclipse.uml2.ParameterableElement

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

Uses of ParameterableElement in org.eclipse.uml2
 

Subinterfaces of ParameterableElement in org.eclipse.uml2
 interface Abstraction
           A representation of the model object 'Abstraction'
 interface Activity
           A representation of the model object 'Activity'
 interface Actor
           A representation of the model object 'Actor'
 interface Artifact
           A representation of the model object 'Artifact'
 interface Association
           A representation of the model object 'Association'
 interface AssociationClass
           A representation of the model object 'Association Class'
 interface Behavior
           A representation of the model object 'Behavior'
 interface BehavioredClassifier
           A representation of the model object 'Behaviored Classifier'
 interface Class
           A representation of the model object 'Class'
 interface Classifier
           A representation of the model object 'Classifier'
 interface Collaboration
           A representation of the model object 'Collaboration'
 interface CommunicationPath
           A representation of the model object 'Communication Path'
 interface Component
           A representation of the model object 'Component'
 interface ConnectableElement
           A representation of the model object 'Connectable Element'
 interface Constraint
           A representation of the model object 'Constraint'
 interface DataType
           A representation of the model object 'Data Type'
 interface Dependency
           A representation of the model object 'Dependency'
 interface Deployment
           A representation of the model object 'Deployment'
 interface DeploymentSpecification
           A representation of the model object 'Deployment Specification'
 interface Device
           A representation of the model object 'Device'
 interface Duration
           A representation of the model object 'Duration'
 interface DurationConstraint
           A representation of the model object 'Duration Constraint'
 interface DurationInterval
           A representation of the model object 'Duration Interval'
 interface EncapsulatedClassifier
           A representation of the model object 'Encapsulated Classifier'
 interface Enumeration
           A representation of the model object 'Enumeration'
 interface EnumerationLiteral
           A representation of the model object 'Enumeration Literal'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 interface Expression
           A representation of the model object 'Expression'
 interface Extension
           A representation of the model object 'Extension'
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface GeneralizationSet
           A representation of the model object 'Generalization Set'
 interface Implementation
           A representation of the model object 'Implementation'
 interface InformationFlow
           A representation of the model object 'Information Flow'
 interface InformationItem
           A representation of the model object 'Information Item'
 interface InstanceSpecification
           A representation of the model object 'Instance Specification'
 interface InstanceValue
           A representation of the model object 'Instance Value'
 interface Interaction
           A representation of the model object 'Interaction'
 interface InteractionConstraint
           A representation of the model object 'Interaction Constraint'
 interface Interface
           A representation of the model object 'Interface'
 interface Interval
           A representation of the model object 'Interval'
 interface IntervalConstraint
           A representation of the model object 'Interval Constraint'
 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 Manifestation
           A representation of the model object 'Manifestation'
 interface Model
           A representation of the model object 'Model'
 interface Node
           A representation of the model object 'Node'
 interface OpaqueExpression
           A representation of the model object 'Opaque Expression'
 interface Operation
           A representation of the model object 'Operation'
 interface Package
           A representation of the model object 'Package'
 interface PackageableElement
           A representation of the model object 'Packageable Element'
 interface Parameter
           A representation of the model object 'Parameter'
 interface ParameterableClassifier
           A representation of the model object 'Parameterable Classifier'
 interface Permission
           A representation of the model object 'Permission'
 interface Port
           A representation of the model object 'Port'
 interface PrimitiveFunction
           A representation of the model object 'Primitive Function'
 interface PrimitiveType
           A representation of the model object 'Primitive Type'
 interface Profile
           A representation of the model object 'Profile'
 interface Property
           A representation of the model object 'Property'
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 interface Realization
           A representation of the model object 'Realization'
 interface Signal
           A representation of the model object 'Signal'
 interface StateMachine
           A representation of the model object 'State Machine'
 interface Stereotype
           A representation of the model object 'Stereotype'
 interface StructuredClassifier
           A representation of the model object 'Structured Classifier'
 interface Substitution
           A representation of the model object 'Substitution'
 interface TemplateableClassifier
           A representation of the model object 'Templateable Classifier'
 interface TimeConstraint
           A representation of the model object 'Time Constraint'
 interface TimeExpression
           A representation of the model object 'Time Expression'
 interface TimeInterval
           A representation of the model object 'Time Interval'
 interface Type
           A representation of the model object 'Type'
 interface Usage
           A representation of the model object 'Usage'
 interface UseCase
           A representation of the model object 'Use Case'
 interface ValueSpecification
           A representation of the model object 'Value Specification'
 interface Variable
           A representation of the model object 'Variable'
 

Methods in org.eclipse.uml2 that return ParameterableElement
 ParameterableElement TemplateParameterSubstitution.createOwnedActual(EClass eClass)
          Creates a ParameterableElement and appends it to the 'Owned Actual' containment reference list
 ParameterableElement TemplateParameter.getParameteredElement()
          Returns the value of the 'Parametered Element' reference.
 ParameterableElement TemplateParameter.getOwnedParameteredElement()
          Returns the value of the 'Owned Parametered Element' containment reference.
 ParameterableElement TemplateParameter.createOwnedParameteredElement(EClass eClass)
          Creates a ParameterableElement and sets the 'Owned Parametered Element' containment reference
 ParameterableElement TemplateParameter.getDefault()
          Returns the value of the 'Default' reference
 ParameterableElement TemplateParameter.getOwnedDefault()
          Returns the value of the 'Owned Default' containment reference
 ParameterableElement TemplateParameter.createOwnedDefault(EClass eClass)
          Creates a ParameterableElement and sets the 'Owned Default' containment reference
 

Methods in org.eclipse.uml2 with parameters of type ParameterableElement
 void TemplateParameter.setParameteredElement(ParameterableElement value)
          Sets the value of the 'Parametered Element' reference
 void TemplateParameter.setOwnedParameteredElement(ParameterableElement value)
          Sets the value of the 'Owned Parametered Element' containment reference
 void TemplateParameter.setDefault(ParameterableElement value)
          Sets the value of the 'Default' reference
 void TemplateParameter.setOwnedDefault(ParameterableElement value)
          Sets the value of the 'Owned Default' containment reference
 

Uses of ParameterableElement in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ParameterableElement
 boolean UML2Validator.validateParameterableElement(ParameterableElement parameterableElement, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseParameterableElement(ParameterableElement object)
          Returns the result of interpretting the object as an instance of 'Parameterable Element'
 


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