Package jadex.bdi.examples.marsworld
Class RequestCarry
- java.lang.Object
-
- jadex.bdi.examples.marsworld.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 java.lang.ObjecttargetAttribute for slot target id.
-
Constructor Summary
Constructors Constructor Description RequestCarry()Default Constructor.RequestCarry(java.lang.Object target)Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTarget()Get the target of this RequestCarry.voidsetTarget(java.lang.Object target)Set the target of this RequestCarry.java.lang.StringtoString()Get a string representation of this RequestCarry.
-
-
-
Method Detail
-
getTarget
public java.lang.Object getTarget()
Get the target of this RequestCarry.- Returns:
- target
-
setTarget
public void setTarget(java.lang.Object 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:
toStringin classjava.lang.Object- Returns:
- The string representation.
-
-