|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowChartInstance | |
---|---|
org.maltparser | Is the parent package of the entire MaltParser and contains the application class and a console engine of MaltParser. |
org.maltparser.core.config | Contains classes and an interface for handling parsing scenarios. |
org.maltparser.core.flow | |
org.maltparser.core.flow.item | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.reader | |
org.maltparser.core.syntaxgraph.writer | |
org.maltparser.parser | The top package for Single Malt Parser. |
org.maltparser.transform.pseudo | Contains classes for performing pre-processing and post-processing transformations on dependency graphs. |
Uses of FlowChartInstance in org.maltparser |
---|
Methods in org.maltparser that return FlowChartInstance | |
---|---|
FlowChartInstance |
Engine.initialize(int optionContainerIndex)
|
Uses of FlowChartInstance in org.maltparser.core.config |
---|
Methods in org.maltparser.core.config with parameters of type FlowChartInstance | |
---|---|
void |
ConfigDirChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of FlowChartInstance in org.maltparser.core.flow |
---|
Methods in org.maltparser.core.flow that return FlowChartInstance | |
---|---|
FlowChartInstance |
FlowChartManager.initialize(int optionContainerIndex,
String flowChartName)
|
Uses of FlowChartInstance in org.maltparser.core.flow.item |
---|
Fields in org.maltparser.core.flow.item declared as FlowChartInstance | |
---|---|
protected FlowChartInstance |
ChartItem.flowChartinstance
|
Methods in org.maltparser.core.flow.item that return FlowChartInstance | |
---|---|
FlowChartInstance |
ChartItem.getFlowChartInstance()
Returns the flow chart instance that the chart item belongs to |
Methods in org.maltparser.core.flow.item with parameters of type FlowChartInstance | |
---|---|
void |
ChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
Initialize the chart item |
protected void |
ChartItem.setFlowChartInstance(FlowChartInstance flowChartinstance)
Sets the flow chart instance that the chart item belongs to |
Uses of FlowChartInstance in org.maltparser.core.syntaxgraph |
---|
Methods in org.maltparser.core.syntaxgraph with parameters of type FlowChartInstance | |
---|---|
void |
SyntaxGraphChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
void |
CopyChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of FlowChartInstance in org.maltparser.core.syntaxgraph.reader |
---|
Methods in org.maltparser.core.syntaxgraph.reader with parameters of type FlowChartInstance | |
---|---|
void |
ReadChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of FlowChartInstance in org.maltparser.core.syntaxgraph.writer |
---|
Methods in org.maltparser.core.syntaxgraph.writer with parameters of type FlowChartInstance | |
---|---|
void |
WriteChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of FlowChartInstance in org.maltparser.parser |
---|
Methods in org.maltparser.parser with parameters of type FlowChartInstance | |
---|---|
void |
SingleMaltChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of FlowChartInstance in org.maltparser.transform.pseudo |
---|
Methods in org.maltparser.transform.pseudo with parameters of type FlowChartInstance | |
---|---|
void |
PseudoProjChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |