public interface OntologyNetworkGenerator
Modifier and Type | Method and Description |
---|---|
OntologyNetwork |
generate(int n,
Ontology<java.lang.Object> o,
java.util.Properties params)
Returns an ontology network of size n (the number of ontologies)
starting from an ontology o.
|
OntologyNetwork generate(int n, Ontology<java.lang.Object> o, java.util.Properties params)
n:
- the size of the generated network of ontologieso:
- the initial ontologyparams:
- generator parameters
//@throws AlignmentException whenever something goes wrong(C) INRIA & friends, 2003-2020