public interface PrologOperator extends Comparable<PrologOperator>
Comparable to compare with others operators
instance over priority property.| Modifier and Type | Method and Description |
|---|---|
String |
getOperator()
String symbol that represent the Prolog operator.
|
int |
getPriority()
Integer number between 0 and 1200 that represent the operator priority.
|
String |
getSpecifier()
String symbol that specify the associativity and position of the Prolog
operator.
|
compareToString getOperator()
String getSpecifier()
int getPriority()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.