org.processmining.framework.models.protos
Class ProtosStatisticalFunction

java.lang.Object
  extended by org.processmining.framework.models.protos.ProtosStatisticalFunction

public class ProtosStatisticalFunction
extends java.lang.Object

Title: Protos statistical function

Description: Holds a Protos statistical function

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

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

ProtosStatisticalFunction

public ProtosStatisticalFunction()
Method Detail

readXMLExportAny

public 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.

Parameters:
anyNode - Node The "Nexp", "Beta", "Normal", "Erlang", "Gamma", "Uniform", or "Constant" node that contains the Statistical Function.
Returns:
String Any error message.

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node statisticalFunctionNode)
Constructs a Statistical Function object out of a statistical function Node.

Parameters:
statisticalFunctionNode - Node The node that contains the Statistical Function.
Returns:
String Any error message.

writeXMLExport

public java.lang.String writeXMLExport(java.lang.String tag)
Returns the Statistical Function object in Protos XML Export format.

Parameters:
tag - String The tag to use for this Statistical Function object.
Returns:
String The Statistical Function object in Protos XML Export format.