Uses of Class
org.eclipse.rdf4j.spin.Argument
-
Packages that use Argument Package Description org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262org.eclipse.rdf4j.spin.function Core functions required for SPIN. -
-
Uses of Argument in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin with type parameters of type Argument Modifier and Type Field Description private com.google.common.cache.Cache<IRI,java.util.Map<IRI,Argument>>SpinParser. argumentCacheprivate java.util.List<Argument>Template. argumentsMethods in org.eclipse.rdf4j.spin that return types with arguments of type Argument Modifier and Type Method Description java.util.List<Argument>Template. getArguments()java.util.Map<IRI,Argument>SpinParser. parseArguments(IRI moduleUri, TripleSource store)private java.util.Map<IRI,Argument>SpinParser. parseTemplateArguments(IRI tmplUri, java.util.Set<IRI> abstractTmpls, TripleSource store)Methods in org.eclipse.rdf4j.spin with parameters of type Argument Modifier and Type Method Description voidTemplate. addArgument(Argument arg)Method parameters in org.eclipse.rdf4j.spin with type arguments of type Argument Modifier and Type Method Description private voidSpinParser. parseArguments(IRI moduleUri, TripleSource store, java.util.Map<IRI,Argument> args) -
Uses of Argument in org.eclipse.rdf4j.spin.function
Fields in org.eclipse.rdf4j.spin.function with type parameters of type Argument Modifier and Type Field Description private java.util.List<Argument>SpinFunction. argumentsprivate java.util.List<Argument>SpinTupleFunction. argumentsprivate java.util.List<Argument>SpinxFunction. argumentsMethods in org.eclipse.rdf4j.spin.function that return types with arguments of type Argument Modifier and Type Method Description java.util.List<Argument>SpinFunction. getArguments()java.util.List<Argument>SpinTupleFunction. getArguments()java.util.List<Argument>SpinxFunction. getArguments()Methods in org.eclipse.rdf4j.spin.function with parameters of type Argument Modifier and Type Method Description voidSpinFunction. addArgument(Argument arg)voidSpinTupleFunction. addArgument(Argument arg)voidSpinxFunction. addArgument(Argument arg)Method parameters in org.eclipse.rdf4j.spin.function with type arguments of type Argument Modifier and Type Method Description private static voidSpinFunction. addBindings(Query query, java.util.List<Argument> arguments, Value... args)private static voidSpinTupleFunction. addBindings(Query query, java.util.List<Argument> arguments, Value... args)
-