case class FlatShape(slots: Map[Path, Constraint], closed: Boolean) extends Product with Serializable
A flat shape consists of a list of slots where each slot is formed by a path and a constraint. It has no repeated properties It can be represented as a map from a path to a constraint.
- slots
a vector of pairs (Path, Constraint)
- Source
- FlatShape.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlatShape
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All