org.processmining.framework.models.protos
Class ProtosModelOptions

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

public class ProtosModelOptions
extends java.lang.Object

Title: Protos model options

Description: Holds the Protos model options

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

Constructor Summary
ProtosModelOptions()
           
 
Method Summary
 java.lang.String readXMLExport(org.w3c.dom.Node optionsNode)
          Constructs a (for the time being: empty) Model Options object out of a Node.
 java.lang.String writeXMLExport(java.lang.String tag)
          Returns the (for the time being: empty) Model Options 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

ProtosModelOptions

public ProtosModelOptions()
Method Detail

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node optionsNode)
Constructs a (for the time being: empty) Model Options object out of a Node.

Parameters:
optionsNode - Node The node that contains the Model Options.
Returns:
String Any error message.

writeXMLExport

public java.lang.String writeXMLExport(java.lang.String tag)
Returns the (for the time being: empty) Model Options object in Protos XML Export format.

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