java.lang.Object
org.apache.jena.sparql.path.PathBase
org.apache.jena.sparql.path.P_Path1
org.apache.jena.sparql.path.P_Mod
- All Implemented Interfaces:
Path
Path element of the form {,N} {N,} {N,M} but not {N}
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equalTo
(Path path2, NodeIsomorphismMap isoMap) long
long
getMax()
long
getMin()
int
hashCode()
boolean
boolean
boolean
boolean
void
visit
(PathVisitor visitor) Methods inherited from class org.apache.jena.sparql.path.P_Path1
getSubPath
-
Field Details
-
UNSET
public static final long UNSET- See Also:
-
INF
public static final long INF- See Also:
-
-
Constructor Details
-
P_Mod
-
-
Method Details
-
visit
-
getMin
public long getMin() -
getMax
public long getMax() -
hashCode
public int hashCode() -
equalTo
-
isFixedLength
public boolean isFixedLength() -
getFixedLength
public long getFixedLength() -
isZeroOrMore
public boolean isZeroOrMore() -
isOneOrMore
public boolean isOneOrMore() -
isZeroOrOne
public boolean isZeroOrOne()
-