| Package | Description |
|---|---|
| org.squashtest.tm.domain.library.structures |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphNode<IDENT,T extends GraphNode<IDENT,T>> |
class |
LibraryGraph<IDENT,T extends GraphNode<IDENT,T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LibraryGraph.SimpleNode<T> |
| Modifier and Type | Method and Description |
|---|---|
<OIDENT,ON extends GraphNode<OIDENT,ON>,OG extends LibraryGraph<OIDENT,ON>> |
LibraryGraph.mergeGraph(OG othergraph,
LibraryGraph.NodeTransformer<ON,T> transformer)
Will merge the structure of a graph into this graph.
|
<OIDENT,ON extends GraphNode<OIDENT,ON>,OG extends LibraryGraph<OIDENT,ON>> |
LibraryGraph.substractGraph(OG othergraph,
LibraryGraph.NodeTransformer<ON,T> transformer,
boolean removeAll)
Will remove from this graph any edge that exists in othergraph.
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.