Uses of Interface
ch.sahits.model.IBuilder

Packages that use IBuilder
ch.sahits.model   
ch.sahits.model.php.db   
 

Uses of IBuilder in ch.sahits.model
 

Subinterfaces of IBuilder in ch.sahits.model
 interface IOutputFileModelBuilder
          This interface defines the methods needed to be defined by a builder for an IOutputFileModel
 interface IWebserviceBuilder
          This interface defines the methodes defined by a Builder class for an IWebservice
 

Methods in ch.sahits.model that return IBuilder
static IBuilder<? extends IBuildable> ModelBuilderFactory.newBuilder(java.lang.Class<? extends IBuildable> intervace)
          Create instances of builders that can built objects Builders for the following interfaces are available: IWebservice IOutputFileModel IPHPDBModel IPHPMethodDeclaration
 

Uses of IBuilder in ch.sahits.model.php.db
 

Subinterfaces of IBuilder in ch.sahits.model.php.db
 interface IPHPClassDeclarationBuilder
           
 interface IPHPMethodDeclarationBuilder