Diagram

semagrams.flatacsets.WiringDiagrams$.TgtPort$.Diagram
See theDiagram companion object
case class Diagram(slot: Int) extends TgtPort

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TgtPort
trait Entity
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def extend(sub: Entity): Entity

Construct a subentity of this entity

Construct a subentity of this entity

Attributes

Inherited from:
Entity
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

We use a type tag so that we can compare the types of entities at runtime without having to mess with scala introspection. Additionally, different entities might have the same type, but different EntityTypes, a notable example of this is Parts.

We use a type tag so that we can compare the types of entities at runtime without having to mess with scala introspection. Additionally, different entities might have the same type, but different EntityTypes, a notable example of this is Parts.

Attributes