PIP.Core
Class ExperimentTypes

java.lang.Object
  extended by PIP.Core.ExperimentTypes
All Implemented Interfaces:
java.io.Serializable

public class ExperimentTypes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExperimentTypes(boolean b)
           
 
Method Summary
 void addExperimentType(ExperimentType e)
           
 ExperimentType getExperimentType(byte b)
           
 ExperimentType getExperimentType(java.lang.String s)
           
 java.util.Collection<ExperimentType> getExperimentTypeCollection()
           
static ExperimentTypes getInstance()
           
 byte indexOf(ExperimentType e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentTypes

public ExperimentTypes(boolean b)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getExperimentTypeCollection

public java.util.Collection<ExperimentType> getExperimentTypeCollection()

getInstance

public static ExperimentTypes getInstance()

addExperimentType

public void addExperimentType(ExperimentType e)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getExperimentType

public ExperimentType getExperimentType(java.lang.String s)

getExperimentType

public ExperimentType getExperimentType(byte b)

indexOf

public byte indexOf(ExperimentType e)