Class ICV


  • public final class ICV
    extends java.lang.Object

    Set of utility functions for dealing with Stardog ICV support.

    Since:
    0.7
    Version:
    6.0
    Author:
    Michael Grove
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
    • Method Detail

      • toStatements

        public static java.util.Collection<Statement> toStatements​(Constraint theConstraint)
        Convert the Stardog IC into a collection of statements
        Parameters:
        theConstraint - the constraint
        Returns:
        the constraint represented as a collection of statements