public abstract class AbstractElementFactoryComplex extends java.lang.Object implements ElementFactory
| Constructor and Description |
|---|
AbstractElementFactoryComplex(DataSource dataSource,
SaltDictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFactory(ElementFactory factory) |
protected DataSource |
getDataSource() |
protected SaltDictionary |
getDictionary() |
protected Terminated<Element> |
getNextElement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, readypublic AbstractElementFactoryComplex(DataSource dataSource, SaltDictionary dictionary)
public final void addFactory(ElementFactory factory)
protected Terminated<Element> getNextElement()
protected final DataSource getDataSource()
protected final SaltDictionary getDictionary()