|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjflexcrf.Option
public class Option
The Class Option.
Field Summary | |
---|---|
static int |
FIRST_ORDER
The Constant FIRST_ORDER. |
static java.lang.String |
inputSeparator
The Constant inputSeparator. |
java.lang.String |
modelDir
The model dir. |
java.lang.String |
modelFile
The model file. |
java.lang.String |
optionFile
The option file. |
int |
order
The order. |
static java.lang.String |
outputSeparator
The Constant outputSeparator. |
static int |
SECOND_ORDER
The Constant SECOND_ORDER. |
Constructor Summary | |
---|---|
Option()
Instantiates a new option. |
|
Option(java.lang.String modelDir)
Instantiates a new option. |
Method Summary | |
---|---|
java.io.BufferedReader |
openModelFile()
Open model file. |
boolean |
readOptions()
Read options. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FIRST_ORDER
public static final int SECOND_ORDER
public static final java.lang.String inputSeparator
public static final java.lang.String outputSeparator
public java.lang.String modelDir
public final java.lang.String modelFile
public final java.lang.String optionFile
public int order
Constructor Detail |
---|
public Option()
public Option(java.lang.String modelDir)
modelDir
- the model dirMethod Detail |
---|
public boolean readOptions()
public java.io.BufferedReader openModelFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |