|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.protos.ProtosStatisticalFunction
public class ProtosStatisticalFunction
Title: Protos statistical function
Description: Holds a Protos statistical function
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
ProtosStatisticalFunction()
|
Method Summary | |
---|---|
java.lang.String |
readXMLExport(org.w3c.dom.Node statisticalFunctionNode)
Constructs a Statistical Function object out of a statistical function Node. |
java.lang.String |
readXMLExportAny(org.w3c.dom.Node anyNode)
Constructs a Statistical Function object (except for tis type) out of a "Nexp", "Beta", "Normal", "Erlang", "Gamma", "Uniform", or "Constant" Node. |
java.lang.String |
writeXMLExport(java.lang.String tag)
Returns the Statistical Function 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 ProtosStatisticalFunction()
Method Detail |
---|
public java.lang.String readXMLExportAny(org.w3c.dom.Node anyNode)
anyNode
- Node The "Nexp", "Beta", "Normal", "Erlang", "Gamma", "Uniform", or "Constant" node that contains the Statistical Function.
public java.lang.String readXMLExport(org.w3c.dom.Node statisticalFunctionNode)
statisticalFunctionNode
- Node The node that contains the Statistical Function.
public java.lang.String writeXMLExport(java.lang.String tag)
tag
- String The tag to use for this Statistical Function object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |