Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core.isf |
This package contains classes for dealing with ISF file format.
|
pl.poznan.put.cs.idss.jrs.jmaf.parser | |
pl.poznan.put.cs.idss.jrs.types |
Provides classes for wrapping anything you can put into decision table.
|
Modifier and Type | Method | Description |
---|---|---|
EnumDomain |
IsfParser.parseDomain() |
Modifier and Type | Method | Description |
---|---|---|
static SimpleField |
AttributesBuilder.nominalType(EnumDomain domain) |
Modifier and Type | Method | Description |
---|---|---|
EnumDomain |
RulesParser.parseClassDomain() |
|
EnumDomain |
RulesParser.parseDomain() |
Modifier and Type | Method | Description |
---|---|---|
EnumDomain |
EnumField.getDomain() |
Gets the domain of this element.
|
Constructor | Description |
---|---|
EnumField(int index,
EnumDomain domain) |
Creates a new
EnumField with a reference to the element having given index in the domain. |
EnumField(java.lang.String name,
EnumDomain domain) |
Creates a new EnumField with a reference to an element having the specified name in the domain.
|