Uses of Class
edu.cmu.tetrad.session.Type1
Packages that use Type1
-
Uses of Type1 in edu.cmu.tetrad.session
Methods in edu.cmu.tetrad.session that return Type1Method parameters in edu.cmu.tetrad.session with type arguments of type Type1Modifier and TypeMethodDescriptionboolean
SessionNode.isConsistentModelClass
(Class<Type1> modelClass, List nodes, boolean exact) Determines whether a given model class is consistent with the models contained in the given List of nodes, in the sense that the model class has a constructor that can take the models of the nodes as arguments.Constructors in edu.cmu.tetrad.session with parameters of type Type1ModifierConstructorDescriptionType4
(Type1 model1, Parameters parameters) It should be possible to construct a Type4-model with a Type1-node as parent.Type5
(Type1 model1, Type1 model2, Parameters parameters) It should not be possible to constuct Type5, because it contains two arguments of the same type.