- All Implemented Interfaces:
- TetradSerializable,- Serializable
A typesafe enum of the types of the types of nodes in a graph (MEASURED,
 LATENT, ERROR).
- Author:
- Joseph Ramsey
- See Also:
- 
- 
- 
Method Summary
Generates a simple exemplar of this class to test serialization. 
 
Prints out the name of the type. 
 
 
 
 
- 
- 
Method Details
- 
serializableInstancepublic static NodeType serializableInstance() 
 Generates a simple exemplar of this class to test serialization. 
- 
toStringPrints out the name of the type. 
- Overrides:
- toStringin class- Object