Part

semagrams.flatacsets.Part
case class Part(id: Int, ob: Ob) extends Entity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asElt(x: Ob): Option[Part]

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