Team 1
- In Pipe.java, the hash map outputMethods hold the mapping between FluencyMethodWrapper and a object list which contains the parameter used to invoke that method. Our question is how can we save this object and reconstruct it if it is not a basic java object type.
- In Pipe.java, we get variable named initiatingEvent which is a FluencyEvent. We wonder what it is used for.
Team 2
- How does the addInvokabaleMethod(LabelName:String, MethodName:String, arguments) for a widget work?. How should we define the arguments in the function? Is it possible for an action to receive input?
- Similar to readOnly properties (which shows up only in getProperty), can we have a property which shows up only in setProperty (writeOnly)?
Team 3
- How the event broadcast between widgets through pipe in FluencyEventBroker.brokerEvent?
- What is EventTranslation? How it works?
- I created a simple application of button and check box (action performed on button, toggle the check box) and since there is only one pipe as seen in the application, I assumed there would be only one pipe saved in the xml. But there are many other things that are saved. Can you tell us what are these extra things? It will help us for load functionality.
Team 4
- Question on FileChooser?
- Where can I get references for all the pipe.
- How to select PipeView on UI by using a pipe reference.