| Package | Description |
|---|---|
| com.corticon.eclipse.core.util | |
| com.corticon.eclipse.studio.rule.rulesheet.table.core | |
| com.corticon.eclipse.studio.vocabulary.core |
| Modifier and Type | Method and Description |
|---|---|
static ValueSet |
CcUtil.createValueSetFromString(java.lang.String astrInput)
Create a new instance of ValueSet from a string in set notation.
|
static ValueSet |
OptimizerUtil.getUnionSet(ValueSet aValueSetOne,
ValueSet aValueSetTwo,
ValueSet aValueSetComplete)
Return the union of two sets, or a dash if the union set contains a complete set of values
(and the caller supplies the complete set of values; if the caller supplies null, dashes are
not processed in any special manner).
|
| Modifier and Type | Method and Description |
|---|---|
static ValueSet |
OptimizerUtil.getUnionSet(ValueSet aValueSetOne,
ValueSet aValueSetTwo,
ValueSet aValueSetComplete)
Return the union of two sets, or a dash if the union set contains a complete set of values
(and the caller supplies the complete set of values; if the caller supplies null, dashes are
not processed in any special manner).
|
boolean |
ValueSet.isOpposite(ValueSet aValueSet) |
boolean |
ValueSet.isSame(ValueSet aValueSet)
Determines whether two ValueSet instances are identical, specifically
the same size, same sequence, same values.
|
static boolean |
OptimizerUtil.isSubset(ValueSet aValueSetOne,
ValueSet aValueSetTwo,
ValueSet aValueSetComplete)
Determine whether one set is a subset of another and return appropriate boolean value.
|
static boolean |
OptimizerUtil.overlap(ValueSet aValueSetOne,
ValueSet aValueSetTwo,
ValueSet aValueSetComplete)
Check values for overlap.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IRulesheetTableModelAPI.formatActionConsummation(java.lang.String astrExpression,
ValueSet aValueSet)
Given an Action string and an action ValueSet instance, format and return a valid assignment
expression that can be used to update the canonical model.
|
java.lang.String |
IRulesheetTableModelAPI.formatConditionConsummation(java.lang.String astrExpression,
ValueSet aValueSet,
int aiRowIndex)
Given a Condition String and a ValueSet instance, format and return a valid
relational expression that can be used to update the canonical model.
|
boolean |
IRulesheetTableModelAPI.setRuleActionCellInternal(int aiColumnIndex,
int aiRowIndex,
ValueSet aValueSet,
boolean abCanonical)
Set the rule action ("then") cell at the specified column and row indices.
|
boolean |
IRulesheetTableModelAPI.setRuleConditionCellInternal(int aiColumnIndex,
int aiRowIndex,
ValueSet aValueSet,
boolean abCanonical)
Set the rule condition ("if") cell at the specified column and row indices.
|
boolean |
IRulesheetTableModelAPI.setRuleOverrideCellInternal(int aiColumnIndex,
ValueSet aValueSet,
boolean abCanonical)
Set the rule override cell at the specified column index.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
IEntity.getEntityIdentity()
Return the entity identity ValueSet consisting of element names.
|
ValueSet |
IEntity.getSupertypes()
Return a value set consisting of the fully-qualified names of the
supertypes from which this entity descends.
|
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.