Package edu.cmu.tetrad.session
Class Type5
java.lang.Object
edu.cmu.tetrad.session.Type5
- All Implemented Interfaces:
SessionModel
,TetradSerializable
,TetradSerializableExcluded
,Serializable
A sample class to be wrapped in a SessionNode as a model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionType5
(Type1 model1, Type1 model2, Parameters parameters) It should not be possible to constuct Type5, because it contains two arguments of the same type. -
Method Summary
-
Constructor Details
-
Type5
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
-
equals
-
getName
- Specified by:
getName
in interfaceSessionModel
- Returns:
- the name of the session model.
-
setName
Sets the name of the session model.- Specified by:
setName
in interfaceSessionModel
-