net.sourceforge.plantuml.salt.factory
Class ElementFactoryMenu

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

public class ElementFactoryMenu
extends AbstractElementFactoryComplex


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

Constructor Detail

ElementFactoryMenu

public ElementFactoryMenu(DataSource dataSource,
                          Dictionary dictionary)
Method Detail

create

public Terminated<Element> create()

ready

public boolean ready()


Copyright © 2011. All Rights Reserved.