net.sourceforge.plantuml.salt.factory
Class ElementFactoryTab

java.lang.Object
  extended by net.sourceforge.plantuml.salt.factory.AbstractElementFactoryComplex
      extended by net.sourceforge.plantuml.salt.factory.ElementFactoryTab
All Implemented Interfaces:
ElementFactory

public class ElementFactoryTab
extends AbstractElementFactoryComplex


Constructor Summary
ElementFactoryTab(DataSource dataSource, Dictionary dictionary)
           
 
Method Summary
 Terminated<Element> create()
           
 boolean ready()
           
 
Methods inherited from class net.sourceforge.plantuml.salt.factory.AbstractElementFactoryComplex
addFactory, getDataSource, getDictionary, getNextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementFactoryTab

public ElementFactoryTab(DataSource dataSource,
                         Dictionary dictionary)
Method Detail

create

public Terminated<Element> create()

ready

public boolean ready()


Copyright © 2012. All Rights Reserved.