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

public class BooleanGlassGenePm extends GenePm implements SessionModel
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 Details

  • Method Details

    • serializableInstance

      public static BooleanGlassGenePm serializableInstance()
      Generates a simple exemplar of this class to test serialization.
    • getName

      public String getName()
      Specified by:
      getName in interface SessionModel
      Returns:
      the name of the session model.
    • setName

      public void setName(String name)
      Description copied from interface: SessionModel
      Sets the name of the session model.
      Specified by:
      setName in interface SessionModel