|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.naming.context.ContextUtil
nl.tudelft.simulation.dsol.context.ContextUtil
ContextUtil provides utility methods to resolve and bind objects to the
context based on their experiment dependent path.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Method Summary | |
static void |
bindToContext(SimulatorInterface simulator,
java.lang.Object object)
binds an object to the context |
static void |
bindToContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.Object object)
binds an object to the context |
static void |
createSubContext(SimulatorInterface simulator,
java.lang.String subContext)
creates a subContext in the context |
static void |
createSubContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.String subContext)
creates a subContext in the context |
| Methods inherited from class nl.tudelft.simulation.naming.context.ContextUtil |
resolveKey, unbindFromContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void createSubContext(SimulatorInterface simulator,
java.lang.String subContext)
simulator - the simulatorsubContext - the context to create
public static void createSubContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.String subContext)
simulator - the simulatorcontext - the contextsubContext - the context to create
public static void bindToContext(SimulatorInterface simulator,
java.lang.Object object)
simulator - the simulatorobject - the object
public static void bindToContext(SimulatorInterface simulator,
java.lang.String context,
java.lang.Object object)
simulator - the simulatorcontext - the context in this treeobject - the object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||