Class Type3

java.lang.Object
edu.cmu.tetrad.session.Type3
All Implemented Interfaces:
SessionModel, TetradSerializable, TetradSerializableExcluded, Serializable

public class Type3 extends Object implements SessionModel, TetradSerializableExcluded
A sample class to be wrapped in a SessionNode as a model.
See Also:
  • Constructor Details

    • Type3

      public Type3(Type2 model1, Parameters parameters)
      It should be possible to construct a Type3-model with a Type1-node as parent.
    • Type3

      public Type3(Type2 model1, Type4 model2)
      It should also be possible to construct a Type3-model with two parents: a Type1-node and a Type2-node.
  • Method Details

    • serializableInstance

      public static Type3 serializableInstance()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getName

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

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