Software

Software

Software Objects

class Software()

This is a base object that allows the user to create a Datapoint.

constructor
function constructor()

composeElement
function composeElement() -> '*'

Returns:

  • *

withDate
function withDate(date: string) -> 'Software'

Set the date attribute

Arguments:

  • date string

Returns:

  • Software

withName
function withName(name: string) -> 'Software'

Set the name attribute

Arguments:

  • name string

Returns:

  • Software

withType
function withType(type: string) -> 'Software'

Set the type attribute

Arguments:

  • type string

Returns:

  • Software

withVersion
function withVersion(version: string) -> 'Software'

Set the version attribute

Arguments:

  • version string

Returns:

  • Software