Hello,

I'm trying to develop a Composite actor with a PortParameter (let's name it: 
myPort) so that I can provide the input through an external actor (e.g. 
StringConst) and at the same time take benefit of the attributeChanged method 
every time the input changed in order to do some internal works.

Would you help me please to understand how I should update the port 
expression's value whenever the input changes? I've tried 
myPort.setExpression(((StringToken) myPort.getPort().get(0)).stringValue()). 
But it did not work.

Thanks!

Muhannad
_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

Reply via email to