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 TypeMethodDescriptionvoid
ContinuousVariable.setNodeVariableType
(NodeVariableType nodeVariableType) void
DiscreteVariable.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()
Returns the node shape for this node.static NodeVariableType
Returns 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 TypeMethodDescriptionvoid
GraphNode.setNodeVariableType
(NodeVariableType nodeVariableType) void
Node.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 TypeMethodDescriptionvoid
SessionNode.setNodeVariableType
(NodeVariableType nodeVariableType)