Package de.fu_berlin.inf.dpp.concurrent.jupiter.internal.text

Examples of de.fu_berlin.inf.dpp.concurrent.jupiter.internal.text.GOTOInclusionTransformation


     *
     * @param isClientSide
     *            true if the algorithm resides on the client side
     */
    public Jupiter(boolean isClientSide) {
        this.inclusion = new GOTOInclusionTransformation();
        this.vectorTime = new JupiterVectorTime(0, 0);
        this.isClientSide = isClientSide;
        this.ackJupiterActivityList = new ArrayList<OperationWrapper>();
    }
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.concurrent.jupiter.internal.text.GOTOInclusionTransformation

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.