Enum Class FactBaseType

java.lang.Object
java.lang.Enum<FactBaseType>
fr.inria.rules.integraal.model.kb.api.FactBaseType
All Implemented Interfaces:
Serializable, Comparable<FactBaseType>, Constable

public enum FactBaseType extends Enum<FactBaseType>
Types of FactBases that can be handled with InteGraal
Author:
Florent Tornil
  • Enum Constant Details

    • GRAAL

      public static final FactBaseType GRAAL
      Native Graal storage
    • RDBMS

      public static final FactBaseType RDBMS
      Database storage
    • ENDPOINT

      public static final FactBaseType ENDPOINT
      Triple Store storage
    • MONGO

      public static final FactBaseType MONGO
      MongoDB storage
    • WEBAPI

      public static final FactBaseType WEBAPI
      API Web access
  • Method Details

    • values

      public static FactBaseType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FactBaseType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null