Class AtomSetConverter
java.lang.Object
fr.inria.rules.integraal.util.converter.AtomSetConverter
Converts FOFormula to and from AtomSet
This is used for compatibility with Graal 1.3 version.
This is used for compatibility with Graal 1.3 version.
- Author:
- Florent Tornil
-
Method Summary
Modifier and TypeMethodDescriptionstatic InMemoryAtomSetConverts the given FOFormula into a Graal AtomSetstatic fr.lirmm.graphik.graal.api.core.InMemoryAtomSetConverts the given FOFormula into a Graal AtomSetstatic FOFormulaConverts the given atomset into a FOFormula
-
Method Details
-
convert
Converts the given FOFormula into a Graal AtomSet- Parameters:
f- the formula to convert- Returns:
- the converted atomset
-
convert2
Converts the given FOFormula into a Graal AtomSet- Parameters:
f- the formula to convert- Returns:
- the converted atomset
-
reverse
Converts the given atomset into a FOFormula- Parameters:
as- the atomset to convert- Returns:
- the converted formula
-