org.omg.uml.diagraminterchange
Interface DiagramClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface DiagramClass
extends javax.jmi.reflect.RefClass

Diagram class proxy interface.


Method Summary
 Diagram createDiagram()
          The default factory operation used to create an instance object.
 Diagram createDiagram(boolean isVisible, Point position, Dimension size, String name, double zoom, Point viewport)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createDiagram

public Diagram createDiagram()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createDiagram

public Diagram createDiagram(boolean isVisible,
                             Point position,
                             Dimension size,
                             String name,
                             double zoom,
                             Point viewport)
Creates an instance object having attributes initialized by the passed values.

Parameters:
isVisible -
position -
size -
name -
zoom -
viewport -
Returns:
The created instance object.