|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxsmeral.pipe.AbstractObjectProcessor
xsmeral.pipe.LocalObjectFilter<Statement,Statement>
xsmeral.semnet.mapper.StatementMapper
@ObjectProcessorInterface(in=org.openrdf.model.Statement.class, out=org.openrdf.model.Statement.class) public class StatementMapper
An object processor, a filter, that maps URIs in subject or predicate to different URIs.
Mapping
mapping
- Name of the file containing a MappingNested Class Summary |
---|
Nested classes/interfaces inherited from interface xsmeral.pipe.interfaces.ObjectProcessor |
---|
xsmeral.pipe.interfaces.ObjectProcessor.Status |
Field Summary |
---|
Fields inherited from class xsmeral.pipe.AbstractObjectProcessor |
---|
canStart, context, status |
Constructor Summary | |
---|---|
StatementMapper()
|
|
StatementMapper(Mapping mapping)
|
Method Summary | |
---|---|
Mapping |
getMapping()
|
void |
initPostContext()
|
protected void |
process()
|
void |
setMapping(Mapping mapping)
|
Methods inherited from class xsmeral.pipe.LocalObjectFilter |
---|
getNext, getOutBuffer, getPrev, handleStoppedSink, handleStoppedSource, next, prev, read, requestStop, setNext, setOutBuffer, write |
Methods inherited from class xsmeral.pipe.AbstractObjectProcessor |
---|
canStart, failStart, failStart, failStart, getContext, getInType, getOutType, getParams, getStatus, initContext, initContextSet, initialize, initializeInternal, initWithContext, postRun, preRun, run, setContext, stop, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface xsmeral.pipe.interfaces.ObjectSink |
---|
getInType |
Methods inherited from interface xsmeral.pipe.interfaces.ObjectSource |
---|
getOutType |
Constructor Detail |
---|
public StatementMapper()
public StatementMapper(Mapping mapping)
Method Detail |
---|
public void initPostContext()
initPostContext
in class xsmeral.pipe.AbstractObjectProcessor
protected void process() throws xsmeral.pipe.ProcessorStoppedException
process
in class xsmeral.pipe.LocalObjectFilter<Statement,Statement>
xsmeral.pipe.ProcessorStoppedException
public Mapping getMapping()
public void setMapping(Mapping mapping)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |