Class AbstractSymbolTableFactory
java.lang.Object
org.gvsig.expressionevaluator.spi.AbstractSymbolTableFactory
- All Implemented Interfaces:
SymbolTableFactory,org.gvsig.tools.util.Factory
- Author:
- jjdelcerro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSymbolTableFactory(String name, boolean autoload) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.expressionevaluator.SymbolTableFactory
create
-
Constructor Details
-
AbstractSymbolTableFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.gvsig.tools.util.Factory- Specified by:
getNamein interfaceSymbolTableFactory
-
isAutoload
public boolean isAutoload()- Specified by:
isAutoloadin interfaceSymbolTableFactory
-