org.processmining.framework.models.protos
Class ProtosMetaNames

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

public class ProtosMetaNames
extends java.lang.Object

Title: Protos meta names

Description: Hodls Protos meta names

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

Constructor Summary
ProtosMetaNames()
           
 
Method Summary
 java.lang.String readXMLExport(org.w3c.dom.Node metaNamesNode)
          Constructs a Meta Names object out of a Node.
 java.lang.String writeXMLExport(java.lang.String tag)
          Returns the Meta Names 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

ProtosMetaNames

public ProtosMetaNames()
Method Detail

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node metaNamesNode)
Constructs a Meta Names object out of a Node.

Parameters:
metaNamesNode - Node The node that contains the Meta Names.
Returns:
String Any error message.

writeXMLExport

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

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