Class ACLMessageNode

    • Method Detail

      • getMessage

        public ACLMessage getMessage()
        Gets the Message attribute of the MessageNode object
        Returns:
        The Message value
      • getPerformative

        public String getPerformative()
        Gets the Performative attribute of the MessageNode object
        Returns:
        The Performative value
      • getSendTo

        public String getSendTo()
        Gets the SendTo attribute of the MessageNode object
        Returns:
        The SendTo value
      • getOntology

        public String getOntology()
        Gets the Ontology attribute of the MessageNode object
        Returns:
        The Ontology value
      • getDirection

        public String getDirection()
        Gets the Direction attribute of the MessageNode object
        Returns:
        The Direction value
      • getTime

        public String getTime()
      • getTheDate

        public Date getTheDate()
      • setMessage

        public void setMessage​(ACLMessage msg)
        Sets the Message attribute of the MessageNode object
        Parameters:
        msg - The new Message value
      • setDirection

        public void setDirection​(String theDirection)
        Sets the Direction attribute of the MessageNode object
        Parameters:
        theDirection - The new Direction value
      • setTime

        public void setTime​(String theTime)
      • setTheDate

        public void setTheDate​(Date theTheDate)
      • receivedFrom

        public String receivedFrom()