| java.lang.Object com.hp.hpl.jena.reasoner.dig.TripleSubjectFiller
TripleSubjectFiller | public class TripleSubjectFiller implements Map1(Code) | |
Mapper to create triples from a given predicate and object
author: Ian Dickinson, HP Labs (email) version: CVS $Id: TripleSubjectFiller.java,v 1.6 2008/01/02 12:07:11 andy_seaborne Exp $ |
Constructor Summary | |
public | TripleSubjectFiller(Resource predicate, Resource object) Construct a mapper to create triples from the given predicate and object,
with a subject supplied by the iterator being mapped. | public | TripleSubjectFiller(Node predicate, Node object) Construct a mapper to create triples from the given predicate and object,
with a subject supplied by the iterator being mapped. |
TripleSubjectFiller | public TripleSubjectFiller(Resource predicate, Resource object)(Code) | | Construct a mapper to create triples from the given predicate and object,
with a subject supplied by the iterator being mapped.
|
TripleSubjectFiller | public TripleSubjectFiller(Node predicate, Node object)(Code) | | Construct a mapper to create triples from the given predicate and object,
with a subject supplied by the iterator being mapped.
|
|
|