Modifier and Type | Class and Description |
---|---|
class |
TransitiveClosureHelperImpl
Implementation class for the
TransitiveClosureHelper . |
Modifier and Type | Method and Description |
---|---|
void |
TransitiveClosureHelperImpl.attachObserver(ITcObserver<org.eclipse.emf.ecore.EObject> to) |
void |
TransitiveClosureHelperImpl.detachObserver(ITcObserver<org.eclipse.emf.ecore.EObject> to) |
Modifier and Type | Method and Description |
---|---|
void |
CountingAlg.attachObserver(ITcObserver<V> to) |
void |
CountingAlg.detachObserver(ITcObserver<V> to) |
Modifier and Type | Method and Description |
---|---|
void |
DRedAlg.attachObserver(ITcObserver<V> to) |
void |
DRedAlg.detachObserver(ITcObserver<V> to) |
Modifier and Type | Class and Description |
---|---|
class |
CountingListener<V> |
Modifier and Type | Method and Description |
---|---|
void |
IncSCCAlg.attachObserver(ITcObserver<V> to) |
void |
IncSCCAlg.detachObserver(ITcObserver<V> to) |
Modifier and Type | Method and Description |
---|---|
void |
ITcDataSource.attachObserver(ITcObserver<V> to)
Attach a transitive closure relation observer.
|
void |
ITcDataSource.detachObserver(ITcObserver<V> to)
Detach a transitive closure relation observer.
|
Modifier and Type | Class and Description |
---|---|
class |
TransitiveClosureNode
This class represents a transitive closure node in the rete net.
|