T
- the type of the axiom to collect.public static class DescriptorEntitySet.OWLEntitySetBase<T extends org.semanticweb.owlapi.model.OWLObject> extends DescriptorEntitySet.EntitySetBase<T>
DescriptorEntitySet.EntitySetBase
for type extending OWLObject
.
This class only override the DescriptorEntitySet.EntitySetBase.toString()
method.
Refer to the super class for documentation
(constructors only call super(..)
).
Axiom.EntitySet.SynchronisationIntent<E>
singleton
Constructor and Description |
---|
OWLEntitySetBase() |
OWLEntitySetBase(java.util.Collection<? extends T> c) |
OWLEntitySetBase(int initialCapacity) |
OWLEntitySetBase(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
isSingleton, setSingleton
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
synchroniseFrom, synchroniseTo
public OWLEntitySetBase()
public OWLEntitySetBase(java.util.Collection<? extends T> c)
public OWLEntitySetBase(int initialCapacity, float loadFactor)
public OWLEntitySetBase(int initialCapacity)
public java.lang.String toString()
toString
in class DescriptorEntitySet.EntitySetBase<T extends org.semanticweb.owlapi.model.OWLObject>