Modifier and Type | Method and Description |
---|---|
void |
EMFDataSource.attachObserver(IGraphObserver<org.eclipse.emf.ecore.EObject> go) |
void |
EMFDataSource.detachObserver(IGraphObserver<org.eclipse.emf.ecore.EObject> go) |
Modifier and Type | Class and Description |
---|---|
class |
CountingAlg<V>
This class is the optimized implementation of the Counting algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DRedAlg<V>
This class is the optimized implementation of the DRED algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
FloydWarshallAlg<V> |
Modifier and Type | Class and Description |
---|---|
class |
IncSCCAlg<V>
Incremental SCC maintenance + counting algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DFSAlg<V> |
Modifier and Type | Class and Description |
---|---|
class |
PKAlg<V> |
Modifier and Type | Method and Description |
---|---|
void |
Graph.attachObserver(IGraphObserver<V> go) |
void |
Graph.detachObserver(IGraphObserver<V> go) |
Modifier and Type | Class and Description |
---|---|
class |
IBiDirectionalWrapper<V>
This class can be used to wrap an
IGraphDataSource into an IBiDirectionalGraphDataSource . |
Modifier and Type | Method and Description |
---|---|
void |
IGraphDataSource.attachObserver(IGraphObserver<V> go)
Attach a new graph observer.
|
void |
IBiDirectionalWrapper.attachObserver(IGraphObserver<V> go) |
void |
IGraphDataSource.detachObserver(IGraphObserver<V> go)
Detach an existing observer.
|
void |
IBiDirectionalWrapper.detachObserver(IGraphObserver<V> go) |