|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.adapter.fipa.AgentAction
jadex.examples.blackjack.RequestDraw
Java class for concept RequestDraw of blackjack_beans ontology.
Field Summary |
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
RequestDraw()
Default Constructor. |
Method Summary | |
void |
addCard(Card card)
Add a card to this RequestDraw. |
BeanInfo[] |
getAdditionalBeanInfo()
Get additional bean info. |
BeanDescriptor |
getBeanDescriptor()
Get the bean descriptor. |
Card |
getCard(int idx)
Get an cards of this RequestDraw. |
Card[] |
getCards()
Get the cards of this RequestDraw. |
int |
getDefaultEventIndex()
Get the default event index. |
int |
getDefaultPropertyIndex()
Get the default property index. |
EventSetDescriptor[] |
getEventSetDescriptors()
Get the event set descriptors. |
Image |
getIcon(int iconKind)
Get the icon. |
MethodDescriptor[] |
getMethodDescriptors()
Get the method descriptors. |
PropertyDescriptor[] |
getPropertyDescriptors()
Get the property descriptors. |
Image |
loadImage(String resourceName)
Load the image. |
boolean |
removeCard(Card card)
Remove a card from this RequestDraw. |
void |
setCard(int idx,
Card card)
Set a card to this RequestDraw. |
void |
setCards(Card[] cards)
Set the cards of this RequestDraw. |
String |
toString()
Get a string representation of this RequestDraw. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestDraw()
RequestDraw
.
Method Detail |
public Card[] getCards()
public void setCards(Card[] cards)
cards
- the value to be setpublic Card getCard(int idx)
idx
- The index.
public void setCard(int idx, Card card)
idx
- The index.card
- a value to be addedpublic void addCard(Card card)
card
- a value to be removedpublic boolean removeCard(Card card)
card
- a value to be removed
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface BeanInfo
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface BeanInfo
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface BeanInfo
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface BeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
in interface BeanInfo
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface BeanInfo
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface BeanInfo
public Image getIcon(int iconKind)
getIcon
in interface BeanInfo
public Image loadImage(String resourceName)
public String toString()
|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.