FormalCROM

scroll.internal.formal.FormalCROM
See theFormalCROM companion class
object FormalCROM

Companion object for the formal representation of the Compartment Role Object Model (CROM).

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FormalCROM.type

Members list

Type members

Inherited and Abstract types

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty[NT >: Null <: AnyRef, RT >: Null <: AnyRef, CT >: Null <: AnyRef, RST >: Null <: AnyRef]: FormalCROM[NT, RT, CT, RST]
def forStrings(nt: List[String], rt: List[String], ct: List[String], rst: List[String], fills: List[(String, String)], parts: Map[String, List[String]], rel: Map[String, List[String]]): FormalCROM[String, String, String, String]

Little helper factory method for creating a CROM with Strings only.

Little helper factory method for creating a CROM with Strings only.

Attributes