Tabnine Logo
DatalogDependencyGraphGenerator.getRuleIndex
Code IndexAdd Tabnine to your IDE (free)

How to use
getRuleIndex
method
in
it.unibz.inf.ontop.datalog.DatalogDependencyGraphGenerator

Best Java code snippets using it.unibz.inf.ontop.datalog.DatalogDependencyGraphGenerator.getRuleIndex (Showing top 5 results out of 315)

origin: ontop/ontop

  throw new InvalidDatalogProgramException("The root predicate must not be a table predicate");
Multimap<Predicate, CQIE> ruleIndex = dependencyGraph.getRuleIndex();
origin: it.unibz.inf.ontop/ontop-optimization

  throw new InvalidDatalogProgramException("The root predicate must not be a table predicate");
Multimap<Predicate, CQIE> ruleIndex = dependencyGraph.getRuleIndex();
origin: ontop/ontop

Multimap<Predicate, CQIE> ruleIndex = depGraph.getRuleIndex();
List<Predicate> predicatesInBottomUp = depGraph.getPredicatesInBottomUp();
List<Predicate> extensionalPredicates = depGraph.getExtensionalPredicates();
origin: it.unibz.inf.ontop/ontop-reformulation-sql

Multimap<Predicate, CQIE> ruleIndex = depGraph.getRuleIndex();
List<Predicate> predicatesInBottomUp = depGraph.getPredicatesInBottomUp();
List<Predicate> extensionalPredicates = depGraph.getExtensionalPredicates();
origin: it.unibz.inf.ontop/ontop-translation-sql

ruleIndex = depGraph.getRuleIndex();
it.unibz.inf.ontop.datalogDatalogDependencyGraphGeneratorgetRuleIndex

Popular methods of DatalogDependencyGraphGenerator

  • <init>
  • getPredicatesInBottomUp
    Returns the Bottom-up Ordered List of predicates
  • getExtensionalPredicates
  • generateOrderedDepGraph
    This method will * Order the #predicateDependencyGraph using a top down approach * Then reverse the
  • generateRuleDependencyGraph
    generates the #ruleDependencyGraph
  • removeRuleIndexByBodyPredicate_traverseBodyAtom
    This is a helper method for #removeRuleIndexByBodyPredicate. This method traverses in an atom, and r
  • updatePredicateDependencyGraph
    Updates the #predicateDependencyGraph by the input rule. It adds all the edges to #predicateDepende
  • updatePredicateDependencyGraph_traverseBodyAtom
    This is a helper method for #updatePredicateDependencyGraph. This method traverses in an atom, and p
  • updateRuleIndexByBodyPredicate
    updates
  • updateRuleIndexByBodyPredicate_traverseBodyAtom
    This is a helper method for #updateRuleIndexByBodyPredicate. This method traverses in an atom, and p
  • updateRuleIndexes
    This method takes a rule and populates the ruleIndex field.
  • updateRuleIndexes

Popular in Java

  • Creating JSON documents from java classes using gson
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now