com.yobotics.simulationconstructionset.gui.config
Class GraphGroupList

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.config.GraphGroupList

public class GraphGroupList
extends java.lang.Object


Constructor Summary
GraphGroupList()
           
 
Method Summary
 void addGraphGroup(GraphGroup group)
           
 GraphGroup getGraphGroup(java.lang.String name)
           
 java.lang.String[] getGraphGroupNames()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphGroupList

public GraphGroupList()
Method Detail

addGraphGroup

public void addGraphGroup(GraphGroup group)

getGraphGroupNames

public java.lang.String[] getGraphGroupNames()

getGraphGroup

public GraphGroup getGraphGroup(java.lang.String name)