org.processmining.framework.models.protos
Class ProtosRole

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

public class ProtosRole
extends java.lang.Object

Title: Protos role

Description: Holds a Protos role

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Eric Verbeek

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

ProtosRole

public ProtosRole()
Method Detail

readXMLExport

public java.lang.String readXMLExport(org.w3c.dom.Node roleNode)
Constructs a Role object out of a Node.

Parameters:
roleNode - Node The node that contains the Role.
Returns:
String Any error message.

writeXMLExport

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

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