public interface PrologOperatorSet extends Set<PrologOperator>
Set and add currentOp(String) method to check if in the
operator set is defined some particular operator specified by your string
symbol.| Modifier and Type | Method and Description |
|---|---|
boolean |
currentOp(String operator)
Check if in the operator set is defined some particular operator specified by
your string symbol.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamboolean currentOp(String operator)
operator - operator to be checkedCopyright © 2020–2024 Prolobjectlink Project. All rights reserved.