Class RequestVision
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.world.RequestVision
-
- All Implemented Interfaces:
IComponentAction
public class RequestVision extends java.lang.Object implements IComponentAction
Java class for concept RequestVision of cleaner_beans ontology.
-
-
Constructor Summary
Constructors Constructor Description RequestVision()
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cleaner
getCleaner()
Get the cleaner of this RequestVision.Vision
getVision()
Get the vision of this RequestVision.void
setCleaner(Cleaner cleaner)
Set the cleaner of this RequestVision.void
setVision(Vision vision)
Set the vision of this RequestVision.java.lang.String
toString()
Get a string representation of this RequestVision.
-
-
-
Method Detail
-
getVision
public Vision getVision()
Get the vision of this RequestVision.- Returns:
- vision
-
setVision
public void setVision(Vision vision)
Set the vision of this RequestVision.- Parameters:
vision
- the value to be set
-
getCleaner
public Cleaner getCleaner()
Get the cleaner of this RequestVision.- Returns:
- cleaner
-
setCleaner
public void setCleaner(Cleaner cleaner)
Set the cleaner of this RequestVision.- Parameters:
cleaner
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestVision.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-