Class ChainSpecification.Inheritance

java.lang.Object
com.yahoo.component.chain.model.ChainSpecification.Inheritance
Enclosing class:
ChainSpecification

public static class ChainSpecification.Inheritance extends Object
  • Field Details

    • chainSpecifications

      public final Set<com.yahoo.component.ComponentSpecification> chainSpecifications
    • excludedComponents

      public final Set<com.yahoo.component.ComponentSpecification> excludedComponents
  • Constructor Details

    • Inheritance

      public Inheritance(Set<com.yahoo.component.ComponentSpecification> inheritedChains, Set<com.yahoo.component.ComponentSpecification> excludedComponents)
  • Method Details