venice
Class ZRealization

java.lang.Object
  |
  +--edu.umd.cs.jazz.ZSceneGraphObject
        |
        +--edu.umd.cs.jazz.ZNode
              |
              +--edu.umd.cs.jazz.ZLeaf
                    |
                    +--edu.umd.cs.jazz.ZVisualLeaf
                          |
                          +--venice.ZVisualLeafModelElement
                                |
                                +--venice.ZRelationship
                                      |
                                      +--venice.ZRealization
All Implemented Interfaces:
java.lang.Cloneable, java.util.EventListener, ListenerStateChangeable, java.io.Serializable, VModelElement, VRealization, VRelationship, edu.umd.cs.jazz.event.ZNodeListener, edu.umd.cs.jazz.io.ZSerializable

public class ZRealization
extends ZRelationship
implements VRealization

ZRealization is a concrete implementation of VRealization interface using Jazz UI library.

This is a wrapper for ZRelationship.

Author:
Hannu Laurila
See Also:
Serialized Form

Fields inherited from class venice.ZRelationship
HEADLEN, mArrowHeadDownLeftLine, mArrowHeadUpDownLine, mArrowHeadUpLeftLine, mCompositeRelationshipList, mDst, mIsRepresentedByOtherRelationship, mLine, mListenersEnabled, mPreviousUseDashed, mRelationshipType, mSrc, mTypeLabel, stDashedStroke, stSolidStroke, TYPE_DEPENDENCY, TYPE_GENERALIZATION, TYPE_REALIZATION
 
Fields inherited from class venice.ZVisualLeafModelElement
mCompositeRelationships, mHiddenOfferedRealizations, mModelElementId, mModelElementName, mModelElementType, mModelElementVisible, mOfferedRealizationSubstitutions, mOriginalRelationships, mRequiredInterfaceSubstitutions, mRequiredRealizations
 
Fields inherited from class edu.umd.cs.jazz.ZVisualLeaf
cacheVolatile, visualComponents
 
Fields inherited from class edu.umd.cs.jazz.ZNode
clientProperties, editorFactory, findable, findable_DEFAULT, hasNodeListener, hasNodeListener_DEFAULT, parent, pickable, pickable_DEFAULT, savable, savable_DEFAULT, selectable, selectable_DEFAULT
 
Fields inherited from class edu.umd.cs.jazz.ZSceneGraphObject
bounds, inClone, listenerList, objRefTable, volatileBounds, volatileBounds_DEFAULT
 
Constructor Summary
ZRealization(java.lang.String inId, boolean inInitialiListenersEnabled)
           
 
Methods inherited from class venice.ZRelationship
addRelationship, addVRelationshipAsSubrelationship, boundsChanged, dataChanged, getDestination, getIsRepresentedBySomeoneElse, getRelationshipConnectPoint, getRelationships, getRelationshipType, getSource, getSubrelationships, globalBoundsChanged, intersectWithLine, isCompositeRelationship, leavesVPackage, removeSubrelationship, setDestination, setIsRepresentedBySomeoneElse, setLabelVisible, setListenersEnabled, setSource
 
Methods inherited from class venice.ZVisualLeafModelElement
addToCompositeRelationshipList, addToHiddenOfferedRealizations, addToOfferedRealizationSubstitutions, addToRequiredInterfaceSubstitutions, addToRequiredRealizations, clearHiddenOfferedRealizations, clearOfferedRealizationSubstitutions, clearRequiredInterfaceSubstitutions, clearRequiredRealizations, debugDump, getCompositeRelationships, getHiddenOfferedRealizations, getId, getName, getOfferedRealizationSubstitutions, getRequiredInterfaceSubstitutions, getRequiredRealizations, getType, getVisible, getVParent, setName, setType, setVisible
 
Methods inherited from class edu.umd.cs.jazz.ZVisualLeaf
addVisualComponent, addVisualComponents, clearVisualComponents, computeBounds, duplicateObject, getFirstVisualComponent, getNumVisualComponents, getVisualComponent, getVisualComponentBounds, getVisualComponentGlobalBounds, getVisualComponents, getVolatileBounds, indexOf, pick, removeVisualComponent, render, setState, setVisualComponent, setVisualComponent, trimToSize, updateObjectReferences, updateVolatility, writeObject, writeObject, writeObjectRecurse
 
Methods inherited from class edu.umd.cs.jazz.ZNode
, addClientProperty, addNodeListener, dump, editor, extract, findNodes, getClientProperty, getGlobalBounds, getGlobalToLocalTransform, getLocalToGlobalTransform, getParent, getRoot, globalToLocal, globalToLocal, hasNodeListener, isAncestorOf, isDescendentOf, isFindable, isPickable, isSavable, isSelectable, localToGlobal, localToGlobal, lower, lowerTo, percolateEventUpSceneGraph, putClientProperty, raise, raiseTo, remove, removeNodeListener, repaint, repaint, repaint, reparent, replaceWith, setEditorFactory, setFindable, setParent, setPickable, setSavable, setSelectable, updateBounds, writeReplace
 
Methods inherited from class edu.umd.cs.jazz.ZSceneGraphObject
addMouseListener, addMouseMotionListener, clone, fireEvent, fireMouseEvent, getBounds, getBoundsReference, getListenerList, hasLisenerOfType, hasMouseListener, processMouseEvent, removeEventListener, removeMouseListener, removeMouseMotionListener, reshape, setBounds, setVolatileBounds
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface venice.VRelationship
addVRelationshipAsSubrelationship, getDestination, getIsRepresentedBySomeoneElse, getSource, getSubrelationships, isCompositeRelationship, leavesVPackage, removeSubrelationship, setDestination, setIsRepresentedBySomeoneElse, setLabelVisible, setSource
 
Methods inherited from interface venice.VModelElement
addRelationship, addToCompositeRelationshipList, debugDump, getCompositeRelationships, getId, getName, getRelationshipConnectPoint, getRelationships, getType, getVisible, getVParent, intersectWithLine, setName, setType, setVisible
 

Constructor Detail

ZRealization

public ZRealization(java.lang.String inId,
                    boolean inInitialiListenersEnabled)