RoleGroup

case
class RoleGroup(name: String, entries: Seq[Entry], limit: (Int, CInt), occ: (Int, CInt), var evaluated: Boolean) extends RoleGroupApi
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def containing(rg: RoleGroupApi*)(limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroupApi
Definition Classes
override
def containing[T1 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroupApi
Definition Classes
override
def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroupApi
Definition Classes
override
def containing[T1 <: AnyRef : ClassTag, T2 <: AnyRef : ClassTag, T3 <: AnyRef : ClassTag](limitLower: Int, limitUpper: CInt)(occLower: Int, occUpper: CInt): RoleGroupApi
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): RoleGroupApi
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): RoleGroupApi
Definition Classes
override
def types: Seq[String]
Definition Classes
Entry

Inherited methods

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