Package jadex.bdi.examples.spaceworld3d
Class RequestCarry
- java.lang.Object
-
- jadex.bdi.examples.spaceworld3d.RequestCarry
-
- All Implemented Interfaces:
IComponentAction
public class RequestCarry extends java.lang.Object implements IComponentAction
Java class for concept RequestCarry of mars_beans ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected ISpaceObject
target
Attribute for slot target.
-
Constructor Summary
Constructors Constructor Description RequestCarry()
Default Constructor.RequestCarry(ISpaceObject target)
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISpaceObject
getTarget()
Get the target of this RequestCarry.void
setTarget(ISpaceObject target)
Set the target of this RequestCarry.java.lang.String
toString()
Get a string representation of this RequestCarry.
-
-
-
Field Detail
-
target
protected ISpaceObject target
Attribute for slot target.
-
-
Constructor Detail
-
RequestCarry
public RequestCarry()
Default Constructor. Create a new RequestCarry.
-
RequestCarry
public RequestCarry(ISpaceObject target)
Default Constructor. Create a new RequestCarry.
-
-
Method Detail
-
getTarget
public ISpaceObject getTarget()
Get the target of this RequestCarry.- Returns:
- target
-
setTarget
public void setTarget(ISpaceObject target)
Set the target of this RequestCarry.- Parameters:
target
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestCarry.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-