Uses of Class
com.epimorphics.sparql.propertypaths.PropertyPath.Repeat
-
Packages that use PropertyPath.Repeat Package Description com.epimorphics.sparql.propertypaths -
-
Uses of PropertyPath.Repeat in com.epimorphics.sparql.propertypaths
Methods in com.epimorphics.sparql.propertypaths that return PropertyPath.Repeat Modifier and Type Method Description static PropertyPath.RepeatPropertyPath.Repeat. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyPath.Repeat[]PropertyPath.Repeat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.epimorphics.sparql.propertypaths with parameters of type PropertyPath.Repeat Constructor Description Rep(PropertyPath path, PropertyPath.Repeat rep)
-