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

Quick Search    Search Deep

com.aendvari.common.model.osm
Class OsmModelTreeFactory  view OsmModelTreeFactory download OsmModelTreeFactory.java

java.lang.Object
  extended bycom.aendvari.common.model.osm.OsmModelTreeFactory
All Implemented Interfaces:
com.aendvari.common.model.ModelTreeFactory

public class OsmModelTreeFactory
extends java.lang.Object
implements com.aendvari.common.model.ModelTreeFactory

Implements the com.aendvari.common.model.ModelTreeFactory interface to create a OsmModelTree instance.


Constructor Summary
OsmModelTreeFactory()
           
 
Method Summary
 com.aendvari.common.model.ModelTree createModelTree()
          Creates a new instance of a com.aendvari.common.model.ModelTree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsmModelTreeFactory

public OsmModelTreeFactory()
Method Detail

createModelTree

public com.aendvari.common.model.ModelTree createModelTree()
Creates a new instance of a com.aendvari.common.model.ModelTree.

Specified by:
createModelTree in interface com.aendvari.common.model.ModelTreeFactory