Class Type5

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

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

    • Type5

      public Type5(Type1 model1, Type1 model2, Parameters parameters)
      It should not be possible to constuct Type5, because it contains two arguments of the same type. There is in principle no way to decide which argument should be passed in which position.
  • Method Details

    • serializableInstance

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