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()
DiscreteVariable.getNodeType()
Methods in edu.cmu.tetrad.data with parameters of type NodeTypeModifier and TypeMethodDescriptionvoid
ContinuousVariable.setNodeType
(NodeType nodeType) void
DiscreteVariable.setNodeType
(NodeType nodeType) -
Uses of NodeType in edu.cmu.tetrad.graph
Fields in edu.cmu.tetrad.graph declared as NodeTypeModifier and TypeFieldDescriptionstatic final NodeType
NodeType.ERROR
static final NodeType
NodeType.LATENT
static final NodeType
NodeType.LOCK
static final NodeType
NodeType.MEASURED
static final NodeType
NodeType.NO_TYPE
static final NodeType
NodeType.RANDOMIZE
static final NodeType
NodeType.SESSION
static final NodeType[]
NodeType.TYPES
Methods in edu.cmu.tetrad.graph that return NodeTypeModifier and TypeMethodDescriptionfinal NodeType
GraphNode.getNodeType()
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.void
Node.setNodeType
(NodeType nodeType) Sets the node type for this node. -
Uses of NodeType in edu.cmu.tetrad.session
Methods in edu.cmu.tetrad.session that return NodeTypeMethods in edu.cmu.tetrad.session with parameters of type NodeType