Package mgui.neuro.graphs
Class NeuralNetConnection
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.graphs.AbstractGraphEdge
mgui.interfaces.graphs.DefaultGraphEdge
mgui.neuro.graphs.NeuralNetConnection
- All Implemented Interfaces:
WeightedGraphEdge
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class NeuralNetConnection extends DefaultGraphEdge
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields inherited from class mgui.interfaces.graphs.DefaultGraphEdge
weight
Fields inherited from class mgui.interfaces.graphs.AbstractGraphEdge
from, to, type
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes
-
Constructor Summary
Constructors Constructor Description NeuralNetConnection(NeuralNetNode from, NeuralNetNode to)
-
Method Summary
Methods inherited from class mgui.interfaces.graphs.DefaultGraphEdge
clone, getFactory, getWeightTransformer, getXML, handleXMLElementStart, setWeight
Methods inherited from class mgui.interfaces.graphs.AbstractGraphEdge
getDTD, getFrom, getLocalName, getShortXML, getTo, getType, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLString, setFromEdge, setFromNodes, setLabel, setType, setVertices, writeXML, writeXML, writeXML
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode, updateTreeNodes
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NeuralNetConnection
-
-
Method Details
-
getWeight
public double getWeight()- Specified by:
getWeight
in interfaceWeightedGraphEdge
- Overrides:
getWeight
in classDefaultGraphEdge
-
getLabel
public java.lang.String getLabel()- Overrides:
getLabel
in classDefaultGraphEdge
-