|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.r2rml.MappingComponent
org.d2rq.r2rml.TermMap
public abstract class TermMap
Nested Class Summary | |
---|---|
static class |
TermMap.ColumnOrTemplateValuedTermMap
|
static class |
TermMap.ColumnValuedTermMap
|
static class |
TermMap.ConstantValuedTermMap
This is usable either as a regular or as a simple mapping component. |
static class |
TermMap.Position
|
static class |
TermMap.TemplateValuedTermMap
|
static class |
TermMap.TermType
|
Nested classes/interfaces inherited from class org.d2rq.r2rml.MappingComponent |
---|
MappingComponent.ComponentType |
Constructor Summary | |
---|---|
TermMap()
|
Method Summary | |
---|---|
void |
accept(MappingVisitor visitor)
|
void |
acceptAs(MappingVisitor visitor,
TermMap.Position position)
|
Set<ConstantIRI> |
getClasses()
|
Set<Resource> |
getGraphMaps()
|
Set<ConstantShortcut> |
getGraphs()
|
abstract TermMap.TermType |
getTermType(TermMap.Position position)
|
Methods inherited from class org.d2rq.r2rml.MappingComponent |
---|
getType, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TermMap()
Method Detail |
---|
public Set<ConstantIRI> getClasses()
public Set<Resource> getGraphMaps()
public Set<ConstantShortcut> getGraphs()
public abstract TermMap.TermType getTermType(TermMap.Position position)
public final void accept(MappingVisitor visitor)
accept
in class MappingComponent
public void acceptAs(MappingVisitor visitor, TermMap.Position position)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |