public class SigmaPlusSigmaMinus extends AbstractCollection<org.semanticweb.owlapi.model.OWLEntity> implements Collection<org.semanticweb.owlapi.model.OWLEntity>
| Constructor and Description |
|---|
SigmaPlusSigmaMinus(org.semanticweb.owlapi.model.OWLEntity plus,
org.semanticweb.owlapi.model.OWLEntity minus) |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLEntity |
getMinus() |
org.semanticweb.owlapi.model.OWLEntity |
getPlus() |
Iterator<org.semanticweb.owlapi.model.OWLEntity> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArraypublic SigmaPlusSigmaMinus(org.semanticweb.owlapi.model.OWLEntity plus,
org.semanticweb.owlapi.model.OWLEntity minus)
plus - the new value contained in the signatureminus - the new value not contained in the signaturepublic Iterator<org.semanticweb.owlapi.model.OWLEntity> iterator()
iterator in interface Iterable<org.semanticweb.owlapi.model.OWLEntity>iterator in interface Collection<org.semanticweb.owlapi.model.OWLEntity>iterator in class AbstractCollection<org.semanticweb.owlapi.model.OWLEntity>public int size()
size in interface Collection<org.semanticweb.owlapi.model.OWLEntity>size in class AbstractCollection<org.semanticweb.owlapi.model.OWLEntity>public org.semanticweb.owlapi.model.OWLEntity getPlus()
public org.semanticweb.owlapi.model.OWLEntity getMinus()
Copyright © 2015 The University of Manchester. All Rights Reserved.