Uses of Class
com.framed.core.Service
Packages that use Service
Package
Description
-
Uses of Service in com.framed.arn
Subclasses of Service in com.framed.arnModifier and TypeClassDescriptionclassA reactive multi-inputServicethat evaluates a set of firing rules on incoming messages, constructs exactly one consistent snapshot per evaluation cycle, and triggers a user-definedReactor.reactionFunction(Map)once whenever at least one rule is satisfied.Method parameters in com.framed.arn with type arguments of type ServiceModifier and TypeMethodDescriptionvoidARN.validate(Collection<Service> services) Filters the deployed services down toReactors and validates that they form an acyclic network. -
Uses of Service in com.framed.cdss.reactors
Subclasses of Service in com.framed.cdss.reactorsModifier and TypeClassDescriptionclassclassclassclassA specializedReactorthat classifies numeric input values per channel based on a configured, ascending-sorted list of upper bounds.classReactor for estimating respiratory rate (RR) from a continuous EtCO₂ waveform using a robust slope‑based breath detection algorithm.classclassclassA specializedReactorthat detects a decreasing trend (downward drift) in numeric channel values using a sliding window and a slope-based metric. -
Uses of Service in com.framed.communicator.driver.parser.medibus
Subclasses of Service in com.framed.communicator.driver.parser.medibus -
Uses of Service in com.framed.communicator.driver.parser.python
Subclasses of Service in com.framed.communicator.driver.parser.python -
Uses of Service in com.framed.communicator.driver.protocol.medibus
Subclasses of Service in com.framed.communicator.driver.protocol.medibus -
Uses of Service in com.framed.communicator.driver.protocol.replay
Subclasses of Service in com.framed.communicator.driver.protocol.replayModifier and TypeClassDescriptionclassA replay protocol that reads either CSV (test_ph.csv) or JSONL files and replays all datapoints in real time into the FRAMED EventBus, using the same publish mechanism as the real PC60FW / Oxylog drivers. -
Uses of Service in com.framed.communicator.io.parsed
Subclasses of Service in com.framed.communicator.io.parsed -
Uses of Service in com.framed.communicator.io.raw
Subclasses of Service in com.framed.communicator.io.raw -
Uses of Service in com.framed.core.spi
Method parameters in com.framed.core.spi with type arguments of type ServiceModifier and TypeMethodDescriptionvoidDeploymentValidator.validate(Collection<Service> services) Validates the set of instantiated services. -
Uses of Service in com.framed.io.dispatch
Subclasses of Service in com.framed.io.dispatchModifier and TypeClassDescriptionclassDrop-in replacement: - Never blocks EventBus handler on IO -
Uses of Service in com.framed.io.parser
Subclasses of Service in com.framed.io.parserModifier and TypeClassDescriptionclassParser<T>Abstract base for services that turn raw input into events published on the event bus. -
Uses of Service in com.framed.io.protocol
Subclasses of Service in com.framed.io.protocol -
Uses of Service in com.framed.io.writer
Subclasses of Service in com.framed.io.writerModifier and TypeClassDescriptionclassWriter<T>An abstract base class for writing data of typeTto a specified file path. -
Uses of Service in com.framed.orchestrator
Methods in com.framed.orchestrator that return ServiceModifier and TypeMethodDescriptionstatic ServiceFactory.instantiate(org.json.JSONObject config, EventBus eventBus) Instantiates aServiceimplementation based on the provided configuration and event bus. -
Uses of Service in com.framed.streamer.dispatcher
Subclasses of Service in com.framed.streamer.dispatcherModifier and TypeClassDescriptionclassclassclass
