|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Entity
An internal interface that all JistAPI.Entity
application
objects are rewritten to implement. This interface is an internal one
(should not be mentioned in simulation program) and allows the JiST system
to manage JistAPI.Entity objects.
JistAPI.Entity
Nested Class Summary | |
---|---|
static class |
Entity.Empty
Dummy implementation of Entity interface. |
static class |
Entity.Static
Entity used for static calls. |
Method Summary | |
---|---|
EntityRef |
_jistMethod_Get__ref()
Get this entity's self-reference object . |
void |
_jistMethod_Set__ref(EntityRef ref)
Set this entity's self-reference object. |
Method Detail |
---|
EntityRef _jistMethod_Get__ref()
void _jistMethod_Set__ref(EntityRef ref)
ref
- entity reference object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |