public class TptpFofVariable extends TptpFofStringTerm
namesort| Constructor and Description |
|---|
TptpFofVariable(String value)
construct new variable with given (valid) value
|
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
String |
getvalue() |
void |
set(String value) |
String |
toString()
Simply just returns the value.
|
getName, getSortpublic TptpFofVariable(String value)
value - the value givenpublic String getvalue()
public String toString()
toString in class TptpFofStringTermpublic void set(String value)
set in class TptpFofStringTermpublic String get()
get in class TptpFofTerm<String>Copyright © 2016. All rights reserved.