Package | Description |
---|---|
org.eclipse.rdf4j.spin |
See discussion at https://github.com/eclipse/rdf4j/issues/1262
|
org.eclipse.rdf4j.spin.function |
Core functions required for SPIN.
|
Modifier and Type | Method and Description |
---|---|
List<Argument> |
Template.getArguments() |
Map<IRI,Argument> |
SpinParser.parseArguments(IRI moduleUri,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
void |
Template.addArgument(Argument arg) |
Modifier and Type | Method and Description |
---|---|
List<Argument> |
SpinxFunction.getArguments() |
List<Argument> |
SpinTupleFunction.getArguments() |
List<Argument> |
SpinFunction.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
SpinxFunction.addArgument(Argument arg) |
void |
SpinTupleFunction.addArgument(Argument arg) |
void |
SpinFunction.addArgument(Argument arg) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.