|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Actor | |
---|---|
com.hack23.cia.model.application.api | Application interfaces for objects in the model. |
com.hack23.cia.model.application.impl.common | Common application entity model. |
com.hack23.cia.model.common.api | Common interfaces for objects in the model. |
com.hack23.cia.model.common.impl | The core entity model. |
com.hack23.cia.model.sweden.api | Parliament interfaces for objects in the model. |
com.hack23.cia.model.sweden.impl | The entity model related to Swedish parliament members votes. |
Uses of Actor in com.hack23.cia.model.application.api |
---|
Subinterfaces of Actor in com.hack23.cia.model.application.api | |
---|---|
interface |
ApplicationGroup
The Interface ApplicationGroup. |
Uses of Actor in com.hack23.cia.model.application.impl.common |
---|
Classes in com.hack23.cia.model.application.impl.common that implement Actor | |
---|---|
class |
Agency
The Class Agency. |
Methods in com.hack23.cia.model.application.impl.common that return Actor | |
---|---|
Actor |
User.getActor()
|
Actor |
Player.getActor()
|
Methods in com.hack23.cia.model.application.impl.common with parameters of type Actor | |
---|---|
void |
User.setActor(Actor actor)
|
void |
Player.setActor(Actor actor)
|
Uses of Actor in com.hack23.cia.model.common.api |
---|
Subinterfaces of Actor in com.hack23.cia.model.common.api | |
---|---|
interface |
Group
The Interface Group. |
interface |
Person
The Interface Person. |
Methods in com.hack23.cia.model.common.api that return Actor | |
---|---|
Actor |
Role.getActor()
Gets the actor. |
Methods in com.hack23.cia.model.common.api with parameters of type Actor | |
---|---|
void |
Role.setActor(Actor actor)
Sets the actor. |
Uses of Actor in com.hack23.cia.model.common.impl |
---|
Classes in com.hack23.cia.model.common.impl that implement Actor | |
---|---|
class |
Human
The Class Human. |
Methods in com.hack23.cia.model.common.impl that return Actor | |
---|---|
Actor |
Human.getActor()
Gets the actor. |
Methods in com.hack23.cia.model.common.impl with parameters of type Actor | |
---|---|
void |
Human.setActor(Actor actor)
Sets the actor. |
Uses of Actor in com.hack23.cia.model.sweden.api |
---|
Subinterfaces of Actor in com.hack23.cia.model.sweden.api | |
---|---|
interface |
ParliamentGroup
The Interface ParliamentGroup. |
Uses of Actor in com.hack23.cia.model.sweden.impl |
---|
Classes in com.hack23.cia.model.sweden.impl that implement Actor | |
---|---|
class |
Committee
The Class Committee. |
class |
Parliament
The Class Parliament. |
class |
PoliticalParty
The Class PoliticalParty. |
Methods in com.hack23.cia.model.sweden.impl that return Actor | |
---|---|
Actor |
ParliamentMember.getActor()
|
Methods in com.hack23.cia.model.sweden.impl with parameters of type Actor | |
---|---|
void |
ParliamentMember.setActor(Actor actor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |