|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuroph.util.plugins.PluginBase
org.neuroph.util.plugins.LabelsPlugin
public class LabelsPlugin
Provides labeling of all neural network components
| Field Summary | |
|---|---|
static java.lang.String |
LABELS_PLUGIN_NAME
|
| Constructor Summary | |
|---|---|
LabelsPlugin()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel(java.lang.Object object)
Returns label for the specified object |
void |
setLabel(java.lang.Object object,
java.lang.String label)
Sets label for the specified object |
| Methods inherited from class org.neuroph.util.plugins.PluginBase |
|---|
getName, getParentNetwork, setParentNetwork |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LABELS_PLUGIN_NAME
| Constructor Detail |
|---|
public LabelsPlugin()
| Method Detail |
|---|
public java.lang.String getLabel(java.lang.Object object)
object - object for which label should be returned
public void setLabel(java.lang.Object object,
java.lang.String label)
object - object to set labellabel - label to set
|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||