Class BooleanGlassGenePm
java.lang.Object
edu.cmu.tetrad.gene.tetradapp.model.GenePm
edu.cmu.tetrad.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:
- Joseph Ramsey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanGlassGenePm(ManualActiveLagGraph lagGraph) BooleanGlassGenePm(RandomActiveLagGraph lagGraph) -
Method Summary
Modifier and TypeMethodDescriptiongetName()static BooleanGlassGenePmGenerates a simple exemplar of this class to test serialization.voidSets the name of the session model.Methods inherited from class edu.cmu.tetrad.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:
getNamein interfaceSessionModel- Returns:
- the name of the session model.
-
setName
Description copied from interface:SessionModelSets the name of the session model.- Specified by:
setNamein interfaceSessionModel
-