Jadex 0.96

jadex.examples.blackjack
Class RequestFinished

java.lang.Object
  extended by jadex.adapter.fipa.AgentAction
      extended by jadex.examples.blackjack.RequestFinishedData
          extended by jadex.examples.blackjack.RequestFinished
All Implemented Interfaces:
BeanInfo, Serializable

public class RequestFinished
extends RequestFinishedData

Editable Java class for concept RequestFinished of blackjack_beans ontology.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
RequestFinished()
          Default Constructor.
RequestFinished(RequestFinished proto)
          Clone Constructor.
 
Method Summary
 Object clone()
          Get a clone of this RequestFinished.
 boolean equals(Object obj)
          Test the equality of this RequestFinished and an object obj.
 String toString()
          Get a string representation of this RequestFinished.
 
Methods inherited from class jadex.examples.blackjack.RequestFinishedData
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getGameresult, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setGameresult
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestFinished

public RequestFinished()
Default Constructor.
Create a new RequestFinished.


RequestFinished

public RequestFinished(RequestFinished proto)
Clone Constructor.
Create a new RequestFinished.
Copy all attributes from proto to this instance.

Parameters:
proto - The prototype instance.
Method Detail

toString

public String toString()
Get a string representation of this RequestFinished.

Overrides:
toString in class RequestFinishedData
Returns:
The string representation.

clone

public Object clone()
Get a clone of this RequestFinished.

Overrides:
clone in class Object
Returns:
a shalow copy of this instance.

equals

public boolean equals(Object obj)
Test the equality of this RequestFinished and an object obj.

Overrides:
equals in class Object
Parameters:
obj - the object this test will be performed with
Returns:
false if obj is not of RequestFinished class, true if all attributes are equal.

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.