|
| OutputPort4DS2DF (DSToDFForLoop *node, TypeCode *type) |
|
void | getAllRepresented (std::set< OutPort * > &represented) const |
|
void | put (const void *data) throw (ConversionException) |
|
OutputPort * | clone (Node *newHelder) const |
|
void | put (Any *data) |
|
| ~OutputPort4DS2DF () |
|
virtual | ~OutputPort () |
|
std::set< InPort * > | edSetInPort () const |
|
bool | isAlreadyLinkedWith (InPort *withp) const |
|
bool | isAlreadyInSet (InputPort *inputPort) const |
|
bool | isConnected () const |
|
std::string | getNameOfTypeOfCurrentInstance () const |
|
int | removeInPort (InPort *inPort, bool forward) throw (Exception) |
|
virtual bool | edAddInputPort (InputPort *phyPort) throw (Exception) |
|
virtual bool | edAddInPropertyPort (InPropertyPort *phyPort) throw (Exception) |
|
virtual int | edRemoveInputPort (InputPort *inputPort, bool forward) throw (Exception) |
|
bool | addInPort (InPort *inPort) throw (Exception) |
|
void | edRemoveAllLinksLinkedWithMe () throw (Exception) |
|
virtual void | exInit () |
|
virtual void | checkBasicConsistency () const throw (Exception) |
| Check validity of output port. Nothing on base class. More...
|
|
virtual std::string | dump () |
|
virtual std::string | typeName () |
|
TypeOfChannel | getTypeOfChannel () const |
| returns type of channel the port will use for data exchange on runtime : DATAFLOW or DATASTREAM. More...
|
|
virtual | ~DataFlowPort () |
|
virtual std::string | valToStr () |
| Gives a string representation of the data, for user interfaces. More...
|
|
virtual void | valFromStr (std::string valstr) |
| Allows to set data from a string representation used in user interface. More...
|
|
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...
|
|
virtual | ~Port () |
|
Node * | getNode () const |
|
int | getNumId () const |
|
void | modified () |
|
virtual void | checkConsistency (LinkInfo &info) const |
|
virtual int | edGetNumberOfOutLinks () const |
|
virtual | ~OutPort () |
|
std::vector< DataPort * > | calculateHistoryOfLinkWith (InPort *end) |
|