Interface

data class Interface(val name: String, val functions: List<Compound.Function>) : Compound

Constructors

Link copied to clipboard
constructor(name: String, functions: List<Compound.Function>)

Properties

Link copied to clipboard
Link copied to clipboard