SwarmUiModel

class SwarmUiModel(val name: String, val title: String, val author: String)(source)

Coordinates SwarmUiModel behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(name: String, title: String, author: String)

Properties

Link copied to clipboard

Exposes the author value used by the SDAI domain layer.

Link copied to clipboard

Exposes the name value used by the SDAI domain layer.

Link copied to clipboard

Exposes the title value used by the SDAI domain layer.