- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 43 of file Actors.java.
◆ getActors()
static Set<String> org.turro.actor.Actors.getActors |
( |
| ) |
|
|
static |
Definition at line 71 of file Actors.java.
72 return load().stringPropertyNames();
◆ getSortedActors()
static List<String> org.turro.actor.Actors.getSortedActors |
( |
| ) |
|
|
static |
Definition at line 75 of file Actors.java.
76 return getActors().stream().sorted().collect(Collectors.toList());
static Set< String > getActors()
◆ isActor() [1/2]
static boolean org.turro.actor.Actors.isActor |
( |
IContact |
contact, |
|
|
String |
actor |
|
) |
| |
|
static |
Definition at line 49 of file Actors.java.
static boolean isActorFor(Object entity, String actor)
◆ isActor() [2/2]
static boolean org.turro.actor.Actors.isActor |
( |
String |
actor | ) |
|
|
static |
◆ isActorFor() [1/4]
Definition at line 65 of file Actors.java.
66 return Scripting.evalFor(contact, iee, getFormula(actor));
◆ isActorFor() [2/4]
static boolean org.turro.actor.Actors.isActorFor |
( |
IContact |
contact, |
|
|
Object |
entity, |
|
|
String |
actor |
|
) |
| |
|
static |
◆ isActorFor() [3/4]
static boolean org.turro.actor.Actors.isActorFor |
( |
IElephantEntity |
iee, |
|
|
String |
actor |
|
) |
| |
|
static |
◆ isActorFor() [4/4]
static boolean org.turro.actor.Actors.isActorFor |
( |
Object |
entity, |
|
|
String |
actor |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: