Class ChainSpecification.Inheritance

  • Enclosing class:
    ChainSpecification

    public static class ChainSpecification.Inheritance
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Set<com.yahoo.component.ComponentSpecification> chainSpecifications  
      java.util.Set<com.yahoo.component.ComponentSpecification> excludedComponents  
    • Constructor Summary

      Constructors 
      Constructor Description
      Inheritance​(java.util.Set<com.yahoo.component.ComponentSpecification> inheritedChains, java.util.Set<com.yahoo.component.ComponentSpecification> excludedComponents)  
    • Field Detail

      • chainSpecifications

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

        public final java.util.Set<com.yahoo.component.ComponentSpecification> excludedComponents
    • Constructor Detail

      • Inheritance

        public Inheritance​(java.util.Set<com.yahoo.component.ComponentSpecification> inheritedChains,
                           java.util.Set<com.yahoo.component.ComponentSpecification> excludedComponents)
    • Method Detail

      • addInherits

        public ChainSpecification.Inheritance addInherits​(java.util.Collection<com.yahoo.component.ComponentSpecification> inheritedChains)