Class InheritanceBuilder


  • public class InheritanceBuilder
    extends java.lang.Object
    Build an Inheritance object from an inheritance section.
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      InheritanceBuilder​(org.w3c.dom.Element spec)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.component.chain.model.ChainSpecification.Inheritance build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InheritanceBuilder

        public InheritanceBuilder​(org.w3c.dom.Element spec)
    • Method Detail

      • build

        public com.yahoo.component.chain.model.ChainSpecification.Inheritance build()