Package org.somda.dsl.biceps.component
Class Mds
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class Mds extends ComplexDeviceComponent<MdsState>
-
-
Field Summary
Fields Modifier and Type Field Description private final SystemContextsystemContextprivate final Clockclockprivate final List<Vmd>vmdsprivate final List<Battery>batteriesprivate final AlertSystemalertSystemprivate final Scoscoprivate final List<ProductionSpecification>productionSpecificationsprivate final MdsStatestateprivate final CodedValuetypeprivate final SafetyClassificationsafetyClassificationprivate final Cursorcursorprivate final Handlehandleprivate final BigIntegerversionprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Method Summary
Modifier and Type Method Description final SystemContextgetSystemContext()final ClockgetClock()final List<Vmd>getVmds()final List<Battery>getBatteries()final Vmdvmd(Handle handle, Function1<Vmd, Unit> init)final Batterybattery(Handle handle, Function1<Battery, Unit> init)final SystemContextsystemContext(Handle handle, Function1<SystemContext, Unit> init)final Clockclock(Handle handle, Function1<Clock, Unit> init)-
Methods inherited from class org.somda.dsl.biceps.base.tree.ComplexDeviceComponent
alertSystem, getAlertSystem, getSco, sco -
Methods inherited from class org.somda.dsl.biceps.base.tree.DeviceComponent
getProductionSpecifications, productionSpecification -
Methods inherited from class org.somda.dsl.biceps.base.tree.Descriptor
getSafetyClassification, getState, getType, safetyClassification, state, toString, type -
Methods inherited from class org.somda.dsl.biceps.base.tree.IdentifiableMdibComponent
getCursor, getHandle -
Methods inherited from class org.somda.dsl.biceps.base.tree.VersionedMdibComponent
getVersion, version, version, version -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Mds
Mds(Handle handle)
-
-
Method Detail
-
getSystemContext
final SystemContext getSystemContext()
-
getBatteries
final List<Battery> getBatteries()
-
systemContext
final SystemContext systemContext(Handle handle, Function1<SystemContext, Unit> init)
-
-
-
-