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()
Returns the node shape for this node.DiscreteVariable.getNodeVariableType()
Returns the node shape for this node.Methods in edu.cmu.tetrad.data with parameters of type NodeVariableTypeModifier and TypeMethodDescriptionvoid
ContinuousVariable.setNodeVariableType
(NodeVariableType nodeVariableType) Sets the type (domain, interventional status, interventional value..) for this node variablevoid
DiscreteVariable.setNodeVariableType
(NodeVariableType nodeVariableType) Sets the type (domain, interventional status, interventional value..) for this node variable -
Uses of NodeVariableType in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return NodeVariableTypeModifier and TypeMethodDescriptionGraphNode.getNodeVariableType()
Returns the node shape for this node.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) Sets the type (domain, interventional status, interventional value..) for this node variablevoid
Node.setNodeVariableType
(NodeVariableType nodeVariableType) Sets the type (domain, interventional status, interventional value..) for this node variable