org.topbraid.rules
Class Rules

java.lang.Object
  extended by org.topbraid.rules.Rules

public class Rules
extends java.lang.Object


Constructor Summary
Rules()
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Property getJenaRuleProperty()
           
static java.lang.String getJenaRulePropertyURI()
           
static com.hp.hpl.jena.reasoner.rulesys.Rule getRule(com.hp.hpl.jena.rdf.model.Model model, java.lang.String str)
           
static boolean isRule(com.hp.hpl.jena.rdf.model.Model model, java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rules

public Rules()
Method Detail

getJenaRuleProperty

public static com.hp.hpl.jena.rdf.model.Property getJenaRuleProperty()

getJenaRulePropertyURI

public static java.lang.String getJenaRulePropertyURI()

getRule

public static com.hp.hpl.jena.reasoner.rulesys.Rule getRule(com.hp.hpl.jena.rdf.model.Model model,
                                                            java.lang.String str)
                                                     throws com.hp.hpl.jena.reasoner.rulesys.Rule.ParserException
Throws:
com.hp.hpl.jena.reasoner.rulesys.Rule.ParserException

isRule

public static boolean isRule(com.hp.hpl.jena.rdf.model.Model model,
                             java.lang.String str)