Package mgui.neuro.graphs
Class CorticalNetworkGraphConnection
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.graphs.AbstractGraphEdge
mgui.graphs.networks.AbstractNetworkGraphConnection
mgui.neuro.graphs.CorticalNetworkGraphConnection
- All Implemented Interfaces:
NetworkGraphElement,InterfaceObject,NamedObject,TreeObject,CleanableObject,XMLObject,InterfaceNetworkComponentListener
public class CorticalNetworkGraphConnection extends AbstractNetworkGraphConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType -
Field Summary
Fields inherited from class mgui.graphs.networks.AbstractNetworkGraphConnection
listenersFields inherited from class mgui.interfaces.graphs.AbstractGraphEdge
from, to, typeFields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes -
Constructor Summary
Constructors Constructor Description CorticalNetworkGraphConnection(AbstractCorticalConnection conn, CorticalNetworkGraphNode from, CorticalNetworkGraphNode to) -
Method Summary
Methods inherited from class mgui.graphs.networks.AbstractNetworkGraphConnection
addListener, componentUpdated, fireListeners, getLabel, getLocalName, getWeight, removeListenerMethods inherited from class mgui.interfaces.graphs.AbstractGraphEdge
clone, getDTD, getFrom, getShortXML, getTo, getType, getXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromEdge, setFromNodes, setLabel, setType, setVertices, writeXML, writeXML, writeXMLMethods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode, updateTreeNodesMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CorticalNetworkGraphConnection
public CorticalNetworkGraphConnection(AbstractCorticalConnection conn, CorticalNetworkGraphNode from, CorticalNetworkGraphNode to)
-