Package jadex.bdi.examples.spaceworld3d
Class RequestProduction
- java.lang.Object
- 
- jadex.bdi.examples.spaceworld3d.RequestProduction
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestProduction extends java.lang.Object implements IComponentAction Java class for concept RequestProduction of mars_beans ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ISpaceObjecttargetAttribute for slot target.
 - 
Constructor SummaryConstructors Constructor Description RequestProduction()Default Constructor.RequestProduction(ISpaceObject target)Create a new RequestProduction.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ISpaceObjectgetTarget()Get the target of this RequestProduction.voidsetTarget(ISpaceObject target)Set the target of this RequestProduction.java.lang.StringtoString()Get a string representation of this RequestProduction.
 
- 
- 
- 
Field Detail- 
targetprotected ISpaceObject target Attribute for slot target.
 
- 
 - 
Constructor Detail- 
RequestProductionpublic RequestProduction() Default Constructor. Create a new RequestProduction.
 - 
RequestProductionpublic RequestProduction(ISpaceObject target) Create a new RequestProduction.
 
- 
 - 
Method Detail- 
getTargetpublic ISpaceObject getTarget() Get the target of this RequestProduction.- Returns:
- target
 
 - 
setTargetpublic void setTarget(ISpaceObject target) Set the target of this RequestProduction.- Parameters:
- target- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestProduction.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-