object EntityManager extends EntityManager with Observable
Entity manager who manage the system entities and notify events to observers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityManager
- Observable
- EntityManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ManagedEntity = Class[_ <: Property]
- Definition Classes
- EntityManager
-
type
ObserverEntry = (Observer, ManagedEntity)
- Definition Classes
- EntityManager
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(entity: Property): Unit
Adds the new entity to the collection
Adds the new entity to the collection
- entity
the new entity
- Definition Classes
- EntityManager → EntityManager
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
Clear internal collections for starting new level
Clear internal collections for starting new level
- Definition Classes
- EntityManager → EntityManager
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
delete(entity: Property): Unit
Removes the entity from the collection
Removes the entity from the collection
- entity
the entity to be eliminated
- Definition Classes
- EntityManager → EntityManager
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extendsInterface(ent: Property, entityInt: ManagedEntity): Boolean
-
def
filterEntities(entityInterface: ManagedEntity): List[Property]
Gives all the entities which extends managedEntity interface
Gives all the entities which extends managedEntity interface
- entityInterface
target entity interface
- returns
a list of entities
- Definition Classes
- EntityManager → EntityManager
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInterfaces(entity: Property): List[Class[_]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
subscribe(observer: Observer, managedEntities: ManagedEntity): Unit
Adds new observer to the collection of observers
Adds new observer to the collection of observers
- observer
observer reference
- managedEntities
interface of managed entities
- Definition Classes
- EntityManager → Observable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )