PIP.Core
Class ExperimentTypes
java.lang.Object
PIP.Core.ExperimentTypes
- All Implemented Interfaces:
- java.io.Serializable
public class ExperimentTypes
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentTypes
public ExperimentTypes(boolean b)
throws java.lang.Exception
- Throws:
java.lang.Exception
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)