|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Universe | |
---|---|
things.thing | |
things.thinger | |
things.thinger.kernel | |
things.thinger.kernel.basic | |
things.thinger.service.proxy | |
things.universe | |
things.universe.server |
Uses of Universe in things.thing |
---|
Methods in things.thing that return Universe | |
---|---|
Universe |
THINGInterface.GET_UNIVERSE(java.lang.String name)
Get a universe by the local name. |
Universe |
BASE.GET_UNIVERSE(java.lang.String name)
Get a universe by the local name. |
Uses of Universe in things.thinger |
---|
Methods in things.thinger that return Universe | |
---|---|
Universe |
SystemInterface.getUniverse(java.lang.String name)
Get a universe by the local name. |
Uses of Universe in things.thinger.kernel |
---|
Methods in things.thinger.kernel with parameters of type Universe | |
---|---|
void |
Loader.addSource(Universe sourceUniverse,
java.lang.String root)
Add a source universe. |
void |
Loader.init(Universe cacheUniverse,
java.lang.String cacheRoot)
Initialize the loader. |
Uses of Universe in things.thinger.kernel.basic |
---|
Fields in things.thinger.kernel.basic declared as Universe | |
---|---|
protected Universe |
KernelBasicBase.systemUniverse
|
protected Universe |
KernelBasicBase.userUniverse
|
Methods in things.thinger.kernel.basic that return Universe | |
---|---|
Universe |
KernelBasic.getUniverse(java.lang.String name)
Get a universe by the local name. |
Methods in things.thinger.kernel.basic with parameters of type Universe | |
---|---|
void |
KernelBasic_LoaderIDE.addSource(Universe sourceUniverse,
java.lang.String sourceRoot)
Add a source universe. |
void |
KernelBasic_Loader.addSource(Universe sourceUniverse,
java.lang.String sourceRoot)
Add a source universe. |
void |
KernelBasic_LoaderIDE.init(Universe cacheUniverse,
java.lang.String cacheRoot)
Initialize the loader. |
void |
KernelBasic_Loader.init(Universe cacheUniverse,
java.lang.String cacheRoot)
Initialize the loader. |
Uses of Universe in things.thinger.service.proxy |
---|
Constructors in things.thinger.service.proxy with parameters of type Universe | |
---|---|
ProxySession(java.lang.String sessionName,
Universe universe,
java.lang.String root)
Create the session. |
Uses of Universe in things.universe |
---|
Methods in things.universe that return Universe | |
---|---|
Universe |
UniverseServer.getAccessor()
Manufacture an accessor to a universe. |
Universe |
UniverseRegistry.getAccessor(java.lang.String name)
Get an accessor to a universe by local name. |
Universe |
UniverseRegistry.getAccessor(UniverseID theUniverse)
Get an accessor to a universe. |
Universe |
UniverseAnchor.getUniverseAccessor()
Get the universe itself. |
Constructors in things.universe with parameters of type Universe | |
---|---|
UniverseAnchor(java.lang.String anchorRoot,
Universe theUniverse)
Constructor. |
|
UniverseObjectAccessor(Universe theUniverse,
java.lang.String... name)
Constructor. |
Uses of Universe in things.universe.server |
---|
Classes in things.universe.server that implement Universe | |
---|---|
class |
UniverseLocal
Universe local. |
Methods in things.universe.server that return Universe | |
---|---|
Universe |
UniverseLocalServer.getAccessor()
Manufacture an accessor to a universe. |
Universe |
UniverseRegistry_Simple.getAccessor(java.lang.String name)
Get an accessor to a universe by local name. |
Universe |
UniverseRegistry_Simple.getAccessor(UniverseID theUniverse)
Manufacture an accessor to a universe. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |