public class Signature extends Object
| Constructor and Description |
|---|
Signature()
empty signature
|
Signature(java.util.stream.Stream<OWLEntity> sig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(OWLEntity p) |
void |
addAll(java.util.stream.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 Signature()
public Signature(java.util.stream.Stream<OWLEntity> sig)
sig - signature elementspublic boolean add(OWLEntity p)
p - entity to add to signaturepublic void addAll(java.util.stream.Stream<OWLEntity> p)
p - all entities to addpublic 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 © 2017 The University of Manchester. All Rights Reserved.