72 std::map<std::string,std::string>::iterator it;
73 for (it = properties.begin(); it != properties.end(); ++it)
DataStreamPort(const DataStreamPort &other, Node *newHelder)
virtual std::string getProperty(const std::string &name)
Get the value of a property of the port.
std::map< std::string, std::string > _propertyMap
std::string getNameOfTypeOfCurrentInstance() const
virtual void setProperties(std::map< std::string, std::string > properties)
Set the values of all properties of the port.
virtual ~DataStreamPort()
virtual void initPortProperties()
Initialize port properties at the start of calculation phase.
virtual void setProperty(const std::string &name, const std::string &value)
Set a new value for a property of the port.
Base class for all nodes.
Base class for all ports.
Base class for all type objects.