public class SchematicGraphModel extends BasicGraphModel
BasicModularGraphModel.BasicEdgeModel, BasicModularGraphModel.BasicNodeModel
_graphListeners
Constructor and Description |
---|
SchematicGraphModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptHead(Object edge,
Object node)
Return true if the head of the given edge can be attached to the
given node.
|
boolean |
acceptTail(Object edge,
Object node)
Return true if the tail of the given edge can be attached to the
given node.
|
createComposite, createEdge, createNode
getCompositeModel, getEdgeModel, getNodeModel, getProperty, getSemanticObject, setProperty, setSemanticObject
addNode, connectEdge, disconnectEdge, getMutableEdgeModel, getMutableNodeModel, removeNode, setEdgeHead, setEdgeTail
containsNode, getHead, getNodeCount, getParent, getRoot, getTail, inEdges, isComposite, isDirected, isEdge, isNode, nodes, outEdges
addGraphListener, dispatchGraphEvent, removeGraphListener, setDispatchEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGraphListener, containsNode, dispatchGraphEvent, getHead, getNodeCount, getParent, getRoot, getTail, inEdges, isComposite, isDirected, isEdge, isNode, nodes, outEdges, removeGraphListener, setDispatchEnabled
public boolean acceptHead(Object edge, Object node)
acceptHead
in interface MutableGraphModel
acceptHead
in class MutableModularGraphModel
public boolean acceptTail(Object edge, Object node)
acceptTail
in interface MutableGraphModel
acceptTail
in class MutableModularGraphModel
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.