public final class LinkConstraintCollection extends AbstractList<LinkConstraint>
link constraints.
Link constraints can be used during structural learning to encode prior knowledge.modCount| Constructor and Description |
|---|
LinkConstraintCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
LinkConstraint element) |
void |
clear() |
LinkConstraint |
get(int index) |
LinkConstraint |
remove(int index) |
LinkConstraint |
set(int index,
LinkConstraint element) |
int |
size() |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic LinkConstraint get(int index)
get in interface List<LinkConstraint>get in class AbstractList<LinkConstraint>public void add(int index,
LinkConstraint element)
add in interface List<LinkConstraint>add in class AbstractList<LinkConstraint>public LinkConstraint remove(int index)
remove in interface List<LinkConstraint>remove in class AbstractList<LinkConstraint>public void clear()
clear in interface Collection<LinkConstraint>clear in interface List<LinkConstraint>clear in class AbstractList<LinkConstraint>public LinkConstraint set(int index, LinkConstraint element)
set in interface List<LinkConstraint>set in class AbstractList<LinkConstraint>public int size()
size in interface Collection<LinkConstraint>size in interface List<LinkConstraint>size in class AbstractCollection<LinkConstraint>Copyright © 2021. All rights reserved.