Interface Taxonomy

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ProductTaxonomy, ProductTaxonomy.ProductTaxonomyBuilder, Taxonomy.TaxonomyBuilder
All Known Implementing Classes:
ProductTaxonomy.ProductTaxonomyBuilderImpl, ProductTaxonomy.ProductTaxonomyImpl, Taxonomy.TaxonomyBuilderImpl, Taxonomy.TaxonomyImpl

@RosettaDataType(value="Taxonomy", builder=TaxonomyBuilderImpl.class, version="5.30.0") @RuneDataType(value="Taxonomy", model="cdm", builder=TaxonomyBuilderImpl.class, version="5.30.0") public interface Taxonomy extends com.rosetta.model.lib.RosettaModelObject
Defines the taxonomy of an object by combining a taxonomy source (i.e. the rules to classify the object) and a value (i.e. the output of those rules on the object).
Version:
5.30.0
  • Field Details

  • Method Details

    • getSource

      TaxonomySourceEnum getSource()
      The source of the taxonomy that defines the rules for classifying the object. The taxonomy source is taken from a enumerated list of taxonomy names. Optional as the taxonomy source may not be provided.
    • getValue

      TaxonomyValue getValue()
      The value according to that taxonomy. Optional as it may not be possible to classify the object in that taxonomy.
    • build

      Taxonomy 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

      static Taxonomy.TaxonomyBuilder builder()
    • metaData

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

      @RuneAttribute("@type") default Class<? extends Taxonomy> 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