The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
for (ParameterType type : operator.getParameterTypes()) { boolean showParam = true; for (ParameterCondition condition : type.getDependencyConditions()) { if(!condition.dependencyMet()) { showParam = false; break; } // your code }}