Input¶
Input is an extension of the GraphElement abstraction for inputs that can load data.
Contract¶
Load Data¶
load(
readOptions: InputReadOptions): DataFrame
Loads a DataFrame with the given InputReadOptions
See:
Used when:
FlowAnalysisis requested to readGraphInput