PartSet
semagrams.acsets.PartSet
Storage class for the parts corresponding to an Ob
in a schema.
This is immutable; methods that logically mutate simply return new objects.
Attributes
- acsets
The subacset corresponding to each id
- ids
The ids of all the parts added so far. This is a
Seq
because we care about the ordering; when the ACSet is displayed this ordering is used when two sprites overlap.- nextId
The id to assign to the next part added
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any