|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.basicxsd.preprocessing.Preprocessor
public final class Preprocessor
Provides preprocessing of IG grammar.
Constructor Summary | |
---|---|
Preprocessor(List<Element> elements)
Constructs an instance and performs preprocessing without determination of global element types. |
|
Preprocessor(List<Element> elements,
int numberToGlobal)
Constructs an instance and performs preprocessing with determination of global element types. |
Method Summary | |
---|---|
PreprocessingResult |
getResult()
Retrieves result of performed preprocessing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Preprocessor(List<Element> elements) throws InterruptedException
elements
- A non empty list of elements.
InterruptedException
public Preprocessor(List<Element> elements, int numberToGlobal) throws InterruptedException
elements
- Input grammar - a non empty list of elements.numberToGlobal
- Number of occurrences of an element to consider its type
as a global type. Passing of a non positive integer means no generation of global types.
InterruptedException
Method Detail |
---|
public PreprocessingResult getResult()
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |