org.processmining.framework.models.protos
Class ProtosExpression

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

public class ProtosExpression
extends java.lang.Object

Title: Protos expression

Description: Holds a Protos expression

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

Constructor Summary
ProtosExpression()
           
 
Method Summary
 java.lang.String readXMLExport(org.w3c.dom.Node expressionNode)
          Constructs an Expression object out of an expression Node.
 java.lang.String writeXMLExport(java.lang.String tag)
          Returns the Expression 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

ProtosExpression

public ProtosExpression()
Method Detail

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node expressionNode)
Constructs an Expression object out of an expression Node.

Parameters:
expressionNode - Node The expression node that contains the Expression.
Returns:
String Any error message.

writeXMLExport

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

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