public interface Ontology extends Iterable<org.xembly.Directive>
The ontology is write-only. This is how you're supposed to use it:
Ontology onto = // make it
Type type = onto.type("Employee");
type.mention("3-5");
type.explain("a person working in a Company");
Copyright © 2009–2014 requs.org. All rights reserved.