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 Package.createOwnedClass(java.lang.String name, boolean isAbstract)
          Creates a(n) (abstract) class with the specified name as an owned member 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(java.lang.String name, boolean isAbstract)
          Creates a(n) (abstract) class with the specified name as an owned member of this component.
 Class Class.getSuperClass(java.lang.String name)
          Retrieves the Class with the specified 'Name' from the 'Super Class' reference list
 

Methods in org.eclipse.uml2 with parameters of type Class
 Extension Stereotype.createExtension(Class metaclass, boolean required)
          Creates a(n) (required) extension of the specified metaclass with this stereotype.
 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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseClass(Class class_)
           
 java.lang.Object UML2Switch.caseClass(Class object)
          Returns the result of interpretting the object as an instance of 'Class'
 


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