Graph

semagrams.flatacsets.Graphs$.Graph$
object Graph

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Graph.type

Members list

Concise view

Value members

Concrete methods

def apply(): ACSet[SchGraph.type]

Extensions

Extensions

extension (a: ACSet[SchGraph.type])
final def edges(): Seq[Part]
final def src(e: Part): Value
final def tgt(e: Part): Value
final def vertices(): Seq[Part]

Exports

Defined exports

def addVertex: State[ACSet[S], Part]
Exported from GraphOps
val serializedLens: Lens[ACSet[S], String]
Exported from ACSetOps