Static Public Member Functions | |
static ModelTransformation | get (String key) |
Static Private Member Functions | |
static void | init () |
Static Private Attributes | |
static ModelTransformation | defaultTransformation |
static HashMap< String, ModelTransformation > | transformations = null |
This Class contains all ModelTransformation-Rules to transform given SyntaxTrees into semantified Instruction-Objects
Definition at line 15 of file Transformations.java.
static ModelTransformation instruction.transformation.Transformations.get | ( | String | key | ) | [inline, static] |
Returns the ModelTransformation Object that fits to type SyntaxTree Node, or the DefaultTransformation, if no Transformation is there.
key |
Definition at line 672 of file Transformations.java.
static void instruction.transformation.Transformations.init | ( | ) | [inline, static, private] |
Initializes all Transformations
The Map that holds the single Transformations
Transformation for Noun-Phrase Patterns
Transformation for Verb-Phrase Patterns
Transformation for Sub-Sentence Patterns
Transformation for Preposition-Phrase Patterns
Transformation for Sentence-Patterns
Model Transformation for Quantifier Patterns
Model Transformation for Adverb Phrase Patterns
Model Transformation for PRN-Phrases (Brackets)
Model Transformation for ROOT-Phrases Filter for inconsistent Instructions
Model Transformation for ROOT-Phrases Filter for inconsistent Instructions
Model Transformation for FRAG-Phrases Filter for inconsistent Instructions
Does nothing but directing the input SemanticObjects
Definition at line 24 of file Transformations.java.
ModelTransformation instruction.transformation.Transformations.defaultTransformation [static, private] |
Definition at line 19 of file Transformations.java.
HashMap<String, ModelTransformation> instruction.transformation.Transformations.transformations = null [static, private] |
Definition at line 17 of file Transformations.java.