Interface JComponentType


public interface JComponentType
Helper class for Java to get the handle of `ComponentType` which is fundamental to LocationService library
  • Field Details

    • Container

      static final ComponentType Container
      A container for components (assemblies and HCDs)
    • HCD

      static final ComponentType HCD
      A component that controls a hardware device
    • Assembly

      static final ComponentType Assembly
      A component that controls one or more HCDs or assemblies
    • Sequencer

      static final ComponentType Sequencer
      A component that controls one or more sequencers or assemblies
    • SequenceComponent

      static final ComponentType SequenceComponent
      A sequence component e.g ocs_1, iris_1
    • Service

      static final ComponentType Service
      A general purpose service component (actor and/or web service application)