20 #ifndef __OUTPUTDATASTREAMPORT_HXX__
21 #define __OUTPUTDATASTREAMPORT_HXX__
35 class InputDataStreamPort;
43 static const char NAME[];
49 std::set<InPort *> edSetInPort()
const;
50 bool isAlreadyLinkedWith(
InPort *withp)
const;
51 virtual std::string getNameOfTypeOfCurrentInstance()
const;
55 void edRemoveAllLinksLinkedWithMe() throw(
Exception);
56 int removeInPort(
InPort *inPort,
bool forward) throw(Exception);
57 virtual std::
string typeName() {
return "YACS__ENGINE__OutputDataStreamPort";}