File

libs/sensorml/src/lib/model/sml/InputList.ts

Extends

AbstractSWE

Index

Properties
Methods

Properties

inputs
Type : Input[]
Default value : []
Decorators :
@DisplayName('Inputs')
extension
Type : any[]
Decorators :
@DisplayName('Extension')
Inherited from AbstractSWE
Defined in AbstractSWE:12

Extension slot for future extensions to this standard.

id
Type : string
Decorators :
@DisplayName('Id')
Inherited from AbstractSWE
Defined in AbstractSWE:7

Methods

toString
toString()
Returns : string
toString
toString()
Inherited from AbstractSWE
Defined in AbstractSWE:14
Returns : string
import { AbstractSWE } from '../swe/AbstractSWE';
import { Input } from './Input';
import { DisplayName } from '../../common/decorators/DisplayName';

export class InputList extends AbstractSWE {
    @DisplayName('Inputs')
    inputs: Input[] = [];

    toString() {
        return 'Input list';
    }
}

result-matching ""

    No results matching ""