RoleGroup

scroll.internal.support.impl.RoleGroups.RoleGroup
case class RoleGroup(name: String, entries: Seq[Entry], limit: (Int, CInt), occ: (Int, CInt)) extends RoleGroupApi

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def containing(rg: RoleGroups.this.RoleGroupApi*)(limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def containing[T1 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag, T3 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag, T3 <: AnyRef : ClassTag, T4 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag, T3 <: AnyRef : ClassTag, T4 <: AnyRef : ClassTag, T5 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroups.this.RoleGroupApi

Attributes

Definition Classes
override def types: Seq[String]

Attributes

Definition Classes
Entry

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product