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