Package | Description |
---|---|
si.JDEXi | |
test.JDEXi |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Attribute> |
Model.aggregate
List of all aggregate (output) attributes.
|
java.util.ArrayList<Attribute> |
Model.basic
List of all all basic (input) attributes.
|
java.util.ArrayList<Attribute> |
Model.linked
List of all linked attributes.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Model.findAttribute(java.lang.String name)
Find attribute in the model by name.
|
Attribute |
Model.findAttribute(java.lang.String name,
java.util.ArrayList<Attribute> aList)
Find attribute by name in list.
|
Attribute |
Attribute.getAttribute(int index)
Get index-th child attribute.
|
Attribute |
Attribute.getLink()
Get linked attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Attribute> |
Model.getAllAttributes()
Collects all model attributes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Attribute.affects(Attribute att)
Tells whether this attribute affects another attribute.
|
boolean |
Attribute.depends(Attribute att)
Tells whether this attribute depends on another attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.addAttributes(java.util.ArrayList<Attribute> aList)
Add attribute subtree to a list of attributes.
|
java.lang.String |
Model.attributesToString(java.util.ArrayList<Attribute> aList)
attributestoString.
|
Attribute |
Model.findAttribute(java.lang.String name,
java.util.ArrayList<Attribute> aList)
Find attribute by name in list.
|
void |
Attribute.linkAttribute(java.util.ArrayList<Attribute> aList)
Try to link this.attribute and all its descendants with candidate
attributes in a list.
|
java.lang.String[] |
Model.listAttributes(java.util.ArrayList<Attribute> attlist)
Return a String array of names of attributes in attlist.
|
java.lang.String |
Model.tabbedAttributes(java.util.ArrayList<Attribute> attlist)
Return a tab-delimited string of attribute names.
|
Constructor and Description |
---|
ComplexRules(Attribute attribute,
java.lang.Boolean colorOutput)
Constructor with selected attribute and colorOutput parameters.
|
NewComplexRules(Attribute attribute)
Constructor with selected attribute parameter.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestJDEXi3.dumpBounds(Attribute a)
Print admissible value bounds of rules and check the consistency of
rules.
|
static void |
TestJDEXi3.dumpFunction(Attribute a)
Print a.function and demonstrate how to access various attribute, scale
and function properties.
|
static void |
DumpFunctions.printFunction(Attribute a)
Print a.function and demonstrate how to access various attribute, scale
and function properties.
|