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