org.processmining.framework.models.pdm
Class PDMResource

java.lang.Object
  extended by org.processmining.framework.models.pdm.PDMResource

public class PDMResource
extends java.lang.Object

Title: PDM Resource

Description:

Copyright: Copyright (c) 2006

Company:

Version:
1.0
Author:
Irene Vanderfeesten

Constructor Summary
PDMResource(java.lang.String id)
          Creates the resource with identifier 'id'
 
Method Summary
 java.lang.String getID()
          Returns the identifier of the resource.
 void writeToPDM(java.io.Writer bw)
          Writes a Resource node to the PDM file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDMResource

public PDMResource(java.lang.String id)
Creates the resource with identifier 'id'

Parameters:
id - String
Method Detail

getID

public java.lang.String getID()
Returns the identifier of the resource.

Returns:
String

writeToPDM

public void writeToPDM(java.io.Writer bw)
                throws java.io.IOException
Writes a Resource node to the PDM file

Parameters:
bw - Writer
Throws:
java.io.IOException