| 接口 | 说明 |
|---|---|
| IOneSourceAtATimeManager |
Interface for source/sink managers that support calculating data flows with
one source at a time
|
| ISourceSinkManager |
the SourceSinkManager can tell if a statement contains a source or a sink
|
| 类 | 说明 |
|---|---|
| BaseSourceSinkManager | |
| DefaultSourceSinkManager |
A
ISourceSinkManager working on lists of source and sink methods |
| EmptySourceSinkManager |
A
ISourceSinkManager that always returns false, i.e. one for which
there are no sources or sinks at all. |
| MethodBasedSourceSinkManager |
Abstracts from the very generic statement-based SourceSinkManager so that
users can conveniently work on the called methods instead of having to
analyze the call statement every time
|
| SinkInfo |
Class containing additional information about a sink.
|
| SourceInfo |
Class containing additional information about a source.
|
| 枚举 | 说明 |
|---|---|
| BaseSourceSinkManager.SourceType |
Types of sources supported by this SourceSinkManager
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.