AspectRuleGroup

final case class AspectRuleGroup(sourceOption: Option[EName], aspectRules: IndexedSeq[AspectRule])

Combination of aspect rules, corresponding to a formula:aspects element.

Combination of aspect rules, corresponding to a formula:aspects element.

Authors

Chris de Vreeze

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product