Package edu.cmu.tetrad.data
Class DelimiterType
java.lang.Object
edu.cmu.tetrad.data.DelimiterType
- All Implemented Interfaces:
TetradSerializable
,Serializable
Type-safe enum of delimiter types for parsing data. DISCRETE is used in data where every line starts a new field and
every occurrence of a tab starts a new field. SECTION_MARKER is replaces tabs by " *\t *". LAUNCH_TIME replaces tabs
by ",". Custom replaces tabs by a specified regular expression.
- Author:
- josephramsey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DelimiterType
static final DelimiterType
static final DelimiterType
static final DelimiterType
-
Method Summary
Modifier and TypeMethodDescriptionstatic DelimiterType
Generates a simple exemplar of this class to test serialization.toString()
Prints out the name of the type.
-
Field Details
-
WHITESPACE
-
TAB
-
COMMA
-
COLON
-
-
Method Details