Package org.eclipse.rdf4j.sail.shacl.ast
Interface Exportable
-
- All Known Subinterfaces:
ConstraintComponent
- All Known Implementing Classes:
AbstractConstraintComponent
,AlternativePath
,AndConstraintComponent
,ClassConstraintComponent
,ClosedConstraintComponent
,DashAllObjects
,DashAllSubjects
,DashHasValueInConstraintComponent
,DatatypeConstraintComponent
,DisjointConstraintComponent
,EqualsConstraintComponent
,HasValueConstraintComponent
,InConstraintComponent
,InversePath
,LanguageInConstraintComponent
,LessThanConstraintComponent
,LessThanOrEqualsConstraintComponent
,LogicalOperatorConstraintComponent
,MaxCountConstraintComponent
,MaxExclusiveConstraintComponent
,MaxInclusiveConstraintComponent
,MaxLengthConstraintComponent
,MinCountConstraintComponent
,MinExclusiveConstraintComponent
,MinInclusiveConstraintComponent
,MinLengthConstraintComponent
,NodeKindConstraintComponent
,NodeShape
,NotConstraintComponent
,OneOrMorePath
,OrConstraintComponent
,Path
,PatternConstraintComponent
,PropertyShape
,QualifiedMaxCountConstraintComponent
,QualifiedMinCountConstraintComponent
,RSXTargetShape
,SequencePath
,Shape
,SimpleAbstractConstraintComponent
,SimplePath
,SparqlConstraintComponent
,SparqlTarget
,Target
,TargetClass
,TargetNode
,TargetObjectsOf
,TargetSubjectsOf
,UniqueLangConstraintComponent
,XoneConstraintComponent
,ZeroOrMorePath
,ZeroOrOnePath
public interface Exportable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
-