pipe.modules.gspn
Class GSPN

java.lang.Object
  |
  +--pipe.modules.classification.Classification
        |
        +--pipe.modules.gspn.GSPN
All Implemented Interfaces:
Module

public class GSPN
extends Classification
implements Module

Author:
Matthew Cook

Constructor Summary
GSPN()
           
 
Method Summary
 java.lang.String getName()
           
 void run(DataLayer pnmlData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSPN

public GSPN()
Method Detail

run

public void run(DataLayer pnmlData)
Specified by:
run in interface Module
Overrides:
run in class Classification

getName

public java.lang.String getName()
Specified by:
getName in interface Module
Overrides:
getName in class Classification