unbbayes.util.extension.builder
Class NamedWindowBuilder
java.lang.Object
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
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 |
NamedWindowBuilder
public NamedWindowBuilder()
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.