Uses of Interface
com.solibri.smc.api.checking.RuleParameter
-
Uses of RuleParameter in com.solibri.smc.api.checking
Modifier and TypeInterfaceDescriptioninterface
Boolean parameter.interface
Classification parameter.interface
Double parameter.interface
Enumeration parameter.interface
Filter parameter.interface
Int parameter.interface
Rule parameter that is used for specifying references to properties (seePropertyReference
).interface
String parameter.interface
Table parameter.Modifier and TypeMethodDescriptionList<RuleParameter<?>>
RuleParameters.asList()
Get the parameters of the rule as a List of RuleParameter object. -
Uses of RuleParameter in com.solibri.smc.api.ui
Modifier and TypeMethodDescriptionUIRuleParameter.getRuleParameter()
Returns the rule parameter of this UIRuleParameter.Modifier and TypeMethodDescriptionstatic UIRuleParameter
UIRuleParameter.create
(RuleParameter<?> ruleParameter) Returns a UI rule parameter with the given rule parameter.