public class Atom extends Object
Constructor and Description |
---|
Atom(Collection<OWLAxiom> axioms) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(OWLAxiom ax) |
boolean |
equals(Object obj) |
Collection<OWLAxiom> |
getAxioms() |
Collection<OWLEntity> |
getLabel() |
Collection<OWLEntity> |
getSignature() |
int |
hashCode() |
void |
setLabel(Collection<OWLEntity> labelSignature) |
String |
toString() |
public Atom(Collection<OWLAxiom> axioms)
axioms
- build an atom out of a set of axiomspublic boolean contains(OWLAxiom ax)
ax
- axiompublic Collection<OWLEntity> getSignature()
public Collection<OWLAxiom> getAxioms()
@Nullable public Collection<OWLEntity> getLabel()
public void setLabel(Collection<OWLEntity> labelSignature)
labelSignature
- the label for the atomCopyright © 2020 The University of Manchester. All rights reserved.