org.omg.uml.diagraminterchange
Interface GraphNodeClass

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

public interface GraphNodeClass
extends javax.jmi.reflect.RefClass

GraphNode class proxy interface.


Method Summary
 GraphNode createGraphNode()
          The default factory operation used to create an instance object.
 GraphNode createGraphNode(boolean isVisible, Point position, Dimension size)
          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

createGraphNode

public GraphNode createGraphNode()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createGraphNode

public GraphNode createGraphNode(boolean isVisible,
                                 Point position,
                                 Dimension size)
Creates an instance object having attributes initialized by the passed values.

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