Class Type4

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

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

    • Type4

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

      public Type4(Type2 model1, Type3 model2)
      It should be possible to construct a Type4-model with both Type2 and Type2-nodes as parents.
  • Method Details

    • serializableInstance

      public static Type4 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