Package jadex.bdi.examples.blackjack
Class GameResult
- java.lang.Object
- 
- jadex.bdi.examples.blackjack.GameResult
 
- 
 public class GameResult extends java.lang.ObjectJava class for concept GameResult of blackjack_beans ontology.
- 
- 
Constructor SummaryConstructors Constructor Description GameResult()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanInfo[]getAdditionalBeanInfo()Get additional bean info.BeanDescriptorgetBeanDescriptor()Get the bean descriptor.intgetDefaultEventIndex()Get the default event index.intgetDefaultPropertyIndex()Get the default property index.EventSetDescriptor[]getEventSetDescriptors()Get the event set descriptors.java.awt.ImagegetIcon(int iconKind)Get the icon.MethodDescriptor[]getMethodDescriptors()Get the method descriptors.intgetMoney()Get the money of this GameResult.PropertyDescriptor[]getPropertyDescriptors()Get the property descriptors.booleanisWon()Get the won of this GameResult.java.awt.ImageloadImage(java.lang.String resourceName)Load the image.voidsetMoney(int money)Set the money of this GameResult.voidsetWon(boolean won)Set the won of this GameResult.java.lang.StringtoString()Get a string representation of this GameResult.
 
- 
- 
- 
Method Detail- 
isWonpublic boolean isWon() Get the won of this GameResult.- Returns:
- won
 
 - 
setWonpublic void setWon(boolean won) Set the won of this GameResult.- Parameters:
- won- the value to be set
 
 - 
getMoneypublic int getMoney() Get the money of this GameResult.- Returns:
- money
 
 - 
setMoneypublic void setMoney(int money) Set the money of this GameResult.- Parameters:
- money- the value to be set
 
 - 
getBeanDescriptorpublic BeanDescriptor getBeanDescriptor() Get the bean descriptor.- Returns:
- The bean descriptor.
 
 - 
getPropertyDescriptorspublic PropertyDescriptor[] getPropertyDescriptors() Get the property descriptors.- Returns:
- The property descriptors.
 
 - 
getDefaultPropertyIndexpublic int getDefaultPropertyIndex() Get the default property index.- Returns:
- The property index.
 
 - 
getEventSetDescriptorspublic EventSetDescriptor[] getEventSetDescriptors() Get the event set descriptors.- Returns:
- The event set descriptors.
 
 - 
getDefaultEventIndexpublic int getDefaultEventIndex() Get the default event index.- Returns:
- The default event index.
 
 - 
getMethodDescriptorspublic MethodDescriptor[] getMethodDescriptors() Get the method descriptors.- Returns:
- The method descriptors.
 
 - 
getAdditionalBeanInfopublic BeanInfo[] getAdditionalBeanInfo() Get additional bean info.- Returns:
- Get additional bean info.
 
 - 
getIconpublic java.awt.Image getIcon(int iconKind) Get the icon.- Returns:
- The icon.
 
 - 
loadImagepublic java.awt.Image loadImage(java.lang.String resourceName) Load the image.- Returns:
- The image.
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this GameResult.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-