public class TermFunctionImpl extends TermListImpl implements TermFunction
Term.Operator| Modifier and Type | Field and Description |
|---|---|
protected String |
functionName |
operator, valuemodCount| Modifier | Constructor and Description |
|---|---|
protected |
TermFunctionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFunctionName() |
int |
hashCode() |
TermFunction |
setFunctionName(String functionName) |
String |
toString() |
add, add, get, getOperator, getValue, iterator, remove, setOperator, setValue, sizeaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOperator, getValue, setOperator, setValueprotected String functionName
public String getFunctionName()
getFunctionName in interface TermFunctionpublic TermFunction setFunctionName(String functionName)
setFunctionName in interface TermFunctionfunctionName - the functionName to setpublic String toString()
toString in class TermListImplpublic int hashCode()
hashCode in interface Collection<Term<?>>hashCode in interface List<Term<?>>hashCode in class TermListImplpublic boolean equals(Object obj)
equals in interface Collection<Term<?>>equals in interface List<Term<?>>equals in class TermListImplCopyright © 2014. All rights reserved.