|
|||||||||||
| 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.jgraph.graph.DefaultEdge
biz.hammurapi.web.interaction.Transition
| Nested Class Summary |
| Nested classes inherited from class org.jgraph.graph.DefaultEdge |
org.jgraph.graph.DefaultEdge.DefaultRouting, org.jgraph.graph.DefaultEdge.LoopRouting |
| Nested classes inherited from class org.jgraph.graph.Edge |
org.jgraph.graph.Edge.Routing |
| Field Summary |
| Fields inherited from class org.jgraph.graph.DefaultEdge |
source, target |
| 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 | |
Transition(Interaction owner,
biz.hammurapi.web.interaction.sql.InteractionTransition data)
|
|
| Method Summary | |
java.lang.String |
getAction()
Action code |
biz.hammurapi.web.interaction.sql.InteractionTransition |
getData()
|
java.lang.String |
getDescription()
Element description |
java.lang.String |
getGuard()
Guard code |
Interaction |
getInteraction()
|
java.lang.String |
getName()
Element name |
Step |
getSourceStep()
|
Step |
getTargetStep()
|
java.lang.Object |
getUserObject()
|
boolean |
isValid()
|
void |
setAction(java.lang.String action)
Action code |
void |
setDescription(java.lang.String description)
Element description |
void |
setGuard(java.lang.String guard)
Guard code |
void |
setName(java.lang.String name)
Element name |
void |
setUserObject(java.lang.Object userObject)
|
| Methods inherited from class org.jgraph.graph.DefaultEdge |
clone, getSource, getTarget, setSource, setTarget |
| Methods inherited from class org.jgraph.graph.DefaultGraphCell |
addPort, addPort, addPort, 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, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jgraph.graph.GraphCell |
changeAttributes, getAttributes, setAttributes |
| Constructor Detail |
public Transition(Interaction owner,
biz.hammurapi.web.interaction.sql.InteractionTransition data)
| Method Detail |
public boolean isValid()
public void setUserObject(java.lang.Object userObject)
setUserObject in interface javax.swing.tree.MutableTreeNodepublic java.lang.Object getUserObject()
public java.lang.String getAction()
InteractionElement
getAction in interface InteractionElementpublic java.lang.String getDescription()
InteractionElement
getDescription in interface InteractionElementpublic java.lang.String getGuard()
InteractionElement
getGuard in interface InteractionElementpublic java.lang.String getName()
InteractionElement
getName in interface InteractionElementpublic Interaction getInteraction()
getInteraction in interface InteractionElementpublic void setAction(java.lang.String action)
InteractionElement
setAction in interface InteractionElementpublic void setDescription(java.lang.String description)
InteractionElement
setDescription in interface InteractionElementpublic void setGuard(java.lang.String guard)
InteractionElement
setGuard in interface InteractionElementpublic void setName(java.lang.String name)
InteractionElement
setName in interface InteractionElementpublic Step getSourceStep()
public Step getTargetStep()
public biz.hammurapi.web.interaction.sql.InteractionTransition getData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||