Interface JComponentType


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

    Fields
    Modifier and Type
    Field
    Description
    static final csw.location.api.models.ComponentType
    A component that controls one or more HCDs or assemblies
    static final csw.location.api.models.ComponentType
    A container for components (assemblies and HCDs)
    static final csw.location.api.models.ComponentType
    A component that controls a hardware device
    static final csw.location.api.models.ComponentType
    A sequence component e.g ocs_1, iris_1
    static final csw.location.api.models.ComponentType
    A component that controls one or more sequencers or assemblies
    static final csw.location.api.models.ComponentType
    A general purpose service component (actor and/or web service application)
  • Field Details

    • Container

      static final csw.location.api.models.ComponentType Container
      A container for components (assemblies and HCDs)
    • HCD

      static final csw.location.api.models.ComponentType HCD
      A component that controls a hardware device
    • Assembly

      static final csw.location.api.models.ComponentType Assembly
      A component that controls one or more HCDs or assemblies
    • Sequencer

      static final csw.location.api.models.ComponentType Sequencer
      A component that controls one or more sequencers or assemblies
    • SequenceComponent

      static final csw.location.api.models.ComponentType SequenceComponent
      A sequence component e.g ocs_1, iris_1
    • Service

      static final csw.location.api.models.ComponentType Service
      A general purpose service component (actor and/or web service application)