Options
All
  • Public
  • Public/Protected
  • All
Menu

This service holds the information about the allowed nets for a specific view.

Hierarchy

  • AllowedNetsService

Implements

  • OnDestroy

Index

Constructors

Properties

_allowedNets: Net[]
_allowedNets$: ReplaySubject<Net[]>
_allowedNetsIdentifiers: string[]
_allowedNetsIdentifiers$: ReplaySubject<string[]>
_processService: ProcessService
subAllowedNets: Subscription

Accessors

  • get allowedNets(): readonly Net[]
  • get allowedNets$(): Observable<Net[]>
  • get allowedNetsIdentifiers(): readonly string[]
  • get allowedNetsIdentifiers$(): Observable<string[]>

Methods

  • ngOnDestroy(): void

Generated using TypeDoc