public final class ModelFieldUtil extends Object
| Constructor and Description |
|---|
ModelFieldUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.drools.workbench.models.datamodel.oracle.ModelField[] |
getAvailableFieldCompletions(org.drools.workbench.models.datamodel.oracle.ModelField[] fieldCompletions,
org.drools.workbench.models.datamodel.rule.ActionFieldList afl)
Returns an array of ModelFields not consumed by the ActionFieldList; i.e. an array of available ModelFields.
|
public static org.drools.workbench.models.datamodel.oracle.ModelField[] getAvailableFieldCompletions(org.drools.workbench.models.datamodel.oracle.ModelField[] fieldCompletions,
org.drools.workbench.models.datamodel.rule.ActionFieldList afl)
fieldCompletions - The complete collection of ModelFieldsafl - The model of ModelFields already usedCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.