|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.reasoner.dig.TripleSubjectFiller
public class TripleSubjectFiller
Mapper to create triples from a given predicate and object
Constructor Summary | |
---|---|
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(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. |
Method Summary | |
---|---|
java.lang.Object |
map1(java.lang.Object x)
Convert an object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TripleSubjectFiller(Resource predicate, Resource object)
public TripleSubjectFiller(Node predicate, Node object)
Method Detail |
---|
public java.lang.Object map1(java.lang.Object x)
Map1
map1
in interface Map1
x
- The thing to be converted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |