public interface PrologClauses extends List<PrologClause>
List
operations to manage clauses in the
family list.Modifier and Type | Method and Description |
---|---|
String |
getIndicator()
Clause family functor/arity based indicator.
|
boolean |
isDiscontiguous()
Deprecated.
Natives engine don't offer information about that.
|
boolean |
isDynamic()
Deprecated.
Natives engine don't offer information about that.
|
boolean |
isMultifile()
Deprecated.
Natives engine don't offer information about that.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
@Deprecated boolean isDynamic()
@Deprecated boolean isMultifile()
@Deprecated boolean isDiscontiguous()
String getIndicator()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.