Class CloneAction

    • Constructor Detail

      • CloneAction

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

      • setNewName

        public void setNewName​(String nn)
        Set the new-name slot of this action.
        Parameters:
        nn - The new local name (i.e. without the platform ID) for the new, cloned agent.
      • getNewName

        public String getNewName()
        Retrieve the value of the new-name slot of this event, containing the new local name (i.e. without the platform ID) for the new, cloned agent.
        Returns:
        The value of the new-name slot, or null if no value was set.