Uses of Enum Class
edu.cmu.tetrad.graph.NodeVariableType
Packages that use NodeVariableType
-
Uses of NodeVariableType in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return NodeVariableTypeModifier and TypeMethodDescriptionContinuousVariable.getNodeVariableType()DiscreteVariable.getNodeVariableType()Methods in edu.cmu.tetrad.data with parameters of type NodeVariableTypeModifier and TypeMethodDescriptionvoidContinuousVariable.setNodeVariableType(NodeVariableType nodeVariableType) voidDiscreteVariable.setNodeVariableType(NodeVariableType nodeVariableType) -
Uses of NodeVariableType in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return NodeVariableTypeModifier and TypeMethodDescriptionGraphNode.getNodeVariableType()Node.getNodeVariableType()static NodeVariableTypeReturns the enum constant of this class with the specified name.static NodeVariableType[]NodeVariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.graph with parameters of type NodeVariableTypeModifier and TypeMethodDescriptionvoidGraphNode.setNodeVariableType(NodeVariableType nodeVariableType) voidNode.setNodeVariableType(NodeVariableType nodeVariableType) Sets the type (domain, interventional status, interventional value..) for this node variable -
Uses of NodeVariableType in edu.cmu.tetrad.session
Methods in edu.cmu.tetrad.session that return NodeVariableTypeMethods in edu.cmu.tetrad.session with parameters of type NodeVariableTypeModifier and TypeMethodDescriptionvoidSessionNode.setNodeVariableType(NodeVariableType nodeVariableType)