Package model.devscore.couplings

Examples of model.devscore.couplings.MultiCouplingTarget


      String targetPort, ISelector<IBasicDEVSModel> selector, boolean add) {
    super(source, context, source, new Port(DUMMY, Object.class), add);
    this.ident = ident;
    // this.model1 = source;
    this.model2 = new MultiCouplingTargetList();
    this.model2.addTarget(new MultiCouplingTarget(targetModel, targetPort));
    this.change = true;
    this.selector = selector;
  }
View Full Code Here


      ISelector<IBasicDEVSModel> selector, boolean add) {
    super(source, source, new Port(DUMMY, Object.class), add);
    this.ident = ident;
    // this.model1 = source;
    this.model2 = new MultiCouplingTargetList();
    this.model2.addTarget(new MultiCouplingTarget(targetModel, targetPort));
    this.change = true;
    this.selector = selector;
  }
View Full Code Here

TOP

Related Classes of model.devscore.couplings.MultiCouplingTarget

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.