|
TWE 2.3-2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.jgraph.graph.DefaultGraphCell
org.enhydra.jawe.components.graph.GraphActivityInterface
org.enhydra.jawe.components.graph.GraphBubbleActivityInterface
org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
Used to define End object.
Nested Class Summary |
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
Field Summary | |
protected boolean |
isStart
|
protected java.lang.String |
type
|
Fields inherited from class org.jgraph.graph.DefaultGraphCell |
attributes |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
DefaultGraphBubbleActivity(org.enhydra.shark.xpdl.elements.ExtendedAttribute ea)
Creates End with given userObject. |
Method Summary | |
boolean |
acceptsSource()
Returns true if cell that implements it is a valid source for link. |
boolean |
acceptsTarget()
Returns true if End is a valid target for transition.
|
protected void |
addPort()
|
java.lang.Object |
clone()
Create a clone of the cell. |
protected java.lang.Object |
cloneUserObject()
Create a clone of the ActivityProperties object. |
java.awt.Point |
getOffset()
|
GraphPortInterface |
getPort()
Gets the port associate with this activity. |
org.enhydra.shark.xpdl.XMLComplexElement |
getPropertyObject()
Gets a property object (XML schema Element). |
java.util.Set |
getReferencedActivities()
Gets all activities that this activity references. |
java.util.Set |
getReferencingActivities()
Gets all activities that reference this one. |
StartEndDescription |
getStartEndDescription()
Gets description of bubble. |
java.lang.String |
getTooltip()
Gets a tooltip text for activity. |
java.lang.String |
getType()
|
boolean |
isStart()
|
java.lang.String |
toString()
|
Methods inherited from class org.jgraph.graph.DefaultGraphCell |
changeAttributes, getAttributes, getChildren, setAttributes |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean isStart
protected java.lang.String type
Constructor Detail |
public DefaultGraphBubbleActivity(org.enhydra.shark.xpdl.elements.ExtendedAttribute ea)
Method Detail |
protected void addPort()
public java.lang.String getType()
public boolean isStart()
isStart
in class GraphBubbleActivityInterface
public StartEndDescription getStartEndDescription()
GraphBubbleActivityInterface
getStartEndDescription
in class GraphBubbleActivityInterface
public GraphPortInterface getPort()
getPort
in class GraphActivityInterface
public org.enhydra.shark.xpdl.XMLComplexElement getPropertyObject()
WorkflowElement
public java.lang.String getTooltip()
public boolean acceptsTarget()
true
if End is a valid target for transition.
This depends if there is any transition already connected to it.
public boolean acceptsSource()
Linkable
true
if cell that implements it is a valid source for link.
public java.lang.String toString()
public java.lang.Object clone()
protected java.lang.Object cloneUserObject()
public java.util.Set getReferencingActivities()
getReferencingActivities
in class GraphActivityInterface
public java.util.Set getReferencedActivities()
getReferencedActivities
in class GraphActivityInterface
public java.awt.Point getOffset()
getOffset
in class GraphActivityInterface
|
TWE 2.3-2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |