|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.protos.ProtosFlowElement
public class ProtosFlowElement
Title: Protos flow element
Description: Holds a Protos flow element
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
ProtosFlowElement(ProtosSubprocess subprocess)
|
Method Summary | |
---|---|
java.lang.String |
getID()
|
ProtosSubprocess |
getSubprocess()
|
ModelGraphVertex |
getVertex()
|
boolean |
isActivity()
|
java.lang.String |
readXMLExport(org.w3c.dom.Node flowElementNode)
Constructs a Flow Element object out of a Node. |
void |
setLogEvent(LogEvent event)
|
java.lang.String |
writeToDot(java.util.HashMap map)
Convert this Flow Element to DOT. |
java.lang.String |
writeXMLExport(java.lang.String tag)
Returns the Flow Element 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 ProtosFlowElement(ProtosSubprocess subprocess)
Method Detail |
---|
public ProtosSubprocess getSubprocess()
public ModelGraphVertex getVertex()
public void setLogEvent(LogEvent event)
public java.lang.String getID()
public boolean isActivity()
public java.lang.String readXMLExport(org.w3c.dom.Node flowElementNode)
flowElementNode
- Node The node that contains the Flow Element.
public java.lang.String writeXMLExport(java.lang.String tag)
tag
- String The tag to use for this Flow Element object.
public java.lang.String writeToDot(java.util.HashMap map)
map
- HashMap Links actual DOT elements to stored vertices.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |