|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.objects.EntityManager
public class EntityManager
Constructor Summary | |
---|---|
EntityManager()
|
Method Summary | |
---|---|
static Entity[] |
getAllEntitiesByNamespace(Namespace namespace)
Return an array containing all the Entity objects registered in the Namespace. |
static Entity |
getEntityByNamespace(OID oid,
Namespace namespace)
Get the Entity object for the given OID and namespace |
static int |
getEntityCount()
|
static void |
registerEntityByNamespace(Entity entity,
Namespace namespace)
Register the entity by its OID and the Namespace passed in. |
static boolean |
removeEntityByNamespace(Entity entity,
Namespace namespace)
Unregister the entity, using its OID and the Namespace |
static boolean |
removeEntityByNamespace(OID oid,
Namespace namespace)
Look up the Entity by OID and Namespace, and unregister it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityManager()
Method Detail |
---|
public static Entity getEntityByNamespace(OID oid, Namespace namespace)
public static void registerEntityByNamespace(Entity entity, Namespace namespace)
public static boolean removeEntityByNamespace(Entity entity, Namespace namespace)
public static boolean removeEntityByNamespace(OID oid, Namespace namespace)
public static Entity[] getAllEntitiesByNamespace(Namespace namespace)
public static int getEntityCount()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |