public class SchemaCollectors extends Object
Constructor and Description |
---|
SchemaCollectors() |
Modifier and Type | Method and Description |
---|---|
static Set<ShapeExpr> |
collectAllShapeExprs(Map<Label,ShapeExpr> rules) |
static Set<ShapeExprRef> |
collectAllShapeRefs(Map<Label,ShapeExpr> rules) |
static Set<TripleExpr> |
collectAllTriples(Map<Label,ShapeExpr> rules) |
static Set<TripleExpr> |
collectAllTriplesRef(Map<Label,ShapeExpr> rules) |
static SchemaCollectors |
getInstance() |
public static SchemaCollectors getInstance()
public static Set<ShapeExprRef> collectAllShapeRefs(Map<Label,ShapeExpr> rules)
public static Set<TripleExpr> collectAllTriples(Map<Label,ShapeExpr> rules)
public static Set<TripleExpr> collectAllTriplesRef(Map<Label,ShapeExpr> rules)
Copyright © 2019. All rights reserved.