#include <AtomicComputationClasses.h>
|
| | ~Flatten () |
| |
| | Flatten (TupleSpec &input, TupleSpec &output, TupleSpec &projection, std::string nodeName) |
| |
| | Flatten (TupleSpec &input, TupleSpec &output, TupleSpec &projection, std::string nodeName, KeyValueList &useMe) |
| |
| std::string | getAtomicComputationType () override |
| |
| AtomicComputationTypeID | getAtomicComputationTypeID () override |
| |
std::pair< std::string,
std::string > | findSource (std::string attName, AtomicComputationList &allComps) override |
| |
| virtual | ~AtomicComputation () |
| |
| AtomicComputationPtr | getShared () |
| |
| void | destroyPtr () |
| |
| | AtomicComputation (TupleSpec inputIn, TupleSpec outputIn, TupleSpec projectionIn, std::string computationName) |
| |
std::shared_ptr< std::map
< std::string, std::string > > & | getKeyValuePairs () |
| |
| void | setShared (AtomicComputationPtr meIn) |
| |
| TupleSpec & | getOutput () |
| |
| std::string & | getOutputName () |
| |
| TupleSpec & | getInput () |
| |
| std::string & | getInputName () |
| |
| TupleSpec & | getProjection () |
| |
| std::string & | getComputationName () |
| |
| int | findPosInOutputAtts (std::string &findMe) |
| |
Definition at line 298 of file AtomicComputationClasses.h.
| std::pair<std::string, std::string> Flatten::findSource |
( |
std::string |
attName, |
|
|
AtomicComputationList & |
allComps |
|
) |
| |
|
inlineoverridevirtual |
| std::string Flatten::getAtomicComputationType |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: