Class MobileAgentOS

    • Constructor Detail

      • MobileAgentOS

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

      • setName

        public void setName​(String n)
        Set the name slot of this action.
        Parameters:
        n - The OS of the described agent.
      • getName

        public String getName()
        Retrieve the value of the name slot of this action, containing the OS of the described agent.
        Returns:
        The value of the name slot, or null if no value was set.
      • setMajorVersion

        public void setMajorVersion​(Long v)
        Set the major-version slot of this action.
        Parameters:
        v - The major version number of the OS of the described agent.
      • getMajorVersion

        public Long getMajorVersion()
        Retrieve the value of the major-version slot of this event, containing the major version number of the OS of the described agent.
        Returns:
        The value of the major-version slot, or null if no value was set.
      • setMinorVersion

        public void setMinorVersion​(Long v)
        Set the minor-version slot of this action.
        Parameters:
        v - The minor version number of the OS of the described agent.
      • getMinorVersion

        public Long getMinorVersion()
        Retrieve the value of the minor-version slot of this event, containing the minor version number of the OS of the described agent.
        Returns:
        The value of the minor-version slot, or null if no value was set.
      • setDependencies

        public void setDependencies​(String d)
        Set the dependencies slot of this action.
        Parameters:
        d - The OS dependencies of the described agent.
      • getDependencies

        public String getDependencies()
        Retrieve the value of the dependencies slot of this event, containing the OS dependencies of the described agent.
        Returns:
        The value of the dependencies slot, or null if no value was set.