public interface IOneSourceAtATimeManager
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNextSource()
Checks whether there is another source with which to run the data flow
analysis
|
boolean |
isOneSourceAtATimeEnabled()
Gets whether this source/sink manager shall run with one source at a time
instead of all of them together
|
void |
nextSource()
Advances the iterator to the next source.
|
void |
resetCurrentSource()
Resets the iterator.
|
void |
setOneSourceAtATimeEnabled(boolean enabled)
Sets whether this source/sink manager shall run with one source at a time
instead of all of them together
|
void setOneSourceAtATimeEnabled(boolean enabled)
enabled - True to return only one source at a time and hide all other
ones, otherwise falseboolean isOneSourceAtATimeEnabled()
void resetCurrentSource()
void nextSource()
boolean hasNextSource()
Copyright © 2022 Fraunhofer SIT. All rights reserved.