Package edu.cmu.tetrad.graph
Class NodeType
java.lang.Object
edu.cmu.tetrad.graph.NodeType
- All Implemented Interfaces:
TetradSerializable
,Serializable
A typesafe enum of the types of the types of nodes in a graph (MEASURED, LATENT, ERROR).
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeType
ConstantERROR
static final NodeType
ConstantLATENT
static final NodeType
ConstantLOCK
static final NodeType
ConstantMEASURED
static final NodeType
ConstantNO_TYPE
static final NodeType
ConstantRANDOMIZE
static final NodeType
ConstantSESSION
static final NodeType[]
ConstantTYPES
-
Method Summary
-
Field Details
-
MEASURED
ConstantMEASURED
-
LATENT
ConstantLATENT
-
ERROR
ConstantERROR
-
SESSION
ConstantSESSION
-
RANDOMIZE
ConstantRANDOMIZE
-
LOCK
ConstantLOCK
-
NO_TYPE
ConstantNO_TYPE
-
TYPES
ConstantTYPES
-
-
Method Details