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 TypeMethodDescriptionvoidContinuousVariable.setNodeType(NodeType nodeType) voidDiscreteVariable.setNodeType(NodeType nodeType) -
Uses of NodeType in edu.cmu.tetrad.graph
Fields in edu.cmu.tetrad.graph declared as NodeTypeModifier and TypeFieldDescriptionstatic final NodeTypeNodeType.ERRORstatic final NodeTypeNodeType.LATENTstatic final NodeTypeNodeType.LOCKstatic final NodeTypeNodeType.MEASUREDstatic final NodeTypeNodeType.NO_TYPEstatic final NodeTypeNodeType.RANDOMIZEstatic final NodeTypeNodeType.SESSIONstatic final NodeType[]NodeType.TYPESMethods in edu.cmu.tetrad.graph that return NodeTypeModifier and TypeMethodDescriptionfinal NodeTypeGraphNode.getNodeType()Node.getNodeType()Returns the node type for this node.static NodeTypeNodeType.serializableInstance()Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.graph with parameters of type NodeTypeModifier and TypeMethodDescriptionfinal voidGraphNode.setNodeType(NodeType nodeType) Sets the node type.voidNode.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