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 IRI
IRI
private int
maxIterCount
private 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 int
getMaxIterationCount()
java.util.List<IRI>
getNextRules()
IRI
getUri()
void
setMaxIterationCount(int maxIterCount)
void
setNextRules(java.util.List<IRI> nextRules)
-
-
-
Constructor Detail
-
RuleProperty
public RuleProperty(IRI ruleUri)
-
-