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