|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartItemSpecification | |
---|---|
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.flow.spec | |
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 ChartItemSpecification in org.maltparser.core.config |
---|
Methods in org.maltparser.core.config with parameters of type ChartItemSpecification | |
---|---|
void |
ConfigDirChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.core.flow |
---|
Methods in org.maltparser.core.flow with parameters of type ChartItemSpecification | |
---|---|
protected ChartItem |
FlowChartInstance.initChartItem(ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.core.flow.item |
---|
Fields in org.maltparser.core.flow.item declared as ChartItemSpecification | |
---|---|
protected ChartItemSpecification |
ChartItem.chartItemSpecification
|
Methods in org.maltparser.core.flow.item that return ChartItemSpecification | |
---|---|
ChartItemSpecification |
ChartItem.getChartItemSpecification()
Returns a chart item specification |
Methods in org.maltparser.core.flow.item with parameters of type ChartItemSpecification | |
---|---|
void |
ChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
Initialize the chart item |
void |
ChartItem.setChartItemSpecification(ChartItemSpecification chartItemSpecification)
Sets the specification of the chart item |
Uses of ChartItemSpecification in org.maltparser.core.flow.spec |
---|
Methods in org.maltparser.core.flow.spec that return types with arguments of type ChartItemSpecification | |
---|---|
LinkedHashSet<ChartItemSpecification> |
ChartSpecification.getPostProcessChartItemSpecifications()
|
LinkedHashSet<ChartItemSpecification> |
ChartSpecification.getPreProcessChartItemSpecifications()
|
LinkedHashSet<ChartItemSpecification> |
ChartSpecification.getProcessChartItemSpecifications()
|
Methods in org.maltparser.core.flow.spec with parameters of type ChartItemSpecification | |
---|---|
void |
ChartSpecification.addPostProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
void |
ChartSpecification.addPreProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
void |
ChartSpecification.addProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
void |
ChartSpecification.removePostProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
void |
ChartSpecification.removePreProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
void |
ChartSpecification.removeProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.core.syntaxgraph |
---|
Methods in org.maltparser.core.syntaxgraph with parameters of type ChartItemSpecification | |
---|---|
void |
SyntaxGraphChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
void |
CopyChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.core.syntaxgraph.reader |
---|
Methods in org.maltparser.core.syntaxgraph.reader with parameters of type ChartItemSpecification | |
---|---|
void |
ReadChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.core.syntaxgraph.writer |
---|
Methods in org.maltparser.core.syntaxgraph.writer with parameters of type ChartItemSpecification | |
---|---|
void |
WriteChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.parser |
---|
Methods in org.maltparser.parser with parameters of type ChartItemSpecification | |
---|---|
void |
SingleMaltChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
Uses of ChartItemSpecification in org.maltparser.transform.pseudo |
---|
Methods in org.maltparser.transform.pseudo with parameters of type ChartItemSpecification | |
---|---|
void |
PseudoProjChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |