|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.ugos.JIProlog.engine.JIPTerm
|
+--com.ugos.JIProlog.engine.JIPString
JIPString wraps to a prolog string.
A prolog string is a list af ASCII characters contained in the string.
JIPTerm,
Serialized Form| Method Summary | |
static JIPString |
create(JIPList string)
Creates a new JIPString object from a list of characters |
static JIPString |
create(java.lang.String strString)
Creates a new JIPString object from a string |
java.lang.String |
getValue()
Returns the string |
| Methods inherited from class com.ugos.JIProlog.engine.JIPTerm |
clear, clone, getVariables, getVariablesTable, toString, toString, toStringq, unifiable, unify |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static final JIPString create(java.lang.String strString)
strString - JIPString object from a stringpublic static final JIPString create(JIPList string)
string - JIPList objectpublic final java.lang.String getValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||