public interface GrammarTypeFactory
| Modifier and Type | Method and Description |
|---|---|
GrammarType |
getGrammarType(java.lang.String attribute)
Creates a grammar for the given attribute.
|
GrammarType getGrammarType(java.lang.String attribute)
attribute - name of the attribute.null if the
attribute can not be converted to a grammar type.