Class BooleanGlassGenePm
java.lang.Object
edu.cmu.tetrad.study.gene.tetradapp.model.GenePm
edu.cmu.tetrad.study.gene.tetradapp.model.BooleanGlassGenePm
- All Implemented Interfaces:
SessionModel
,TetradSerializable
,Serializable
Implements a parametric model for Boolean Glass gene PM's, which in this case just presents the underlying workbench.
There are no additional parameters to the PM.
- Author:
- josephramsey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanGlassGenePm
(ManualActiveLagGraph lagGraph) BooleanGlassGenePm
(RandomActiveLagGraph lagGraph) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static BooleanGlassGenePm
Generates a simple exemplar of this class to test serialization.void
Sets the name of the session model.Methods inherited from class edu.cmu.tetrad.study.gene.tetradapp.model.GenePm
getLagGraph
-
Constructor Details
-
BooleanGlassGenePm
-
BooleanGlassGenePm
-
-
Method Details
-
serializableInstance
Generates a simple exemplar of this class to test serialization. -
getName
- Specified by:
getName
in interfaceSessionModel
- Returns:
- the name of the session model.
-
setName
Description copied from interface:SessionModel
Sets the name of the session model.- Specified by:
setName
in interfaceSessionModel
-