|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstructedTerm
The interface for constructed terms like function symbols or datatype wrappers
Term
Method Summary | |
---|---|
int |
getArity()
The arity of the ConstructedTerm indicates how many Terms are contained in the Term's list of arguments. |
IRI |
getFunctionSymbol()
The returned IRI represents the name of the ConstructedTerm. |
Term |
getParameter(int i)
The index i points to a position in the ConstructedTerm's list of arguments. |
Methods inherited from interface org.omwg.logicalexpression.terms.Term |
---|
accept |
Method Detail |
---|
int getArity()
IRI getFunctionSymbol()
Term getParameter(int i)
i
- the position of the parameter desired, maximal getArity()-1
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |