public interface IOracle
| Modifier and Type | Method and Description |
|---|---|
boolean |
ask(String uri1,
String uri2)
Returns true if the mapping contains the two URIs, else false
|
AMapping |
getMapping() |
String |
getType() |
void |
loadData(AMapping m) |
int |
size() |
boolean ask(String uri1, String uri2)
uri1 - First instance in instance pairuri2 - Second instance in instance pairvoid loadData(AMapping m)
int size()
AMapping getMapping()
String getType()
Copyright © 2020. All rights reserved.