Uses of Interface
ch.sahits.model.IBuildable

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

Uses of IBuildable in ch.sahits.model
 

Classes in ch.sahits.model with type parameters of type IBuildable
 interface IBuilder<T extends IBuildable>
          This interface defines the facilities that are needed by a Builder class.
 

Subinterfaces of IBuildable in ch.sahits.model
 interface IOutputFileModel
          This interface defines a file output model that represents the input data of a general artefact Wizard.
 interface IWebservice
          This interface defines the getter methods of a webservice metadata model.
 

Methods in ch.sahits.model that return types with arguments of type IBuildable
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
 

Method parameters in ch.sahits.model with type arguments of type IBuildable
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 IBuildable in ch.sahits.model.php.db
 

Subinterfaces of IBuildable in ch.sahits.model.php.db
 interface IPHPDBModel
          Interface defining the PHP class model
 interface IPHPMethodDeclaration