gov.nih.nci.caarray.domain.array
Class LogicalProbe
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.array.AbstractDesignElement
gov.nih.nci.caarray.domain.array.AbstractProbe
gov.nih.nci.caarray.domain.array.LogicalProbe
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class LogicalProbe
- extends AbstractProbe
A logical probe corresponding to a sequence that is composed of multiple physical probes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LogicalProbe
public LogicalProbe(ArrayDesignDetails details)
- Creates a new
LogicalProbe
with its LSID initialized.
- Parameters:
details
- the array design details
LogicalProbe
@Deprecated
public LogicalProbe()
- Deprecated. hibernate & castor only
getProbes
public java.util.Set<PhysicalProbe> getProbes()
- Returns:
- the physicalProbes
addProbe
public void addProbe(PhysicalProbe physicalProbe)
- Add a physical probe to this logical probe.
- Parameters:
physicalProbe
- physical probe to add
getArrayDesignDetails
public ArrayDesignDetails getArrayDesignDetails()
- Returns:
- the design details