*
* @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>();
}