public class AxiomWrapper extends Object implements Serializable
| Constructor and Description |
|---|
AxiomWrapper(OWLAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OntologyAtom> |
getAtom() |
OWLAxiom |
getAxiom() |
int |
getId() |
boolean |
isInModule() |
boolean |
isInSearchSpace() |
boolean |
isUsed() |
void |
setAtom(OntologyAtom atom) |
void |
setId(int id) |
void |
setInModule(boolean b) |
void |
setInSearchSpace(boolean b) |
void |
setUsed(boolean b) |
Stream<OWLEntity> |
signature() |
public AxiomWrapper(OWLAxiom axiom)
axiom - axiom to wrappublic int getId()
public void setId(int id)
id - id for the wrapperpublic Stream<OWLEntity> signature()
public OWLAxiom getAxiom()
public boolean isUsed()
public void setUsed(boolean b)
b - value for usedpublic boolean isInSearchSpace()
public void setInSearchSpace(boolean b)
b - value for in search spacepublic boolean isInModule()
public void setInModule(boolean b)
b - value for in modulepublic Optional<OntologyAtom> getAtom()
public void setAtom(@Nullable OntologyAtom atom)
atom - atom including the axiomCopyright © 2020 The University of Manchester. All rights reserved.