unbbayes.util.extension
Interface UnBBayesModuleBuilder

All Known Implementing Classes:
NamedWindowBuilder, NetworkWindowBuilder

public interface UnBBayesModuleBuilder

A factory to create a instance of UnBBayesModule.

Author:
Shou Matsumoto

Method Summary
 UnBBayesModule buildUnBBayesModule()
          Obtains a new instance of UnBBayesModule
 String getName()
          A name for the generated module's instance.
 void setName(String name)
          A name for the generated module's instance.
 

Method Detail

buildUnBBayesModule

UnBBayesModule buildUnBBayesModule()
Obtains a new instance of UnBBayesModule

Returns:

setName

void setName(String name)
A name for the generated module's instance. Usually, we can use it for network's name.

Parameters:
name -

getName

String getName()
A name for the generated module's instance. Usually, we can use it for network's name.

Returns:


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.