Package es.upv.dsic.issi.moment.maudedaemon.maude.internal

Examples of es.upv.dsic.issi.moment.maudedaemon.maude.internal.MaudeProcessInteract


    processes.add(process);
    return (IMaudeProcessBatch) process;
  }
 
  public IMaudeProcessInteract getNewMaudeProcessInteract() {
    IMaudeProcess process = new MaudeProcessInteract();
    processes.add(process);
    return (IMaudeProcessInteract) process;
  }
View Full Code Here


    processes.add(process);
    return (IMaudeProcessBatch) process;
  }
 
  public IMaudeProcessInteract getNewMaudeProcesInteract() {
    IMaudeProcess process = new MaudeProcessInteract();
    processes.add(process);
    return (IMaudeProcessInteract) process;
  }
View Full Code Here

TOP

Related Classes of es.upv.dsic.issi.moment.maudedaemon.maude.internal.MaudeProcessInteract

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.