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

Quick Search    Search Deep

com.aendvari.tethys.context.inset
Class InsetContextUtil  view InsetContextUtil download InsetContextUtil.java

java.lang.Object
  extended bycom.aendvari.tethys.context.inset.InsetContextUtil

public class InsetContextUtil
extends java.lang.Object

Contains various utility methods for inset context objects.


Constructor Summary
InsetContextUtil()
           
 
Method Summary
static void insetsToModel(com.aendvari.tethys.context.ContextMap insets, com.aendvari.common.model.ModelNode destination)
          Extracts all of the inset objects and places them under the supplied com.aendvari.common.model.ModelNode.
protected static void insetsToModel(com.aendvari.common.model.ModelTree modelTree, com.aendvari.common.osm.OsmNode insetNode, com.aendvari.common.model.ModelNode modelNode)
          Helper method for #insetsToModel(ContextMap, ModelNode).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsetContextUtil

public InsetContextUtil()
Method Detail

insetsToModel

public static void insetsToModel(com.aendvari.tethys.context.ContextMap insets,
                                 com.aendvari.common.model.ModelNode destination)
Extracts all of the inset objects and places them under the supplied com.aendvari.common.model.ModelNode.


insetsToModel

protected static void insetsToModel(com.aendvari.common.model.ModelTree modelTree,
                                    com.aendvari.common.osm.OsmNode insetNode,
                                    com.aendvari.common.model.ModelNode modelNode)
Helper method for #insetsToModel(ContextMap, ModelNode). Performs recurive conversion of the supplied com.aendvari.common.model.ModelNode.