| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Actor | |
| org.rr0.im.business.actor | |
| org.rr0.im.business.event | |
| org.rr0.im.business.evidence | |
| Uses of Actor in org.rr0.im.business.actor |
| Subinterfaces of Actor in org.rr0.im.business.actor | |
interface | BeingA single physical and intelligent being. |
interface | Organization |
| Classes in org.rr0.im.business.actor that implement Actor | |
class | ActorImplActor Reference Implementation. |
| Uses of Actor in org.rr0.im.business.event |
| Fields in org.rr0.im.business.event declared as Actor | |
private Actor | RelationshipImpl.object |
private Actor | RelationshipImpl.subject |
| Methods in org.rr0.im.business.event that return Actor | |
Actor | Employment.getEmployer() |
Actor | Relationship.getObject()The relationship type. |
Actor | Relationship.getSubject()The relationship destination. |
Actor | RelationshipImpl.getObject() |
Actor | RelationshipImpl.getSubject() |
| Methods in org.rr0.im.business.event with parameters of type Actor | |
void | Relationship.setObject(Actor object) |
void | Relationship.setSubject(Actor subject) |
void | RelationshipImpl.setObject(Actor object) |
void | RelationshipImpl.setSubject(Actor subject) |
| Uses of Actor in org.rr0.im.business.evidence |
| Fields in org.rr0.im.business.evidence declared as Actor | |
private Actor | DocumentImpl.authorThe document's author. |
| Constructors in org.rr0.im.business.evidence with parameters of type Actor | |
AffidavitImpl.AffidavitImpl(String text, Actor author) | |
ArticleImpl.ArticleImpl(String title, Actor author, Moment releaseDate) | |
ArticleImpl.ArticleImpl(String title, Actor author) | |
BroadcastImpl.BroadcastImpl(String title, Actor author) | |
DocumentImpl.DocumentImpl(String title, Actor author) | |
| Methods in org.rr0.im.business.evidence that return Actor | |
Actor | Document.getAuthor() |
Actor | DocumentImpl.getAuthor() |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||