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

java.lang.Objectcom.aendvari.tethys.context.model.ModelContextUtil
- public class ModelContextUtil
- extends java.lang.Object
Contains various utility methods for model context objects.
| Constructor Summary | |
ModelContextUtil()
|
|
| Method Summary | |
static void |
contextsToModel(com.aendvari.tethys.context.ContextMap contexts,
com.aendvari.common.model.ModelNode destination)
Extracts all of the model context objects and places them under the supplied com.aendvari.common.model.ModelNode. |
protected static void |
contextsToModel(com.aendvari.common.model.ModelTree modelTree,
com.aendvari.common.osm.OsmNode contextNode,
com.aendvari.common.model.ModelNode modelNode)
Helper method for #contextsToModel(ContextMap, ModelNode). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ModelContextUtil
public ModelContextUtil()
| Method Detail |
contextsToModel
public static void contextsToModel(com.aendvari.tethys.context.ContextMap contexts, com.aendvari.common.model.ModelNode destination)
- Extracts all of the model context objects and places them under
the supplied com.aendvari.common.model.ModelNode.
contextsToModel
protected static void contextsToModel(com.aendvari.common.model.ModelTree modelTree, com.aendvari.common.osm.OsmNode contextNode, com.aendvari.common.model.ModelNode modelNode)
- Helper method for #contextsToModel(ContextMap, ModelNode).
Performs recurive conversion of the supplied com.aendvari.common.model.ModelNode.
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> context >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.tethys.context.model.ModelContextUtil