nz.ac.waikato.mcennis.rat.graph.path
Class PathFactory

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.path.PathFactory

public class PathFactory
extends java.lang.Object

Class for Creating Path Objects


Method Summary
 Path create(java.util.Properties props)
          Create a new Path.
static PathFactory newInstance()
          Creates a reference to a singelton PathFactory object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static PathFactory newInstance()
Creates a reference to a singelton PathFactory object

Returns:

create

public Path create(java.util.Properties props)
Create a new Path. Currently ignores parameters and only returns an uninitialized BasicPath object.

Parameters:
props - ignored
Returns:
new Path object