if (!permutationAxesSet.contains(permutationName)) {
permutationAxesSet.add(permutationName);
}
} else {
GssError error = new GssError("The expression [" + booleanExpressionNode.getValue() +
"] is not valid condition.",
booleanExpressionNode.getSourceCodeLocation());
errorManager.report(error);
}
}