Traqula
    Preparing search index...
    interface Service {
        input: Algebra.Operation;
        metadata?: Record<string, unknown>;
        name: Variable | NamedNode<string>;
        silent: boolean;
        type: SERVICE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    metadata?: Record<string, unknown>
    name: Variable | NamedNode<string>
    silent: boolean
    type: SERVICE