case classDiagramLabel(diagramType: String, partLabels: Vector[String]) extends Product with Serializable
A label for a diagram. The label includes a type for
the entire diagram (e.g., "car") along with labels for
each part (e.g., "wheel"). The indexes of partLabels
correspond to part.ind.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A label for a diagram. The label includes a type for the entire diagram (e.g., "car") along with labels for each part (e.g., "wheel"). The indexes of
partLabels
correspond topart.ind
.