Uses of Interface
org.eclipse.uml2.Class

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

Uses of Class in org.eclipse.uml2
 

Subinterfaces of Class in org.eclipse.uml2
 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 Interaction
           A representation of the model object 'Interaction'
 interface Node
           A representation of the model object 'Node'
 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 that return Class
 Class UML2Factory.createClass()
          Returns a new object of class 'Class'
 Class Property.getClass_()
          Returns the value of the 'Class ' reference
 Class Operation.getClass_()
          Returns the value of the 'Class ' container reference.
 Class Extension.getMetaclass()
          Returns the value of the 'Metaclass' reference.
 Class Class.getSuperClass(String unqualifiedName)
          Retrieves the Class with the specified name from the 'Super Class' reference list
 

Methods in org.eclipse.uml2 with parameters of type Class
 void Profile.referenceMetaclass(Class class_)
          References the specified metaclass in this profile with private visibility.
 void Operation.setClass_(Class value)
          Sets the value of the 'Class ' container reference
 

Uses of Class in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Class
 boolean UML2Validator.validateClass(Class class_, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseClass(Class object)
          Returns the result of interpretting the object as an instance of 'Class'
 


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