congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DatalogDependencyGraphGenerator.getPredicatesInBottomUp
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: ontop/ontop

List<Predicate> topDownPredicates = Lists.reverse(dependencyGraph.getPredicatesInBottomUp());
origin: it.unibz.inf.ontop/ontop-optimization

List<Predicate> topDownPredicates = Lists.reverse(dependencyGraph.getPredicatesInBottomUp());
origin: ontop/ontop

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

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

.getPredicatesInBottomUp();
it.unibz.inf.ontop.datalogDatalogDependencyGraphGeneratorgetPredicatesInBottomUp

Javadoc

Returns the Bottom-up Ordered List of predicates

Popular methods of DatalogDependencyGraphGenerator

  • <init>
  • getRuleIndex
  • 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
  • getResourceAsStream (ClassLoader)
  • runOnUiThread (Activity)
  • onRequestPermissionsResult (Fragment)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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