}
}
if (callORjoin) {
try {
E2WFOJNet e2Net = new E2WFOJNet(this, orJoin);
e2Net.restrictNet(actualMarking);
e2Net.restrictNet(orJoin);
return e2Net.orJoinEnabled(actualMarking, orJoin);
} catch (Exception e) {
throw new RuntimeException("Exception in OR-join call:" + e);
}
}