Uses of 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
Fields in edu.cmu.tetrad.graph declared as NodeTypeModifier and TypeFieldDescriptionstatic final NodeType
NodeType.ERROR
ConstantERROR
static final NodeType
NodeType.LATENT
ConstantLATENT
static final NodeType
NodeType.LOCK
ConstantLOCK
static final NodeType
NodeType.MEASURED
ConstantMEASURED
static final NodeType
NodeType.NO_TYPE
ConstantNO_TYPE
static final NodeType
NodeType.RANDOMIZE
ConstantRANDOMIZE
static final NodeType
NodeType.SESSION
ConstantSESSION
static final NodeType[]
NodeType.TYPES
ConstantTYPES
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
NodeType.serializableInstance()
Generates a simple exemplar of this class to test serialization.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.