IasTopology

org.eso.ias.cdb.topology.IasTopology
class IasTopology(val dasus: List[DasuTopology])

The topology of the IAS, composed of the Supervisor to run.

This class is used to check if the graph of the nodes is a-cyclic.

Value parameters

dasus

The DASUs to run in all the supervisors

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isAcyclic: Boolean

Check if there are cycles in the IAS

Check if there are cycles in the IAS

Attributes

Concrete fields

val alSysInputsIds: Set[String]

The inputs of the alarm system are the inputs of all the DASUs

The inputs of the alarm system are the inputs of all the DASUs

Attributes

val dasus: List[DasuTopology]