DefinitionStats

com.reactific.riddl.stats.DefinitionStats
case class DefinitionStats(kind: String, isEmpty: Boolean, descriptionLines: Int, numSpecifications: Int, numCompleted: Long, numContained: Long, numAuthors: Long, numTerms: Long, numOptions: Long, numIncludes: Long, numStatements: Long)

Value parameters

completeness

The ratio of numCompletions/numSpecifications as a percentage

descriptionLines

The number of lines of documentation between the description and brief fields

isEmpty

An indication if the definition is completely empty

numCompleted

The number of specifications that hve been completed

numContained

The number of contained definitions

numSpecifications

The number of kinds of specifications that can be completed from the node's specifications method

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product