Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.model
Interface ModelTreeFactory  view ModelTreeFactory download ModelTreeFactory.java


public interface ModelTreeFactory

Defines a factory interface for the creation of ModelTree instances.


Method Summary
 ModelTree createModelTree()
          Creates a new instance of a ModelTree.
 

Method Detail

createModelTree

public ModelTree createModelTree()
Creates a new instance of a ModelTree.