Uses of Interface
org.eclipse.uml2.Classifier

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

Uses of Classifier in org.eclipse.uml2
 

Subinterfaces of Classifier 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 BehavioredClassifier
           A representation of the model object 'Behaviored Classifier'
 interface Class
           A representation of the model object 'Class'
 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 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 Extension
           A representation of the model object 'Extension'
 interface InformationItem
           A representation of the model object 'Information Item'
 interface Interaction
           A representation of the model object 'Interaction'
 interface Interface
           A representation of the model object 'Interface'
 interface Node
           A representation of the model object 'Node'
 interface ParameterableClassifier
           A representation of the model object 'Parameterable Classifier'
 interface PrimitiveType
           A representation of the model object 'Primitive Type'
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 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 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 Classifier
 Classifier UseCase.getSubject(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Subject' reference list
 Classifier Substitution.getContract()
          Returns the value of the 'Contract' reference
 Classifier Substitution.getSubstitutingClassifier()
          Returns the value of the 'Substituting Classifier' container reference.
 Classifier RedefinableElement.getRedefinitionContext(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Redefinition Context' reference list
 Classifier ReclassifyObjectAction.getOldClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Old Classifier' reference list
 Classifier ReclassifyObjectAction.getNewClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'New Classifier' reference list
 Classifier Realization.getRealizingClassifier()
          Returns the value of the 'Realizing Classifier' reference
 Classifier ReadIsClassifiedObjectAction.getClassifier()
          Returns the value of the 'Classifier' reference
 Classifier ReadExtentAction.getClassifier()
          Returns the value of the 'Classifier' reference
 Classifier Operation.type()
           A query based on the following OCL expression: if returnResult->size() = 1 then returnResult->any().type else Set{} endif
 Classifier Interface.getNestedClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Nested Classifier' containment reference list
 Classifier Interface.createNestedClassifier(EClass eClass)
          Creates a Classifier and appends it to the 'Nested Classifier' containment reference list
 Classifier InstanceSpecification.getClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Classifier' reference list
 Classifier InformationItem.getRepresented(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Represented' reference list
 Classifier InformationFlow.getConveyed(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Conveyed' reference list
 Classifier GeneralizationSet.getPowertype()
          Returns the value of the 'Powertype' reference.
 Classifier Generalization.getSpecific()
          Returns the value of the 'Specific' container reference.
 Classifier Generalization.getGeneral()
          Returns the value of the 'General' reference
 Classifier Feature.getFeaturingClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Featuring Classifier' reference list
 Classifier ExceptionHandler.getExceptionType(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Exception Type' reference list
 Classifier CreateObjectAction.getClassifier()
          Returns the value of the 'Classifier' reference
 Classifier Classifier.getGeneral(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'General' reference list
 Classifier Classifier.getRedefinedClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Redefined Classifier' reference list
 Classifier Class.getNestedClassifier(String unqualifiedName)
          Retrieves the Classifier with the specified name from the 'Nested Classifier' containment reference list
 Classifier Class.createNestedClassifier(EClass eClass)
          Creates a Classifier and appends it to the 'Nested Classifier' containment reference list
 Classifier Action.getContext()
          Returns the value of the 'Context' reference
 

Methods in org.eclipse.uml2 with parameters of type Classifier
 void Substitution.setContract(Classifier value)
          Sets the value of the 'Contract' reference
 void Substitution.setSubstitutingClassifier(Classifier value)
          Sets the value of the 'Substituting Classifier' container reference
 void Realization.setRealizingClassifier(Classifier value)
          Sets the value of the 'Realizing Classifier' reference
 void ReadIsClassifiedObjectAction.setClassifier(Classifier value)
          Sets the value of the 'Classifier' reference
 void ReadExtentAction.setClassifier(Classifier value)
          Sets the value of the 'Classifier' reference
 void GeneralizationSet.setPowertype(Classifier value)
          Sets the value of the 'Powertype' reference
 void Generalization.setSpecific(Classifier value)
          Sets the value of the 'Specific' container reference
 void Generalization.setGeneral(Classifier value)
          Sets the value of the 'General' reference
 void CreateObjectAction.setClassifier(Classifier value)
          Sets the value of the 'Classifier' reference
 Set Classifier.inheritableMembers(Classifier c)
           A query based on the following OCL expression: member->select(m | c.hasVisibilityOf(m))
 boolean Classifier.maySpecializeType(Classifier c)
           A query based on the following OCL expression: self.oclIsKindOf(c.oclType)
 boolean Classifier.conformsTo(Classifier other)
           A query based on the following OCL expression: (self=other) or (self.allParents()->includes(other))
 Generalization Classifier.createGeneralization(Classifier generalClassifier)
          Creates a generalization between this classifier and the specified general classifier.
 

Uses of Classifier in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Classifier
 boolean UML2Validator.validateClassifier(Classifier classifier, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validateClassifier_validateNoCyclesInGeneralization(Classifier classifier, DiagnosticChain diagnostics, Map context)
          Validates the validateNoCyclesInGeneralization constraint of 'Classifier'
 boolean UML2Validator.validateClassifier_validateSpecializeType(Classifier classifier, DiagnosticChain diagnostics, Map context)
          Validates the validateSpecializeType constraint of 'Classifier'
 boolean UML2Validator.validateClassifier_validateInheritedMember(Classifier classifier, DiagnosticChain diagnostics, Map context)
          Validates the validateInheritedMember constraint of 'Classifier'
 boolean UML2Validator.validateClassifier_validateGeneralEqualsParents(Classifier classifier, DiagnosticChain diagnostics, Map context)
          Validates the validateGeneralEqualsParents constraint of 'Classifier'
 Object UML2Switch.caseClassifier(Classifier object)
          Returns the result of interpretting the object as an instance of 'Classifier'
 


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