public interface PrologIndicator
| Modifier and Type | Method and Description | 
|---|---|
int | 
getArity()
Indicator arity that is the argument number for compound terms. 
 | 
String | 
getFunctor()
Indicator functor that is the name for compound terms. 
 | 
String | 
getIndicator()
Gets the term indicator represented by one string with the format
 functor/arity. 
 | 
int getArity()
String getFunctor()
String getIndicator()
getFunctor() and getArity() separated by
 slash.Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.