Package | Description |
---|---|
org.semanticweb.ruqar.rules | |
org.semanticweb.ruqar.transformations |
Modifier and Type | Method and Description |
---|---|
AtomType |
Atom.getType()
Returns the
|
static AtomType |
AtomType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomType[] |
AtomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Atom(AtomType type)
Constructor:
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RulesIntoJessRules.getAtomTypeMapping(AtomType atomType) |
java.lang.String |
RulesIntoDroolsRules.getAtomTypeMapping(AtomType atomType) |
java.lang.String |
RulesInto.getAtomTypeMapping(AtomType atomType)
Maps AtomType to the appropriate type expressed in the language of the reasoning engine.
|