gausselim.systems
Class ExampleManager

java.lang.Object
  extended by gausselim.systems.ExampleManager

public class ExampleManager
extends java.lang.Object

Manager for available ExampleSystems.


Constructor Summary
ExampleManager()
           
 
Method Summary
 java.lang.String getDescription(ExampleSystem es)
           
 java.lang.String[] getDescriptions()
           
 ExampleSystem getExampleSystem(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleManager

public ExampleManager()
Method Detail

getDescriptions

public java.lang.String[] getDescriptions()
Returns:
descriptions for all available ExampleSystems

getDescription

public java.lang.String getDescription(ExampleSystem es)
Returns:
a description for the specified ExampleSystem

getExampleSystem

public ExampleSystem getExampleSystem(java.lang.String description)
Returns:
an ExampleSystem for the specified description