Interface GrammarFactory

All Superinterfaces:
org.gvsig.tools.util.Factory
All Known Implementing Classes:
AbstractGrammarFactory

public interface GrammarFactory extends org.gvsig.tools.util.Factory
Author:
jjdelcerro
  • Method Details

    • getName

      String getName()
      Specified by:
      getName in interface org.gvsig.tools.util.Factory
    • isAutoload

      boolean isAutoload()
    • create

      Grammar create(Object... parameters)
      Specified by:
      create in interface org.gvsig.tools.util.Factory