Uses of Interface
org.eclipse.uml2.PackageableElement

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

Uses of PackageableElement in org.eclipse.uml2
 

Subinterfaces of PackageableElement 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 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 DurationConstraint
           A representation of the model object 'Duration Constraint'
 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 Extension
           A representation of the model object 'Extension'
 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 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 IntervalConstraint
           A representation of the model object 'Interval Constraint'
 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 Package
           A representation of the model object 'Package'
 interface ParameterableClassifier
           A representation of the model object 'Parameterable Classifier'
 interface Permission
           A representation of the model object 'Permission'
 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 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 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'
 

Methods in org.eclipse.uml2 that return PackageableElement
 PackageableElement Package.getOwnedMember(String unqualifiedName)
          Retrieves the PackageableElement with the specified name from the 'Owned Member' containment reference list
 PackageableElement Package.createOwnedMember(EClass eClass)
          Creates a PackageableElement and appends it to the 'Owned Member' containment reference list
 PackageableElement Namespace.getImportedMember(String unqualifiedName)
          Retrieves the PackageableElement with the specified name from the 'Imported Member' reference list
 PackageableElement Manifestation.getUtilizedElement()
          Returns the value of the 'Utilized Element' reference
 PackageableElement ElementImport.getImportedElement()
          Returns the value of the 'Imported Element' reference
 PackageableElement DeploymentTarget.getDeployedElement(String unqualifiedName)
          Retrieves the PackageableElement with the specified name from the 'Deployed Element' reference list
 PackageableElement Component.getOwnedMember(String unqualifiedName)
          Retrieves the PackageableElement with the specified name from the 'Owned Member' containment reference list
 PackageableElement Component.createOwnedMember(EClass eClass)
          Creates a PackageableElement and appends it to the 'Owned Member' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type PackageableElement
 void Namespace.importElement(VisibilityKind visibility, PackageableElement element)
          Imports the specified element into this namespace with the specified visibility.
 void Manifestation.setUtilizedElement(PackageableElement value)
          Sets the value of the 'Utilized Element' reference
 void ElementImport.setImportedElement(PackageableElement value)
          Sets the value of the 'Imported Element' reference
 

Uses of PackageableElement in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type PackageableElement
 boolean UML2Validator.validatePackageableElement(PackageableElement packageableElement, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.casePackageableElement(PackageableElement object)
          Returns the result of interpretting the object as an instance of 'Packageable Element'
 


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