public class ObjectLinkSet extends DescriptorEntitySet.ExpressionEntitySetBase<ObjectLinks,org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLNamedIndividual> implements Axiom.ExpressionEntitySet<ObjectLinks,org.semanticweb.owlapi.model.OWLNamedIndividual>
DescriptorEntitySet.EntitySetBase
for Axiom.ExpressionEntitySet
for ObjectLinks.
It represents a set of OWL-ObjectProperties and related OWL-Individuals, as a collection of ObjectLinks
.
Axiom.ExpressionEntitySet.SynchronisationMultiIntent<E extends Axiom.ExpressionEntity<?,Y>,Y>, Axiom.ExpressionEntitySet.SynchroniseContainedIntent<F extends Axiom.ExpressionEntity<?,Y>,Y>
Axiom.EntitySet.SynchronisationIntent<E>
singleton
Constructor and Description |
---|
ObjectLinkSet() |
ObjectLinkSet(java.util.Collection<? extends ObjectLinks> c) |
ObjectLinkSet(int initialCapacity) |
ObjectLinkSet(int initialCapacity,
float loadFactor) |
add, getLink, getLinks, remove, toString
isSingleton, setSingleton
clear, clone, contains, isEmpty, iterator, size, spliterator
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
synchroniseFrom, synchroniseTo
isSingleton, setSingleton
public ObjectLinkSet()
public ObjectLinkSet(java.util.Collection<? extends ObjectLinks> c)
public ObjectLinkSet(int initialCapacity, float loadFactor)
public ObjectLinkSet(int initialCapacity)