com.hp.hpl.jena.assembler
Class RuleSet

java.lang.Object
  extended by com.hp.hpl.jena.assembler.RuleSet

public class RuleSet
extends java.lang.Object

A RuleSet wraps a list of rules.

Author:
kers

Field Summary
static RuleSet empty
           
 
Method Summary
static RuleSet create(java.util.List rules)
           
static RuleSet create(java.lang.String ruleString)
           
 boolean equals(java.lang.Object other)
           
 java.util.List getRules()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

empty

public static final RuleSet empty
Method Detail

create

public static RuleSet create(java.util.List rules)

create

public static RuleSet create(java.lang.String ruleString)

getRules

public java.util.List getRules()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP