Uses of Class
org.projog.core.term.DecimalFraction
-
Packages that use DecimalFraction Package Description org.projog.core.math.builtin Provides arithmetic operators.org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax.org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
-
Uses of DecimalFraction in org.projog.core.math.builtin
Methods in org.projog.core.math.builtin that return DecimalFraction Modifier and Type Method Description private DecimalFractionDivide. divideFractions(Numeric n1, Numeric n2) -
Uses of DecimalFraction in org.projog.core.parser
Methods in org.projog.core.parser that return DecimalFraction Modifier and Type Method Description private DecimalFractionSentenceParser. toDecimalFraction(java.lang.String value) -
Uses of DecimalFraction in org.projog.core.term
Methods in org.projog.core.term that return DecimalFraction Modifier and Type Method Description DecimalFractionDecimalFraction. calculate(Term[] args)DecimalFractionDecimalFraction. copy(java.util.Map<Variable,Variable> sharedVariables)DecimalFractionDecimalFraction. getTerm()
-