Class ElementFactoryTab
- java.lang.Object
-
- net.sourceforge.plantuml.salt.factory.AbstractElementFactoryComplex
-
- net.sourceforge.plantuml.salt.factory.ElementFactoryTab
-
- All Implemented Interfaces:
ElementFactory
public class ElementFactoryTab extends AbstractElementFactoryComplex
-
-
Constructor Summary
Constructors Constructor Description ElementFactoryTab(DataSource dataSource, Dictionary dictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Terminated<Element>
create()
boolean
ready()
-
Methods inherited from class net.sourceforge.plantuml.salt.factory.AbstractElementFactoryComplex
addFactory, getDataSource, getDictionary, getNextElement
-
-
-
-
Constructor Detail
-
ElementFactoryTab
public ElementFactoryTab(DataSource dataSource, Dictionary dictionary)
-
-
Method Detail
-
create
public Terminated<Element> create()
-
ready
public boolean ready()
-
-