Package org.eclipse.rdf4j.spin
Class RuleProperty
- java.lang.Object
-
- org.eclipse.rdf4j.spin.RuleProperty
-
public class RuleProperty extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRIIRIprivate intmaxIterCountprivate java.util.List<IRI>nextRules
-
Constructor Summary
Constructors Constructor Description RuleProperty(IRI ruleUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxIterationCount()java.util.List<IRI>getNextRules()IRIgetUri()voidsetMaxIterationCount(int maxIterCount)voidsetNextRules(java.util.List<IRI> nextRules)
-
-
-
Constructor Detail
-
RuleProperty
public RuleProperty(IRI ruleUri)
-
-