Package mgui.neuro.graphs
Class CorticalNetworkGraph
java.lang.Object
edu.uci.ics.jung.graph.AbstractGraph<V,E>
edu.uci.ics.jung.graph.SparseGraph<AbstractGraphNode,AbstractGraphEdge>
mgui.interfaces.graphs.InterfaceAbstractGraph
mgui.interfaces.graphs.DefaultGraph
mgui.graphs.networks.AbstractNetworkGraph
mgui.neuro.graphs.CorticalNetworkGraph
- All Implemented Interfaces:
edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,edu.uci.ics.jung.graph.Hypergraph<AbstractGraphNode,AbstractGraphEdge>,java.io.Serializable,NetworkGraphListener,AttributeListener,AttributeObject,InterfaceObject,PopupMenuObject,NamedObject,TreeObject,CleanableObject,XMLObject,IconObject
public class CorticalNetworkGraph extends AbstractNetworkGraph
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType -
Field Summary
Fields Modifier and Type Field Description CorticalNetworknetworkFields inherited from class mgui.interfaces.graphs.DefaultGraph
nodesFields inherited from class mgui.interfaces.graphs.InterfaceAbstractGraph
attributes, graphListeners, isDestroyed, name, treeNode, treeNodes, xml_block, xml_count, xml_itr, xml_nodesFields inherited from class edu.uci.ics.jung.graph.SparseGraph
directed_edges, INCIDENT, INCOMING, OUTGOING, undirected_edges, vertex_maps -
Constructor Summary
Constructors Constructor Description CorticalNetworkGraph()CorticalNetworkGraph(CorticalNetwork net) -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Gets the name for this object.CorticalNetworkGraphNodegetNode(AbstractCorticalRegion region)protected voidinit()voidnetworkUpdated(NetworkEvent e)booleansetFromNetwork(AbstractNetwork net)voidsetName(java.lang.String name)Sets the name for this object.java.lang.StringtoString()Methods inherited from class mgui.graphs.networks.AbstractNetworkGraph
addGraphEdge, addGraphNode, removeGraphEdge, removeGraphNodeMethods inherited from class mgui.interfaces.graphs.DefaultGraph
addGraphEdge, addVertex, clone, getPopupMenu, getTreeLabel, getVertexByLabel, handlePopupEvent, removeGraphNode, setFromGraph, showPopupMenuMethods inherited from class mgui.interfaces.graphs.InterfaceAbstractGraph
addEdge, addEdge, addEdge, addGraphListener, attributeUpdated, clean, destroy, fireGraphListeners, fireGraphListeners, getAttribute, getAttributes, getAttributeValue, getDefaultLayout, getDTD, getLabelEdges, getLabelNodes, getLocalName, getNodes, getObjectIcon, getPopupMenu, getShortXML, getXML, getXML, getXMLSchema, graphUpdated, handleXMLElementEnd, handleXMLElementStart, handleXMLString, isDestroyed, issueTreeNode, removeAllEdges, removeAllNodes, removeGraphListener, setAttribute, setAttributes, setTreeNode, writeXML, writeXML, writeXMLMethods inherited from class edu.uci.ics.jung.graph.SparseGraph
addEdge, containsEdge, containsVertex, findEdge, findEdgeSet, getDefaultEdgeType, getDest, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdgeType, getEndpoints, getFactory, getIncidentEdges, getInEdges, getNeighbors, getOutEdges, getPredecessors, getSource, getSuccessors, getVertexCount, getVertices, isDest, isSource, removeEdge, removeVertexMethods inherited from class edu.uci.ics.jung.graph.AbstractGraph
addEdge, addEdge, addEdge, addEdge, degree, getIncidentCount, getIncidentVertices, getNeighborCount, getOpposite, getPredecessorCount, getSuccessorCount, getValidatedEndpoints, inDegree, isIncident, isNeighbor, isPredecessor, isSuccessor, outDegreeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface edu.uci.ics.jung.graph.Graph
addEdge, getOpposite, getPredecessorCount, getSuccessorCount, inDegree, isPredecessor, isSuccessor, outDegreeMethods inherited from interface edu.uci.ics.jung.graph.Hypergraph
addEdge, addEdge, degree, getIncidentCount, getIncidentVertices, getNeighborCount, isIncident, isNeighbor
-
Field Details
-
network
-
-
Constructor Details
-
CorticalNetworkGraph
public CorticalNetworkGraph() -
CorticalNetworkGraph
-
-
Method Details
-
init
protected void init()- Overrides:
initin classInterfaceAbstractGraph
-
setFromNetwork
- Specified by:
setFromNetworkin classAbstractNetworkGraph- Throws:
NetworkException
-
getNode
-
networkUpdated
-
getName
public java.lang.String getName()Description copied from interface:NamedObjectGets the name for this object.- Specified by:
getNamein interfaceNamedObject- Overrides:
getNamein classInterfaceAbstractGraph- Returns:
-
setName
public void setName(java.lang.String name)Description copied from interface:NamedObjectSets the name for this object.- Specified by:
setNamein interfaceNamedObject- Overrides:
setNamein classInterfaceAbstractGraph
-
toString
public java.lang.String toString()- Overrides:
toStringin classInterfaceAbstractGraph
-