Class StandardBooleanAlgebraProvider
java.lang.Object
org.episteme.core.mathematics.algebra.algebras.providers.StandardBooleanAlgebraProvider
- All Implemented Interfaces:
BooleanAlgebraProvider, AlgorithmProvider
@AutoService(AlgorithmProvider.class)
public class StandardBooleanAlgebraProvider
extends Object
implements BooleanAlgebraProvider
Standard JVM implementation of Boolean Algebra.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlgorithmProvider
description, getMetadata, isAvailable, score, shutdownMethods inherited from interface BooleanAlgebraProvider
getAlgorithmType
-
Constructor Details
-
StandardBooleanAlgebraProvider
public StandardBooleanAlgebraProvider()
-
-
Method Details
-
and
- Specified by:
andin interfaceBooleanAlgebraProvider
-
or
- Specified by:
orin interfaceBooleanAlgebraProvider
-
not
- Specified by:
notin interfaceBooleanAlgebraProvider
-
xor
- Specified by:
xorin interfaceBooleanAlgebraProvider
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
getPriority
public int getPriority()Description copied from interface:AlgorithmProviderReturns the execution priority (higher is better).- Specified by:
getPriorityin interfaceAlgorithmProvider
-