com.hp.hpl.jena.rdf.model
Interface ModelMakerCreator


public interface ModelMakerCreator

A ModelMakerCreator creates ModelMakers from their RDF descriptions in the JMS vocabulary.

Author:
hedgehog

Method Summary
 ModelMaker create(Model desc, Resource root)
          Answer a ModelMaker who's description is found hanging from a given root in a given model.
 

Method Detail

create

public ModelMaker create(Model desc,
                         Resource root)
Answer a ModelMaker who's description is found hanging from a given root in a given model.

Parameters:
desc - the model containing the description
root - the root of the description
Returns:
a ModelMaker satisfying the description


Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.