| Constructor and Description |
|---|
SimpleOracle() |
SimpleOracle(AMapping m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ask(String uri1,
String uri2)
check if a pair source-target URIs exist in the oracle
|
AMapping |
getMapping() |
String |
getType()
It returns the type of mapping
|
void |
loadData(AMapping m)
Loads the oracle with the given mapping
|
int |
size()
It returns the size of mapping
|
public SimpleOracle()
public SimpleOracle(AMapping m)
public boolean ask(String uri1, String uri2)
public void loadData(AMapping m)
public int size()
public AMapping getMapping()
getMapping in interface IOracleCopyright © 2020. All rights reserved.