public class Signature extends Object
Constructor and Description |
---|
Signature()
empty signature
|
Signature(Stream<OWLEntity> sig) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(OWLEntity p) |
void |
addAll(Stream<OWLEntity> p) |
boolean |
contains(OWLEntity p) |
boolean |
equals(Object obj) |
Set<OWLEntity> |
getSignature() |
int |
hashCode() |
List<OWLEntity> |
intersect(Signature s2) |
void |
setLocality(boolean top) |
void |
setLocality(boolean topC,
boolean topR) |
boolean |
topCLocal() |
boolean |
topRLocal() |
public boolean add(OWLEntity p)
p
- entity to add to signaturepublic void setLocality(boolean top)
top
- set new locality polaritypublic void setLocality(boolean topC, boolean topR)
topC
- new concept locality polaritytopR
- new role locality polaritypublic boolean contains(OWLEntity p)
p
- entity to findpublic boolean topCLocal()
public boolean topRLocal()
Copyright © 2020 The University of Manchester. All rights reserved.