|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.reasoner.dig.TripleObjectFiller
public class TripleObjectFiller
Mapper to create triples from a given predicate and subject
| Constructor Summary | |
|---|---|
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(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. |
|
| 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 TripleObjectFiller(Resource subject,
Property predicate)
public TripleObjectFiller(Node subject,
Node predicate)
| Method Detail |
|---|
public java.lang.Object map1(java.lang.Object x)
Map1
map1 in interface Map1x - The thing to be converted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||