Class RequestWorldSize
- java.lang.Object
-
- jadex.bdi.examples.hunterprey_classic.RequestWorldSize
-
- All Implemented Interfaces:
IComponentAction
public class RequestWorldSize extends java.lang.Object implements IComponentAction
Java class for concept RequestWorldSize of hunterprey_beans ontology.
-
-
Constructor Summary
Constructors Constructor Description RequestWorldSize()
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Get the height of this RequestWorldSize.int
getWidth()
Get the width of this RequestWorldSize.void
setHeight(int height)
Set the height of this RequestWorldSize.void
setWidth(int width)
Set the width of this RequestWorldSize.java.lang.String
toString()
Get a string representation of this RequestWorldSize.
-
-
-
Method Detail
-
getHeight
public int getHeight()
Get the height of this RequestWorldSize. The height of the world.- Returns:
- height
-
setHeight
public void setHeight(int height)
Set the height of this RequestWorldSize. The height of the world.- Parameters:
height
- the value to be set
-
getWidth
public int getWidth()
Get the width of this RequestWorldSize. The width of the world.- Returns:
- width
-
setWidth
public void setWidth(int width)
Set the width of this RequestWorldSize. The width of the world.- Parameters:
width
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestWorldSize.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-