Class RequestProduction

  • All Implemented Interfaces:
    jadex.bridge.fipa.IComponentAction

    public class RequestProduction
    extends java.lang.Object
    implements jadex.bridge.fipa.IComponentAction
    Java class for concept RequestProduction of mars_beans ontology.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.extension.envsupport.environment.ISpaceObject target
      Attribute for slot target.
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestProduction()
      Default Constructor.
      RequestProduction​(jadex.extension.envsupport.environment.ISpaceObject target)
      Create a new RequestProduction.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadex.extension.envsupport.environment.ISpaceObject getTarget()
      Get the target of this RequestProduction.
      void setTarget​(jadex.extension.envsupport.environment.ISpaceObject target)
      Set the target of this RequestProduction.
      java.lang.String toString()
      Get a string representation of this RequestProduction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • target

        protected jadex.extension.envsupport.environment.ISpaceObject target
        Attribute for slot target.
    • Constructor Detail

      • RequestProduction

        public RequestProduction()
        Default Constructor. Create a new RequestProduction.
      • RequestProduction

        public RequestProduction​(jadex.extension.envsupport.environment.ISpaceObject target)
        Create a new RequestProduction.
    • Method Detail

      • getTarget

        public jadex.extension.envsupport.environment.ISpaceObject getTarget()
        Get the target of this RequestProduction.
        Returns:
        target
      • setTarget

        public void setTarget​(jadex.extension.envsupport.environment.ISpaceObject 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 class java.lang.Object
        Returns:
        The string representation.