FormalRoleGroup

final case
class FormalRoleGroup(rolegroups: List[AnyRef], lower: Int, upper: Int)

Class representation of role groups.

Value Params
lower

lower bound as int

rolegroups

nested role groups if any

upper

upper bound as int

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