Package edu.indiana.extreme.xbaya.component.dynamic

Examples of edu.indiana.extreme.xbaya.component.dynamic.CombineMultipleStreamComponent


   * @param nodeElement
   * @throws GraphException
   */
  public CombineMultipleStreamNode(XmlElement nodeElement) throws GraphException {
    super(nodeElement);
    this.setComponent(new CombineMultipleStreamComponent());
  }
View Full Code Here


                new EndForEachComponent());
        this.componentMap.put(BlockComponent.NAME, new BlockComponent());
        this.componentMap.put(EndBlockComponent.NAME, new EndBlockComponent());
        this.componentMap.put(DynamicComponent.NAME, new DynamicComponent());
        this.componentMap.put(CepComponent.NAME, new CepComponent());
        this.componentMap.put(CombineMultipleStreamComponent.NAME, new CombineMultipleStreamComponent());
        this.componentMap.put(StreamSourceComponent.NAME, new StreamSourceComponent());
        this.componentMap.put(ExitComponent.NAME,new ExitComponent());
     
    }
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.xbaya.component.dynamic.CombineMultipleStreamComponent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.