Breakdown

final case class Breakdown(idOption: Option[String], parentChildOrderOption: Option[ParentChildOrder], breakdownTrees: IndexedSeq[BreakdownTree]) extends Resource

Table breakdown.

Table breakdown.

Authors

Chris de Vreeze

trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any

Value members

Concrete methods

final def children: IndexedSeq[DefinitionNode]
final def descendants: IndexedSeq[DefinitionNode]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product