Public Member Functions | |
ActorEntityCheck (String actor, IContact contact, IElephantEntity entity) | |
String | getActor () |
IContact | getCompared () |
IElephantEntity | getEntity () |
boolean | precheck () |
boolean | check () |
Definition at line 28 of file ActorEntityCheck.java.
org.turro.actor.ActorEntityCheck.ActorEntityCheck | ( | String | actor, |
IContact | contact, | ||
IElephantEntity | entity | ||
) |
Definition at line 34 of file ActorEntityCheck.java.
boolean org.turro.actor.ActorEntityCheck.check | ( | ) |
Definition at line 59 of file ActorEntityCheck.java.
String org.turro.actor.ActorEntityCheck.getActor | ( | ) |
Definition at line 40 of file ActorEntityCheck.java.
IContact org.turro.actor.ActorEntityCheck.getCompared | ( | ) |
Definition at line 44 of file ActorEntityCheck.java.
IElephantEntity org.turro.actor.ActorEntityCheck.getEntity | ( | ) |
Definition at line 48 of file ActorEntityCheck.java.
boolean org.turro.actor.ActorEntityCheck.precheck | ( | ) |
Definition at line 52 of file ActorEntityCheck.java.