EntityMethodFunction
implementations to be used by EntityFunctionResolver.See: Description
| Interface | Description |
|---|---|
| EntityMethodFunction |
A function for resolving
Method to EntityMethod. |
| Class | Description |
|---|---|
| DefaultFunction |
This is a method function for
default methods. |
| EntityFunction |
A function for a specific
Entity type. |
| EntityFunctionResolver |
This is a resolver for
Entity types. |
| Functions |
A utility for creating
EntityFunction implementations. |
| GetAttributeFunction |
This is a method function for
GetAttribute annotation. |
| GetEntitiesFunction |
This is a method function for
GetEntities annotation. |
| GetEntityFunction |
This is a method function for
GetEntity annotation. |
| KillEntitiesFunction |
This is a method function for
KillEntities annotation. |
| KillEntityFunction |
This is a method function for
KillEntity annotation. |
| MarkAsTypeFunction |
This is a method function for
MarkAsType annotation. |
| NewEntityFunction |
This is a method function for
NewEntity annotation. |
| ScheduleForActorFunction |
This is a method function for
ScheduleForActor annotation. |
| SetAttributeFunction |
This is a method function for
SetAttribute annotation. |
| StreamEntitiesFunction |
This is a method function for
StreamEntities annotation. |
| UnmarkAsTypeFunction |
This is a method function for
UnmarkAsType annotation. |
EntityMethodFunction
implementations to be used by EntityFunctionResolver. The type
resolver can be used to validate and map Entity types to
EntityMethod.