|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Class | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Class in org.eclipse.uml2.uml |
Subinterfaces of Class in org.eclipse.uml2.uml | |
interface |
Activity
A representation of the model object 'Activity' |
interface |
AssociationClass
A representation of the model object 'Association Class' |
interface |
Behavior
A representation of the model object 'Behavior' |
interface |
Component
A representation of the model object 'Component' |
interface |
Device
A representation of the model object 'Device' |
interface |
ExecutionEnvironment
A representation of the model object 'Execution Environment' |
interface |
FunctionBehavior
A representation of the model object 'Function Behavior' |
interface |
Interaction
A representation of the model object 'Interaction' |
interface |
Node
A representation of the model object 'Node' |
interface |
OpaqueBehavior
A representation of the model object 'Opaque Behavior' |
interface |
ProtocolStateMachine
A representation of the model object 'Protocol State Machine' |
interface |
StateMachine
A representation of the model object 'State Machine' |
interface |
Stereotype
A representation of the model object 'Stereotype' |
Methods in org.eclipse.uml2.uml that return Class | |
Class |
UMLFactory.createClass()
Returns a new object of class 'Class' |
Class |
Property.getClass_()
Returns the value of the 'Class' reference |
Class |
Package.createOwnedClass(String name,
boolean isAbstract)
Creates a(n) (abstract) class with the specified name as an owned type of this package |
Class |
Operation.getClass_()
Returns the value of the 'Class' container reference. |
Class |
Extension.getMetaclass()
Returns the value of the 'Metaclass' reference. |
Class |
Component.createOwnedClass(String name,
boolean isAbstract)
Creates a(n) (abstract) class with the specified name as a packaged element of this component |
Class |
Class.getSuperClass(String name)
Retrieves the first Class with the specified 'Name' from the 'Super Class' reference list |
Class |
Class.getSuperClass(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Class with the specified 'Name' from the 'Super Class' reference list |
Methods in org.eclipse.uml2.uml with parameters of type Class | |
Extension |
Stereotype.createExtension(Class metaclass,
boolean isRequired)
Creates a(n) (required) extension of the specified metaclass with this stereotype |
void |
Operation.setClass_(Class value)
Sets the value of the ' Class ' container reference |
Uses of Class in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Class | |
boolean |
UMLValidator.validateClass(Class class_,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateClass_validatePassiveClass(Class class_,
DiagnosticChain diagnostics,
Map context)
Validates the validatePassiveClass constraint of 'Class' |
protected static EClassifier |
UMLUtil.getEClassifier(Class metaclass)
|
Object |
UMLUtil.UML2EcoreConverter.caseClass(Class class_)
|
Object |
UMLSwitch.caseClass(Class object)
Returns the result of interpretting the object as an instance of 'Class' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |