private String getDisallowedInferenceName(InferenceType type) { return "Disallow_" + type.toString(); }
private String getRequiredInferenceName(InferenceType type) { return "Require_" + type.toString(); }