| Package | Description |
|---|---|
| org.semanticweb.ruqar.db | |
| org.semanticweb.ruqar.rules | |
| org.semanticweb.ruqar.transformations |
| Constructor and Description |
|---|
DBMappingTerm(java.lang.String value,
TermType type)
Constructor:
|
| Modifier and Type | Field and Description |
|---|---|
TermType |
Term.type |
| Modifier and Type | Method and Description |
|---|---|
static TermType |
TermType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermType[] |
TermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Term |
Atom.findTermByType(TermType type)
Returns any term if it exists.
|
| Constructor and Description |
|---|
Term(java.lang.String value,
TermType type)
Constructor:
ValueType is String as default.
|
Term(java.lang.String value,
TermType type,
boolean isVariable)
Constructor:
ValueType is String as default.
|
Term(java.lang.String value,
TermType type,
ValueType valueType)
Constructor:
isVariable is set default false.
|
Term(java.lang.String value,
TermType type,
ValueType valueType,
boolean isVariable)
Constructor: all data is required to create such a
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RulesIntoJessRules.getTermTypeMapping(TermType termType) |
java.lang.String |
RulesIntoDroolsRules.getTermTypeMapping(TermType termType) |
java.lang.String |
RulesInto.getTermTypeMapping(TermType termType)
Maps TermType to the appropriate type expressed in the language of the reasoning engine.
|