|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConstructedTerm
An interface for representing a constructed term (function symbol). A constructed term is a term built from function-s and subter-s.
| Method Summary | |
|---|---|
String |
getFunctionSymbol()
Get the name of the constructed term (function symbol). |
List<ITerm> |
getParameters()
Returns a list of all terms from this constructed term (function symbol). |
List<ITerm> |
getValue()
Returns a vale of the term. |
Set<IVariable> |
getVariables()
Returns all distinct variables from this tuple. |
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
|---|
isGround |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
List<ITerm> getValue()
ITerm
getValue in interface ITermString getFunctionSymbol()
List<ITerm> getParameters()
Set<IVariable> getVariables()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||