T - public abstract class TptpFofTerm<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TptpFofSort |
sort
The sort of this term
|
protected T |
value
The generic value of this term
|
| Constructor and Description |
|---|
TptpFofTerm() |
TptpFofTerm(T value)
Generic constructor with value and fixed standard sort
|
TptpFofTerm(T value,
TptpFofSort sort)
Constructor with given value and sort
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
get() |
abstract TptpFofSort |
getSort() |
void |
set(T value) |
protected T value
protected TptpFofSort sort
public TptpFofTerm()
public TptpFofTerm(T value)
value - the value of this termpublic TptpFofTerm(T value, TptpFofSort sort)
value - the value of this termsort - the sort of this termpublic void set(T value)
public abstract T get()
public abstract TptpFofSort getSort()
Copyright © 2016. All rights reserved.