Uses of Class
pl.edu.agh.cast.model.visual.Node

Packages that use Node
pl.edu.agh.cast.command   
pl.edu.agh.cast.editor   
pl.edu.agh.cast.editor.action   
pl.edu.agh.cast.editor.operation   
pl.edu.agh.cast.editor.operation.search   
pl.edu.agh.cast.editor.operation.search.filters   
pl.edu.agh.cast.model.visual   
pl.edu.agh.cast.ui.outline   
 

Uses of Node in pl.edu.agh.cast.command
 

Methods in pl.edu.agh.cast.command with parameters of type Node
 void DeleteModelElementsCommand.add(Node node)
           
 

Constructors in pl.edu.agh.cast.command with parameters of type Node
AddNodeCommand(IDiagram model, Node node, org.eclipse.draw2d.geometry.Point location, java.lang.String imageId)
           
LabelCommand(Node node, java.lang.String attributeId, java.lang.String newValue)
           
 

Constructor parameters in pl.edu.agh.cast.command with type arguments of type Node
PasteCommand(java.util.Collection<Node> collection, IDiagram diagram)
           
 

Uses of Node in pl.edu.agh.cast.editor
 

Method parameters in pl.edu.agh.cast.editor with type arguments of type Node
 void AbstractEditor.selectNodes(java.util.Collection<Node> nodes)
           
 

Uses of Node in pl.edu.agh.cast.editor.action
 

Methods in pl.edu.agh.cast.editor.action that return types with arguments of type Node
 java.util.List<Node> CastClipboardContents.getNodes()
           
 

Constructor parameters in pl.edu.agh.cast.editor.action with type arguments of type Node
CastClipboardContents(java.util.List<Node> nodes)
           
 

Uses of Node in pl.edu.agh.cast.editor.operation
 

Methods in pl.edu.agh.cast.editor.operation that return Node
 Node FindNodesOperation.findNext(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 Node FindNodesOperation.findPrev(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 

Methods in pl.edu.agh.cast.editor.operation that return types with arguments of type Node
 java.util.List<Node> SelectMediatorsOperation.execute()
          Executes the algorithm.
 java.util.Collection<Node> FindNodesOperation.findAll(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findNodes(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findNoWildcards(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findUsingWildcards(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 

Method parameters in pl.edu.agh.cast.editor.operation with type arguments of type Node
 java.util.Collection<Node> FindNodesOperation.findAll(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 Node FindNodesOperation.findNext(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findNodes(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findNoWildcards(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 Node FindNodesOperation.findPrev(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
protected  java.util.Collection<Node> FindNodesOperation.findUsingWildcards(FindNodesParameters params, java.util.Collection<Node> nodesToSearch)
           
 

Constructor parameters in pl.edu.agh.cast.editor.operation with type arguments of type Node
SelectMediatorsOperation(SelectMediatorsParameters parameters, java.util.Collection<Node> nodes)
           
 

Uses of Node in pl.edu.agh.cast.editor.operation.search
 

Methods in pl.edu.agh.cast.editor.operation.search that return types with arguments of type Node
 java.util.List<Node> SearchOperation.execute()
           
 

Constructor parameters in pl.edu.agh.cast.editor.operation.search with type arguments of type Node
SearchOperation(java.util.Collection<Node> nodes, java.util.List<IParameterFilter> filters)
           
 

Uses of Node in pl.edu.agh.cast.editor.operation.search.filters
 

Methods in pl.edu.agh.cast.editor.operation.search.filters with parameters of type Node
 boolean StringParameterFilter.matches(Node node)
           
 boolean DateParameterFilter.matches(Node node)
           
 boolean NumericParameterFilter.matches(Node node)
           
 boolean IParameterFilter.matches(Node node)
           
 boolean ColorParameterFilter.matches(Node node)
           
 

Uses of Node in pl.edu.agh.cast.model.visual
 

Fields in pl.edu.agh.cast.model.visual with type parameters of type Node
protected  java.util.Map<java.lang.String,Node> VisualModelCachingFactory._entityToNode
          Maps IEntity.getId() to Node
 

Methods in pl.edu.agh.cast.model.visual that return Node
 Node IDiagram.addNode(Node node)
          Adds a node to the model
 Node Diagram.addNode(Node node)
          Adds a node to the model
protected  Node Diagram.addNodeInternal(Node node)
          Adds a node to the model
 Node VisualModelCachingFactory.copyNode(Node node)
           
 Node VisualModelCachingFactory.createNode(pl.edu.agh.cast.model.base.IEntity entity)
          Returns a node corresponding to the given entity, creating if it necessary.
 Node VisualModelCachingFactory.createNode(pl.edu.agh.cast.model.base.IEntity entity, java.util.Set<java.lang.String> currentDS)
          Returns a node corresponding to the given entity, creating if it necessary.
 Node IDiagram.findNode(java.lang.String nodeId)
           
 Node Diagram.findNode(java.lang.String nodeId)
           
 Node VisualModelCachingFactory.findNode(java.lang.String nodeId)
           
 Node ConnectionGroup.getSource()
           
 Node Connection.getSourceNode()
           
 Node ConnectionGroup.getTarget()
           
 Node Connection.getTargetNode()
           
 

Methods in pl.edu.agh.cast.model.visual that return types with arguments of type Node
 java.util.Collection<Node> IDiagram.addNodes(java.util.Collection<Node> nodes)
          Adds nodes to the model.
 java.util.Collection<Node> Diagram.addNodes(java.util.Collection<Node> nodes)
          Adds nodes to the model.
 java.util.Collection<Node> IDiagram.getNodes()
           
 java.util.Collection<Node> Diagram.getNodes()
           
 java.util.Collection<Node> VisualModelCachingFactory.getNodes()
           
 java.util.List<Node> NodeIndexer.lookup(java.lang.Object value)
          Returns list of nodes that have the indexing attribute value equal to value.
 

Methods in pl.edu.agh.cast.model.visual with parameters of type Node
protected  void Diagram.addConnectionsForNode(Node node)
          Adds connections of a given node to the diagram.
 Node IDiagram.addNode(Node node)
          Adds a node to the model
 Node Diagram.addNode(Node node)
          Adds a node to the model
protected  Node Diagram.addNodeInternal(Node node)
          Adds a node to the model
 Node VisualModelCachingFactory.copyNode(Node node)
           
 void Node.copyTo(Node that)
           
protected  ConnectionGroup VisualModelCachingFactory.getConnectionGroup(Node source, Node target)
          Find ConnectionGroup for given nodes.
 int ConnectionGroup.getSourceConnectionCountFor(Node node)
           
 java.util.List<Connection> ConnectionGroup.getSourceConnectionsFor(Node node)
           
 int ConnectionGroup.getTargetConnectionCountFor(Node node)
           
 java.util.List<Connection> ConnectionGroup.getTargetConnectionsFor(Node node)
           
 boolean ConnectionGroup.isBetween(Node node1, Node node2)
           
 boolean Node.isConnected(Node node)
           
 void IDiagram.removeNode(Node node)
          Removes a node from the model.
 void Diagram.removeNode(Node node)
          Removes a node from the model.
 void VisualModelCachingFactory.removeNode(Node node)
           
 void ConnectionGroup.setSource(Node node)
           
 void Connection.setSourceNode(Node sourceNode)
           
 void ConnectionGroup.setTarget(Node node)
           
 void Connection.setTargetNode(Node targetNode)
           
 boolean VisualModelCachingFactory.wasCreatedHere(Node node)
           
 

Method parameters in pl.edu.agh.cast.model.visual with type arguments of type Node
 java.util.Collection<Node> IDiagram.addNodes(java.util.Collection<Node> nodes)
          Adds nodes to the model.
 java.util.Collection<Node> Diagram.addNodes(java.util.Collection<Node> nodes)
          Adds nodes to the model.
 void IDiagram.removeNodes(java.util.Collection<Node> nodes)
          Removes nodes from the model.
 void Diagram.removeNodes(java.util.Collection<Node> nodes)
          Removes nodes from the model.
 

Constructors in pl.edu.agh.cast.model.visual with parameters of type Node
Connection(Node source, Node target, java.util.Date connectionStart)
           
ConnectionGroup(Node source, Node target, ConnectionGroupAttributeManager propertyManager)
          Creates a connection group
 

Uses of Node in pl.edu.agh.cast.ui.outline
 

Methods in pl.edu.agh.cast.ui.outline that return Node
 Node ConnectionGroupWrapper.getSourceNode()
           
 Node ConnectionGroupWrapper.getTargetNode()
           
 

Constructors in pl.edu.agh.cast.ui.outline with parameters of type Node
ConnectionGroupWrapper(ConnectionGroup connectionGroup, Node sourceNode)
           
 



Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.