|
Together Workflow Editor 3.0-1 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.GraphParticipantInterface
org.enhydra.jawe.components.graph.DefaultGraphParticipant
public class DefaultGraphParticipant
Used to define Participant object in process. Participant is a container for activities, subflows and other departmnet objects. Activities and subflow can be moved from one to the other Participant.
Field Summary |
---|
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 | |
---|---|
DefaultGraphParticipant(org.enhydra.shark.xpdl.elements.Participant par)
Creates Participant with given userObject. |
Method Summary | |
---|---|
protected java.lang.Object |
cloneUserObject()
Create a clone of the user object. |
java.util.Set |
getChildParticipants()
Returns participant's children participants (participants for which it is a container). |
org.enhydra.shark.xpdl.XMLComplexElement |
getPropertyObject()
Gets a property object (XML schema Element). |
java.lang.String |
getTooltip()
Gets a tooltip text for participant. |
java.lang.String |
getType()
|
boolean |
hasAnyParticipant()
Returns true if participant is a container for any other participant. |
int |
howManyChildParticipants()
Returns the number of participant's children participants (number of participants for which it is a container). |
java.lang.String |
toString()
Gets an participant name property. |
Methods inherited from class org.enhydra.jawe.components.graph.GraphParticipantInterface |
---|
getChildActivities, hasAnyActivity, howManyChildActivities |
Methods inherited from class org.jgraph.graph.DefaultGraphCell |
---|
changeAttributes, clone, 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 |
Constructor Detail |
---|
public DefaultGraphParticipant(org.enhydra.shark.xpdl.elements.Participant par)
Method Detail |
---|
public boolean hasAnyParticipant()
hasAnyParticipant
in class GraphParticipantInterface
public int howManyChildParticipants()
public java.util.Set getChildParticipants()
public org.enhydra.shark.xpdl.XMLComplexElement getPropertyObject()
WorkflowElement
public java.lang.String getTooltip()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
protected java.lang.Object cloneUserObject()
public java.lang.String getType()
|
Together Workflow Editor 3.0-1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |