Class MobileAgentProfile

    • Constructor Detail

      • MobileAgentProfile

        public MobileAgentProfile()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • setSystem

        public void setSystem​(MobileAgentSystem s)
        Set the system slot of this action.
        Parameters:
        s - The runtime system of the described agent.
      • getSystem

        public MobileAgentSystem getSystem()
        Retrieve the value of the system slot of this action, containing the runtime system of the described agent.
        Returns:
        The value of the system slot, or null if no value was set.
      • setLanguage

        public void setLanguage​(MobileAgentLanguage l)
        Set the language slot of this action.
        Parameters:
        l - The language of the described agent.
      • getLanguage

        public MobileAgentLanguage getLanguage()
        Retrieve the value of the language slot of this action, containing the language of the described agent.
        Returns:
        The value of the language slot, or null if no value was set.
      • setOS

        public void setOS​(MobileAgentOS o)
        Set the os slot of this action.
        Parameters:
        o - The OS of the described agent.
      • getOS

        public MobileAgentOS getOS()
        Retrieve the value of the os slot of this action, containing the OS of the described agent.
        Returns:
        The value of the os slot, or null if no value was set.