Class/Object

scroll.internal.formal

FormalCROI

Related Docs: object FormalCROI | package formal

Permalink

case class FormalCROI[NT >: Null, RT >: Null, CT >: Null, RST >: Null](n: List[NT], r: List[RT], c: List[CT], type1: Map[Any, Any], plays: List[(NT, CT, RT)], links: Map[(RST, CT), List[(RT, RT)]]) extends Product with Serializable

Class representation of the Compartment Role Object Instance (CROI).

NT

type of naturals

RT

type of roles

CT

type of compartments

RST

type of relationships

n

list of all naturals

r

list of all roles

c

list of all compartments

type1

type mapping

plays

plays relation

links

link function

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FormalCROI
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FormalCROI(n: List[NT], r: List[RT], c: List[CT], type1: Map[Any, Any], plays: List[(NT, CT, RT)], links: Map[(RST, CT), List[(RT, RT)]])

    Permalink

    n

    list of all naturals

    r

    list of all roles

    c

    list of all compartments

    type1

    type mapping

    plays

    plays relation

    links

    link function

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def axiom10(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  6. def axiom11(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  7. def axiom6(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  8. def axiom7(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  9. def axiom8(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  10. def axiom9(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink
  11. var c: List[CT]

    Permalink

    list of all compartments

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compliant(crom: FormalCROM[NT, RT, CT, RST]): Boolean

    Permalink

    crom

    the CROM to check against

    returns

    true iff the CROI is compliant to the given CROM

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. var links: Map[(RST, CT), List[(RT, RT)]]

    Permalink

    link function

  19. var n: List[NT]

    Permalink

    list of all naturals

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def o_c(c: CT): List[NT]

    Permalink
  24. def overline_links(rst: RST, c: CT): List[(NT, NT)]

    Permalink
  25. var plays: List[(NT, CT, RT)]

    Permalink

    plays relation

  26. def pred(rst: RST, c: CT, r: RT): List[RT]

    Permalink
  27. var r: List[RT]

    Permalink

    list of all roles

  28. def succ(rst: RST, c: CT, r: RT): List[RT]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. var type1: Map[Any, Any]

    Permalink

    type mapping

  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped