Class OmObservationConstellation

    • Constructor Detail

      • OmObservationConstellation

        public OmObservationConstellation()
        default constructor
      • OmObservationConstellation

        public OmObservationConstellation​(AbstractFeature procedure,
                                          AbstractPhenomenon observableProperty,
                                          AbstractFeature featureOfInterest)
        constructor
        Parameters:
        procedure - Procedure by which the observation is made
        observableProperty - observableProperty to which the observation accords to
        featureOfInterest - featureOfInterest to which this observation belongs
      • OmObservationConstellation

        public OmObservationConstellation​(AbstractFeature procedure,
                                          AbstractPhenomenon observableProperty,
                                          AbstractFeature featureOfInterest,
                                          String observationType)
        constructor
        Parameters:
        procedure - Procedure by which the observation is made
        observableProperty - observableProperty to which the observation accords to
        featureOfInterest - featureOfInterest to which this observation belongs
        observationType - the observation type
      • OmObservationConstellation

        public OmObservationConstellation​(AbstractFeature procedure,
                                          AbstractPhenomenon observableProperty,
                                          Set<String> offerings,
                                          AbstractFeature featureOfInterest,
                                          String observationType)
        constructor
        Parameters:
        procedure - Procedure by which the observation is made
        observableProperty - observableProperty to which the observation accords to
        offerings - offering to which this observation belongs
        featureOfInterest - featureOfInterest to which this observation belongs
        observationType - the observation type
      • OmObservationConstellation

        public OmObservationConstellation​(AbstractFeature procedure,
                                          AbstractPhenomenon observableProperty,
                                          AbstractFeature featureOfInterest,
                                          Collection<String> offerings)
        constructor
        Parameters:
        procedure - Procedure by which the observation is made
        observableProperty - observableProperty to which the observation accords to
        featureOfInterest - featureOfInterest to which this observation belongs
        offerings - offering to which this observation belongs