Uses of Interface
org.episteme.core.device.Device
Packages that use Device
Package
Description
Defines generic interfaces for
Provides classes and interfaces for org.episteme.core.device.sim.
User interface components and internationalization support for Episteme applications.
Provides classes and interfaces for org.episteme.natural.device.sim.
Provides the
org.episteme.social.medicine module.Provides classes and interfaces for org.episteme.server.integrations.
Provides classes and interfaces for org.episteme.core.device.sim.
-
Uses of Device in org.episteme.core.device
Subinterfaces of Device in org.episteme.core.deviceModifier and TypeInterfaceDescriptioninterfaceActuator<C>Represents an actuator device that accepts commands.interfaceRepresents a complex instrument that may contain multiple sensors or actuators.interfaceRepresents a sensor device that produces data.Classes in org.episteme.core.device that implement DeviceModifier and TypeClassDescriptionclassBase implementation for actuator devices.classBase implementation for theDeviceinterface.classAbstractSensor<Q extends Quantity<Q>>Base implementation for sensor devices.classAbstract base class for GPIB (IEEE-488) devices.classAbstract base class for USB-connected devices. -
Uses of Device in org.episteme.core.device.sim
Classes in org.episteme.core.device.sim that implement DeviceModifier and TypeClassDescriptionclassAbstract base implementation for simulated actuators.classAbstract base implementation for all simulated devices.classAbstractSimulatedSensor<Q extends Quantity<Q>>Abstract base implementation for simulated sensors.classSimulated GPIB device for testing without physical hardware.classSimulated USB device for testing without physical hardware. -
Uses of Device in org.episteme.core.ui
Classes in org.episteme.core.ui with type parameters of type DeviceModifier and TypeClassDescriptionclassAbstractDeviceViewer<T extends Device>Base class for device viewers.Fields in org.episteme.core.ui declared as Device -
Uses of Device in org.episteme.jni.jni.devices
Classes in org.episteme.jni.jni.devices that implement DeviceModifier and TypeClassDescriptionclassImplementation of a Mass Spectrometer interacting via JNI. -
Uses of Device in org.episteme.natural.device.actuators
Subinterfaces of Device in org.episteme.natural.device.actuators -
Uses of Device in org.episteme.natural.device.instruments
Subinterfaces of Device in org.episteme.natural.device.instrumentsModifier and TypeInterfaceDescriptioninterfaceInterface for a weather station instrument. -
Uses of Device in org.episteme.natural.device.sensors
Subinterfaces of Device in org.episteme.natural.device.sensorsModifier and TypeInterfaceDescriptioninterfaceInterface for humidity probes.interfaceInterface for microscopes.interfaceInterface for multimeter devices.interfaceInterface for oscilloscope devices.interfaceInterface for pH meters.interfaceInterface for pressure gauges.interfaceInterface for a seismograph sensor.interfaceInterface for spectrometer devices.interfaceInterface for temperature probes. -
Uses of Device in org.episteme.natural.device.sim
Classes in org.episteme.natural.device.sim that implement DeviceModifier and TypeClassDescriptionclassSimulated implementation of Centrifuge.classSimulated humidity probe.classSimulated implementation of Microscope.classSimulated implementation of Multimeter.classSimulated oscilloscope.classSimulated pH meter.classSimulated pressure gauge.classSimulated seismograph.classSimulated spectrometer.classSimulated telescope.classSimulated temperature probe.classSimulated vital signs monitor producing realistic medical data.classSimulated implementation of WeatherStation. -
Uses of Device in org.episteme.natural.device.transducers
Subinterfaces of Device in org.episteme.natural.device.transducers -
Uses of Device in org.episteme.natural.medicine
Subinterfaces of Device in org.episteme.natural.medicineModifier and TypeInterfaceDescriptioninterfaceInterface for vital signs monitoring devices (e.g., bedside monitors). -
Uses of Device in org.episteme.server.server.integrations
Methods in org.episteme.server.server.integrations that return types with arguments of type DeviceModifier and TypeMethodDescriptionReturns a device by ID.DeviceRegistry.getDevices()Returns all active device instances.Methods in org.episteme.server.server.integrations with parameters of type DeviceModifier and TypeMethodDescriptionvoidDeviceRegistry.registerDevice(Device device) Registers a device manually. -
Uses of Device in org.episteme.social.device.actuators
Subinterfaces of Device in org.episteme.social.device.actuatorsModifier and TypeInterfaceDescriptioninterfaceInterface for a ballot caster component.interfaceA Voting Machine device for electronic voting. -
Uses of Device in org.episteme.social.device.sensors
Subinterfaces of Device in org.episteme.social.device.sensorsModifier and TypeInterfaceDescriptioninterfaceInterface for a voter identification scanner. -
Uses of Device in org.episteme.social.device.sim
Classes in org.episteme.social.device.sim that implement DeviceModifier and TypeClassDescriptionclassSimulated ballot caster.classSimulated voter scanner.classA simulated voting machine for testing social systems.