Uses of Class
org.eclipse.rdf4j.spin.SpinParser.Input
-
Packages that use SpinParser.Input Package Description org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of SpinParser.Input in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return SpinParser.Input Modifier and Type Method Description static SpinParser.Input
SpinParser.Input. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpinParser.Input[]
SpinParser.Input. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.spin with parameters of type SpinParser.Input Constructor Description SpinParser(SpinParser.Input input)
SpinParser(SpinParser.Input input, com.google.common.base.Function<IRI,String> wellKnownVarsMapper, com.google.common.base.Function<IRI,String> wellKnownFuncMapper)
-