#include <InputDataStreamPort.hxx>


Public Member Functions | |
| InputDataStreamPort (const InputDataStreamPort &other, Node *newHelder) | |
| InputDataStreamPort (const std::string &name, Node *node, TypeCode *type) | |
| virtual | ~InputDataStreamPort () |
| virtual std::string | getNameOfTypeOfCurrentInstance () const |
| virtual InputDataStreamPort * | clone (Node *newHelder) const |
| virtual std::string | typeName () |
| virtual void | edAddOutputDataStreamPort (OutputDataStreamPort *port) |
| std::set< OutputDataStreamPort * > | getConnectedOutputDataStreamPort () |
Public Member Functions inherited from YACS::ENGINE::DataStreamPort | |
| TypeOfChannel | getTypeOfChannel () const |
| returns type of channel the port will use for data exchange on runtime : DATAFLOW or DATASTREAM. More... | |
| virtual void | setProperty (const std::string &name, const std::string &value) |
| Set a new value for a property of the port. More... | |
| virtual void | setProperties (std::map< std::string, std::string > properties) |
| Set the values of all properties of the port. More... | |
| virtual std::string | getProperty (const std::string &name) |
| Get the value of a property of the port. More... | |
| std::map< std::string, std::string > | getProperties () const |
| virtual void | initPortProperties () |
| Initialize port properties at the start of calculation phase. More... | |
| virtual | ~DataStreamPort () |
Public Member Functions inherited from YACS::ENGINE::DataPort | |
| TypeCode * | edGetType () const |
| void | edSetType (TypeCode *type) |
| std::string | getName () const |
| void | setName (std::string theName) |
| bool | isDifferentTypeOf (const DataPort *other) const |
| virtual std::string | getAsString () |
| returns port value as a string that can be used in a GUI for example More... | |
Public Member Functions inherited from YACS::ENGINE::Port | |
| virtual | ~Port () |
| Node * | getNode () const |
| int | getNumId () const |
| void | modified () |
Public Member Functions inherited from YACS::ENGINE::InPort | |
| virtual InPort * | getPublicRepresentant () |
| virtual int | edGetNumberOfLinks () const |
| Returns number of physical backlinks NOT number of user backlinks. More... | |
| virtual std::set< OutPort * > | edSetOutPort () const |
| Returns physical backlinks NOT user backlinks. More... | |
| virtual | ~InPort () |
Static Public Attributes | |
| static const char | NAME [] ="InputDataStreamPort" |
Static Public Attributes inherited from YACS::ENGINE::DataStreamPort | |
| static const char | NAME [] ="DataStreamPort" |
Static Public Attributes inherited from YACS::ENGINE::DataPort | |
| static const char | NAME [] ="DataPort" |
Protected Attributes | |
| std::set< OutputDataStreamPort * > | _setOfOutputDataStreamPort |
Protected Attributes inherited from YACS::ENGINE::DataStreamPort | |
| std::map< std::string, std::string > | _propertyMap |
Protected Attributes inherited from YACS::ENGINE::DataPort | |
| TypeCode * | _type |
| std::string | _name |
Protected Attributes inherited from YACS::ENGINE::Port | |
| Node * | _node |
| int | _id |
Protected Attributes inherited from YACS::ENGINE::InPort | |
| std::set< OutPort * > | _backLinks |
Private Member Functions | |
| bool | isAlreadyInSet (OutputDataStreamPort *inPort) const |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::ENGINE::DataPort | |
| static DataPort * | isCrossingType (const std::vector< DataPort * > &historyOfLink) |
Protected Member Functions inherited from YACS::ENGINE::DataStreamPort | |
| DataStreamPort (const DataStreamPort &other, Node *newHelder) | |
| DataStreamPort (const std::string &name, Node *node, TypeCode *type) | |
Protected Member Functions inherited from YACS::ENGINE::InPort | |
| InPort (const InPort &other, Node *newHelder) | |
| InPort (const std::string &name, Node *node, TypeCode *type) | |
| void | edRemoveAllLinksLinkedWithMe () throw (Exception) |
| virtual void | edNotifyReferencedBy (OutPort *fromPort) |
| virtual void | edNotifyDereferencedBy (OutPort *fromPort) |
| virtual void | getAllRepresentants (std::set< InPort * > &repr) const |
Static Protected Attributes inherited from YACS::ENGINE::Port | |
| static int | _total = 0 |
| static const char | NAME [] ="Port" |
Definition at line 37 of file InputDataStreamPort.hxx.
| InputDataStreamPort::InputDataStreamPort | ( | const InputDataStreamPort & | other, |
| Node * | newHelder | ||
| ) |
Definition at line 40 of file InputDataStreamPort.cxx.
|
virtual |
Definition at line 48 of file InputDataStreamPort.cxx.
|
virtual |
Reimplemented in YACS::ENGINE::InputCalStreamPort.
Definition at line 57 of file InputDataStreamPort.cxx.
References InputDataStreamPort().
Referenced by YACS::ENGINE::ElementaryNode::createMultiDatastreamPorts().
|
virtual |
Definition at line 62 of file InputDataStreamPort.cxx.
References _setOfOutputDataStreamPort, DEBTRACE, and isAlreadyInSet().
|
inline |
Definition at line 52 of file InputDataStreamPort.hxx.
Referenced by YACS::ENGINE::ElementaryNode::getReadyTasks().
|
virtual |
Reimplemented from YACS::ENGINE::DataStreamPort.
Reimplemented in YACS::ENGINE::InputCalStreamPort.
Definition at line 52 of file InputDataStreamPort.cxx.
References NAME.
|
private |
Definition at line 69 of file InputDataStreamPort.cxx.
References _setOfOutputDataStreamPort.
Referenced by edAddOutputDataStreamPort().
|
inlinevirtual |
Reimplemented from YACS::ENGINE::DataStreamPort.
Definition at line 49 of file InputDataStreamPort.hxx.
|
protected |
Definition at line 42 of file InputDataStreamPort.hxx.
Referenced by edAddOutputDataStreamPort(), and isAlreadyInSet().
|
static |
Definition at line 40 of file InputDataStreamPort.hxx.
Referenced by YACS::ENGINE::OutputDataStreamPort::addInPort(), getNameOfTypeOfCurrentInstance(), and YACS::ENGINE::OutputDataStreamPort::removeInPort().