|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> context >> [ inset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.tethys.context.inset
Class InsetContextUtil

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> context >> [ inset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.tethys.context.inset.InsetContextUtil