Uses of Class
nl.tudelft.simulation.naming.context.event.InitialEventContext
-
Packages that use InitialEventContext Package Description nl.tudelft.simulation.naming.context.event The naming.context.event package contains specific classes for contexts that can notify listeners about changes in the context tree or in its objects, based on a provided scope. -
-
Uses of InitialEventContext in nl.tudelft.simulation.naming.context.event
Methods in nl.tudelft.simulation.naming.context.event that return InitialEventContext Modifier and Type Method Description static InitialEventContextInitialEventContext. instantiate(String atomicName)Constructs an initial context using the supplied environment; no overriding environment variables are provided.static InitialEventContextInitialEventContext. instantiate(Hashtable<?,?> environment, String atomicName)Constructs an initial context using the supplied environment.
-