Uses of Interface
org.topbraid.shacl.model.SHRule
-
Packages that use SHRule Package Description org.topbraid.shacl.model org.topbraid.shacl.model.impl -
-
Uses of SHRule in org.topbraid.shacl.model
Methods in org.topbraid.shacl.model that return types with arguments of type SHRule Modifier and Type Method Description Iterable<SHRule>SHShape. getRules()Gets the rules attached to this shape via sh:rule. -
Uses of SHRule in org.topbraid.shacl.model.impl
Classes in org.topbraid.shacl.model.impl that implement SHRule Modifier and Type Class Description classSHRuleImplMethods in org.topbraid.shacl.model.impl that return types with arguments of type SHRule Modifier and Type Method Description Iterable<SHRule>SHShapeImpl. getRules()
-