Interface StringTerm

All Superinterfaces:
Cloneable, Comparable<Term>, Serializable, Term, ToDOM, ToJson
All Known Implementing Classes:
StringTermImpl

public interface StringTerm extends Term
The interface for string terms of the AgentSpeak language
  • Method Details

    • getString

      String getString()
      gets the Java string represented by this term, it normally does not return the same string as toString (which enclose the string by quotes)
    • length

      int length()