|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.protos.ProtosProcessArc
public class ProtosProcessArc
Title: Protos process arc
Description: Holds a Protos process arc
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
ProtosProcessArc(ProtosSubprocess subprocess)
|
Method Summary | |
---|---|
ModelGraphEdge |
getEdge()
|
ProtosSubprocess |
getSubprocess()
|
java.lang.String |
readXMLExport(org.w3c.dom.Node processArcNode)
Constructs a Process Arc object out of a Node. |
java.lang.String |
writeToDot()
Returns the DOT representation for this Process Arc. |
java.lang.String |
writeXMLExport(java.lang.String tag)
Returns the Process Arc object in Protos XML Export format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProtosProcessArc(ProtosSubprocess subprocess)
Method Detail |
---|
public ProtosSubprocess getSubprocess()
public ModelGraphEdge getEdge()
public java.lang.String readXMLExport(org.w3c.dom.Node processArcNode)
processArcNode
- Node The node that contains the Process Arc.
public java.lang.String writeXMLExport(java.lang.String tag)
tag
- String The tag to use for this Process Arc object.
public java.lang.String writeToDot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |