Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder.NodeCacheEntry
-
Uses of NodeCacheEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder
Fields in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with type parameters of type NodeCacheEntry Modifier and Type Field Description ArrayList<NodeCacheEntry>NodeCacheEntry. connectedNodesContains the connected nodes (NodeCacheEntrys)ArrayList<NodeCacheEntry>NodeCacheEntry. patternNodesVector withpatterNodesObjects, which store the information about all connected patterns.Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder that return types with arguments of type NodeCacheEntry Modifier and Type Method Description static ArrayList<NodeCacheEntry>PatternSpringembedder. getPatternNodesPublic(ArrayList<NodeCacheEntry> nodeArray, NodeCacheEntry nodeInfo)Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with parameters of type NodeCacheEntry Modifier and Type Method Description static ArrayList<NodeCacheEntry>PatternSpringembedder. getPatternNodesPublic(ArrayList<NodeCacheEntry> nodeArray, NodeCacheEntry nodeInfo)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder with type arguments of type NodeCacheEntry Modifier and Type Method Description static ArrayList<NodeCacheEntry>PatternSpringembedder. getPatternNodesPublic(ArrayList<NodeCacheEntry> nodeArray, NodeCacheEntry nodeInfo)static voidMyTools. initNodeCache(ArrayList<NodeCacheEntry> nodeArray, HashMap<Node,NodeCacheEntry> nodeSearch, Graph graph, Selection selection, ArrayList<Graph> patternGraphs)As the attribute access is very slow, this method initializes the NodeCacheEntry structures.static voidMyTools. initNodeCache(ArrayList<NodeCacheEntry> nodeArray, HashMap<Node,NodeCacheEntry> nodeSearch, Graph graph, Selection selection, ArrayList<Graph> patternGraphs)As the attribute access is very slow, this method initializes the NodeCacheEntry structures. -
Uses of NodeCacheEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.pattern_springembedder_no_cache with type arguments of type NodeCacheEntry Modifier and Type Method Description static voidMyTools. initNodeCache(ArrayList<NodeCacheEntry> nodeArray, HashMap<Node,NodeCacheEntry> nodeSearch, Graph graph)As the attribute access is very slow, this method initializes the NodeCacheEntry structures.static voidMyTools. initNodeCache(ArrayList<NodeCacheEntry> nodeArray, HashMap<Node,NodeCacheEntry> nodeSearch, Graph graph)As the attribute access is very slow, this method initializes the NodeCacheEntry structures.