Uses of Enum Class
edu.cmu.tetrad.graph.NodeType
Packages that use NodeType
-
Uses of NodeType in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return NodeTypeModifier and TypeMethodDescriptionContinuousVariable.getNodeType()
Getter for the fieldnodeType
.DiscreteVariable.getNodeType()
Getter for the fieldnodeType
.Methods in edu.cmu.tetrad.data with parameters of type NodeTypeModifier and TypeMethodDescriptionvoid
ContinuousVariable.setNodeType
(NodeType nodeType) Sets the node type for this node.void
DiscreteVariable.setNodeType
(NodeType nodeType) Sets the node type for this node. -
Uses of NodeType in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return NodeTypeModifier and TypeMethodDescriptionfinal NodeType
GraphNode.getNodeType()
Getter for the fieldnodeType
.Node.getNodeType()
Returns the node type for this node.static NodeType
Returns the enum constant of this class with the specified name.static NodeType[]
NodeType.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 NodeTypeModifier and TypeMethodDescriptionfinal void
GraphNode.setNodeType
(NodeType nodeType) Sets the node type for this node.void
Node.setNodeType
(NodeType nodeType) Sets the node type for this node.