org.processmining.framework.models.protos
Class ProtosDistribution

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

public class ProtosDistribution
extends java.lang.Object

Title: Protos distribution

Description: Holds a Protos distribution

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

Constructor Summary
ProtosDistribution()
           
 
Method Summary
 java.lang.String readXMLExport(org.w3c.dom.Node distributionNode)
          Constructs a Distribution object out of a "distribution" Node.
 java.lang.String writeXMLExport(java.lang.String tag)
          Returns the Distribution 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

ProtosDistribution

public ProtosDistribution()
Method Detail

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node distributionNode)
Constructs a Distribution object out of a "distribution" Node.

Parameters:
distributionNode - Node The "distribution" node that contains the Distribution.
Returns:
String Any error message.

writeXMLExport

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

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