Interface DirectionRatingSet

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
DirectionRatingSet.DirectionRatingSetBuilder
All Known Implementing Classes:
DirectionRatingSet.DirectionRatingSetBuilderImpl, DirectionRatingSet.DirectionRatingSetImpl

@RosettaDataType(value="DirectionRatingSet", builder=DirectionRatingSetBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="DirectionRatingSet", model="cdm", builder=DirectionRatingSetBuilderImpl.class, version="7.0.0-dev.105") public interface DirectionRatingSet extends com.rosetta.model.lib.RosettaModelObject
A logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction that are grouped by either AND or OR logic.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getAllDirectionRating

      AllDirectionRating getAllDirectionRating()
      Enables two or more Direction and Ratings to be combined using AND logic.
    • getAnyDirectionRating

      AnyDirectionRating getAnyDirectionRating()
      Enables two or more Direction and Ratings to be combined using OR logic.
    • getDirectionRating

      DirectionRating getDirectionRating()
      A logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends DirectionRatingSet> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends DirectionRatingSet> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject