GroupProperties

algebra.laws.GroupLaws.GroupProperties
class GroupProperties(val name: String, val parents: Seq[GroupProperties], val props: (String, Prop)*) extends RuleSet

Attributes

Source
GroupLaws.scala
Graph
Supertypes
trait RuleSet
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

final def all: Properties

Assembles all properties.

Assembles all properties. For the rules, see RuleSet.

Attributes

Inherited from:
RuleSet
Source
Laws.scala

Concrete fields

val bases: Seq[(String, RuleSet)]

Attributes

Source
GroupLaws.scala
val name: String

Attributes

Source
GroupLaws.scala

Attributes

Source
GroupLaws.scala
val props: (String, Prop)*

Attributes

Source
GroupLaws.scala