DefaultRuleSet

class DefaultRuleSet(val name: String, val parent: Option[RuleSet], val props: (String, Prop)*) extends RuleSet with HasOneParent

Convenience class for rule sets which may have a parent, but no bases.

trait RuleSet
class Object
trait Matchable
class Any

Value members

Inherited methods

final def all: Properties

Assembles all properties. For the rules, see RuleSet.

Assembles all properties. For the rules, see RuleSet.

Inherited from:
RuleSet
final def parents: List[RuleSet]
Inherited from:
HasOneParent

Concrete fields

val props: (String, Prop)*