|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.RemovedBehaviour
public class RemovedBehaviour
An introspection event, recording the removal of an agent behaviour within the platform.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
A string constant for the name of this event. |
| Constructor Summary | |
|---|---|
RemovedBehaviour()
Default constructor. |
|
| Method Summary | |
|---|---|
AID |
getAgent()
Retrieve the value of the agent slot of this
event, containing the agent identifier of the agent owning the
newly removed behaviour. |
BehaviourID |
getBehaviour()
Retrieve the value of the behaviour slot of this
event, containing the behaviour identifier of the newly removed
behaviour. |
java.lang.String |
getName()
Retrieve the name of this event. |
void |
setAgent(AID id)
Set the agent slot of this event. |
void |
setBehaviour(BehaviourID id)
Set the behaviour slot of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public RemovedBehaviour()
| Method Detail |
|---|
public void setAgent(AID id)
agent slot of this event.
id - The agent identifier of the agent owning the newly removed behaviour.public AID getAgent()
agent slot of this
event, containing the agent identifier of the agent owning the
newly removed behaviour.
agent slot, or
null if no value was set.public void setBehaviour(BehaviourID id)
behaviour slot of this event.
id - The behaviour identifier of the newly removed
behaviour.public BehaviourID getBehaviour()
behaviour slot of this
event, containing the behaviour identifier of the newly removed
behaviour.
behaviour slot, or
null if no value was set.public java.lang.String getName()
getName in interface Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||