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