java.lang.Object
org.apache.jena.shex.expressions.TripleExpression
org.apache.jena.shex.expressions.TripleExprOneOf
- All Implemented Interfaces:
ShexPrintable
-
Method Summary
Modifier and TypeMethodDescriptionstatic TripleExpression
create
(List<TripleExpression> acc, List<SemAct> semActs) boolean
int
hashCode()
void
print
(org.apache.jena.atlas.io.IndentedWriter iOut, org.apache.jena.riot.out.NodeFormatter nFmt) toString()
void
visit
(TripleExprVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.TripleExpression
getSemActs, setSemActs, testSemanticActions
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Method Details
-
create
-
expressions
-
visit
- Specified by:
visit
in classTripleExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classTripleExpression
-
equals
- Specified by:
equals
in classTripleExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter iOut, org.apache.jena.riot.out.NodeFormatter nFmt) -
toString
- Overrides:
toString
in classTripleExpression
-