Uses of Interface
org.eclipse.uml2.Namespace

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

Uses of Namespace in org.eclipse.uml2
 

Subinterfaces of Namespace in org.eclipse.uml2
 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 BehavioralFeature
           A representation of the model object 'Behavioral Feature'
 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 ConditionalNode
           A representation of the model object 'Conditional Node'
 interface DataType
           A representation of the model object 'Data Type'
 interface DeploymentSpecification
           A representation of the model object 'Deployment Specification'
 interface Device
           A representation of the model object 'Device'
 interface EncapsulatedClassifier
           A representation of the model object 'Encapsulated Classifier'
 interface Enumeration
           A representation of the model object 'Enumeration'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 interface ExpansionRegion
           A representation of the model object 'Expansion Region'
 interface Extension
           A representation of the model object 'Extension'
 interface FinalState
           A representation of the model object 'Final State'
 interface InformationItem
           A representation of the model object 'Information Item'
 interface Interaction
           A representation of the model object 'Interaction'
 interface InteractionOperand
           A representation of the model object 'Interaction Operand'
 interface Interface
           A representation of the model object 'Interface'
 interface LoopNode
           A representation of the model object 'Loop Node'
 interface Model
           A representation of the model object 'Model'
 interface Node
           A representation of the model object 'Node'
 interface Operation
           A representation of the model object 'Operation'
 interface Package
           A representation of the model object 'Package'
 interface ParameterableClassifier
           A representation of the model object 'Parameterable Classifier'
 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 Reception
           A representation of the model object 'Reception'
 interface Region
           A representation of the model object 'Region'
 interface Signal
           A representation of the model object 'Signal'
 interface State
           A representation of the model object 'State'
 interface StateMachine
           A representation of the model object 'State Machine'
 interface Stereotype
           A representation of the model object 'Stereotype'
 interface StructuredActivityNode
           A representation of the model object 'Structured Activity Node'
 interface StructuredClassifier
           A representation of the model object 'Structured Classifier'
 interface TemplateableClassifier
           A representation of the model object 'Templateable Classifier'
 interface UseCase
           A representation of the model object 'Use Case'
 

Methods in org.eclipse.uml2 that return Namespace
 Namespace Type.getNamespace()
           
 Namespace Region.getNamespace()
           
 Namespace Property.getNamespace()
           
 Namespace Parameter.getNamespace()
           
 Namespace PackageImport.getImportingNamespace()
          Returns the value of the 'Importing Namespace' container reference.
 Namespace Package.getNamespace()
           
 Namespace Operation.getNamespace()
           
 Namespace NamedElement.getNamespace()
           
 Namespace Message.getNamespace()
           
 Namespace Lifeline.getNamespace()
           
 Namespace InteractionFragment.getNamespace()
           
 Namespace EnumerationLiteral.getNamespace()
           
 Namespace ElementImport.getImportingNamespace()
          Returns the value of the 'Importing Namespace' container reference.
 Namespace Constraint.getContext()
          Returns the value of the 'Context' reference
 Namespace Constraint.getNamespace()
          Returns the value of the 'Namespace' container reference.
 

Methods in org.eclipse.uml2 with parameters of type Namespace
 void PackageImport.setImportingNamespace(Namespace value)
          Sets the value of the 'Importing Namespace' container reference
 boolean NamedElement.isDistinguishableFrom(NamedElement n, Namespace ns)
           A query based on the following OCL expression: if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType) then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty() else true endif
 void ElementImport.setImportingNamespace(Namespace value)
          Sets the value of the 'Importing Namespace' container reference
 void Constraint.setNamespace(Namespace value)
          Sets the value of the 'Namespace' container reference
 boolean BehavioralFeature.isDistinguishableFrom(NamedElement n, Namespace ns)
           A query based on the following OCL expression: if n.oclIsKindOf(BehavioralFeature) then if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty() then Set{}->include(self)->include(n)->isUnique( bf | bf.parameter->collect(type)) else true endif else true endif
 

Uses of Namespace in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Namespace
 boolean UML2Validator.validateNamespace(Namespace namespace, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validateNamespace_validateMembersAreDistinguishable(Namespace namespace, DiagnosticChain diagnostics, Map context)
          Validates the validateMembersAreDistinguishable constraint of 'Namespace'
 boolean UML2Validator.validateNamespace_validateImportedMemberDerived(Namespace namespace, DiagnosticChain diagnostics, Map context)
          Validates the validateImportedMemberDerived constraint of 'Namespace'
 Object UML2Switch.caseNamespace(Namespace object)
          Returns the result of interpretting the object as an instance of 'Namespace'
 


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