All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.ginf.SchemaController

public interface SchemaController
SchemaController allows to overload the default behavior in case when new triples added to a model (e.g. by a parser).

See Also:
RDFMS, SchemaLoader

Method Index

 o loadSchema(Triple, Model, RDFFactory)
Load any schemas if necessary based on the subject, predicate and object used in the triple

Methods

 o loadSchema
 public abstract boolean loadSchema(Triple t,
                                    Model m,
                                    RDFFactory factory)
Load any schemas if necessary based on the subject, predicate and object used in the triple


All Packages  Class Hierarchy  This Package  Previous  Next  Index