Interface StringTerm

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable<Term>, java.io.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

      java.lang.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()