Package jadex.bdi.examples.blackjack
Class RequestJoin
- java.lang.Object
- 
- jadex.bdi.examples.blackjack.RequestJoin
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestJoin extends java.lang.Object implements IComponentAction Java class for concept RequestJoin of blackjack_beans ontology.
- 
- 
Constructor SummaryConstructors Constructor Description RequestJoin()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PlayergetPlayer()Get the player of this RequestJoin.intgetTimeout()Get the timeout of this RequestJoin.voidsetPlayer(Player player)Set the player of this RequestJoin.voidsetTimeout(int timeout)Set the timeout of this RequestJoin.java.lang.StringtoString()Get a string representation of this RequestJoin.
 
- 
- 
- 
Field Detail- 
timeoutprotected int timeout Attribute for slot timeout.
 - 
playerprotected Player player Attribute for slot player.
 
- 
 - 
Method Detail- 
getTimeoutpublic int getTimeout() Get the timeout of this RequestJoin.- Returns:
- timeout
 
 - 
setTimeoutpublic void setTimeout(int timeout) Set the timeout of this RequestJoin.- Parameters:
- timeout- the value to be set
 
 - 
getPlayerpublic Player getPlayer() Get the player of this RequestJoin.- Returns:
- player
 
 - 
setPlayerpublic void setPlayer(Player player) Set the player of this RequestJoin.- Parameters:
- player- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestJoin.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-