IsStaticSchema

semagrams.flatacsets.IsStaticSchema
trait IsStaticSchema[S] extends IsSchema[S]

Attributes

Graph
Supertypes
trait IsSchema[S]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract fields

Concrete fields

val rw: ReadWriter[S]
val theS: S

Extensions

Extensions

extension (s: S)
def attrs(x: Ob): Seq[Attr]
def attrsByString: Map[String, Attr]
def globals: Seq[Global]
def globalsByString: Map[String, Global]
def homs(x: Ob): Seq[Hom]
def homsByString: Map[String, Hom]
def obs: Seq[Ob]
def obsByString: Map[String, Ob]

Inherited extensions

extension (s: S)
def contains(f: Global): Boolean

Attributes

Inherited from:
IsSchema
def contains(x: Ob, f: Attr): Boolean

Attributes

Inherited from:
IsSchema
def contains(x: Ob, f: Hom): Boolean

Attributes

Inherited from:
IsSchema
def contains(x: Ob): Boolean

Attributes

Inherited from:
IsSchema