unbbayes.util.extension.builder
Class NamedWindowBuilder

java.lang.Object
  extended by unbbayes.util.extension.builder.NamedWindowBuilder
All Implemented Interfaces:
UnBBayesModuleBuilder
Direct Known Subclasses:
NetworkWindowBuilder

public abstract class NamedWindowBuilder
extends Object
implements UnBBayesModuleBuilder

Builder for windows having a name

Author:
Shou Matsumoto

Constructor Summary
NamedWindowBuilder()
           
 
Method Summary
 String getName()
          A name for the generated module's instance.
 void setName(String name)
          A name for the generated module's instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface unbbayes.util.extension.UnBBayesModuleBuilder
buildUnBBayesModule
 

Constructor Detail

NamedWindowBuilder

public NamedWindowBuilder()
Method Detail

getName

public String getName()
Description copied from interface: UnBBayesModuleBuilder
A name for the generated module's instance. Usually, we can use it for network's name.

Specified by:
getName in interface UnBBayesModuleBuilder
Returns:
the name

setName

public void setName(String name)
Description copied from interface: UnBBayesModuleBuilder
A name for the generated module's instance. Usually, we can use it for network's name.

Specified by:
setName in interface UnBBayesModuleBuilder
Parameters:
name - the name to set


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