Uses of Class
implementation.utils.CollectionsModel
-
Packages that use CollectionsModel Package Description implementation implementation.algorithms implementation.algorithms.matchTree implementation.gui.controller implementation.gui.model implementation.utils -
-
Uses of CollectionsModel in implementation
Methods in implementation that return CollectionsModel Modifier and Type Method Description static CollectionsModel
NeighborsImplementation. loadModelFromFile(java.lang.String filename, java.lang.String format, boolean verbose)
Creates aCollectionsModel
from a file -
Uses of CollectionsModel in implementation.algorithms
Methods in implementation.algorithms that return CollectionsModel Modifier and Type Method Description CollectionsModel
Partition. getGraph()
The RDF model used by this partitionMethods in implementation.algorithms with parameters of type CollectionsModel Modifier and Type Method Description java.lang.String
Cluster. answersListString(CollectionsModel colMd)
Not sure if this is usefulvoid
Cluster. relax(org.apache.jena.sparql.syntax.Element element, CollectionsModel graph, int descriptionDepth)
Substracts an element from the available query elements to mark it as used and increases the relax distance of this Cluster by onejava.lang.String
Cluster. relaxQueryElementsString(CollectionsModel colMd)
java.lang.String
Cluster. toString(CollectionsModel colMd)
Same asCluster.toString()
but usesCluster.answersListString(CollectionsModel)
to write answers More efficient because it doesn't use a ResultSetConstructors in implementation.algorithms with parameters of type CollectionsModel Constructor Description Partition(CollectionsModel colMd, java.lang.String uriTarget, int descriptionDepth)
-
Uses of CollectionsModel in implementation.algorithms.matchTree
Methods in implementation.algorithms.matchTree with parameters of type CollectionsModel Modifier and Type Method Description MatchTreeRoot
MatchTreeRoot. lazyJoin(org.apache.jena.sparql.syntax.Element element, CollectionsModel colMd, java.util.Set<org.apache.jena.sparql.core.Var> varPprime)
Applies The Lazy Joins Algorithm to insert a new nodeConstructors in implementation.algorithms.matchTree with parameters of type CollectionsModel Constructor Description MatchTreeNode(org.apache.jena.sparql.syntax.Element element, CollectionsModel colmd, java.util.Set<org.apache.jena.sparql.core.Var> varPprime)
Base ConstructorMatchTreeRoot(java.util.Set<org.apache.jena.sparql.core.Var> top, CollectionsModel colMd)
Base Constructor -
Uses of CollectionsModel in implementation.gui.controller
Fields in implementation.gui.controller declared as CollectionsModel Modifier and Type Field Description CollectionsModel
NeighborsController. colMd
-
Uses of CollectionsModel in implementation.gui.model
Constructors in implementation.gui.model with parameters of type CollectionsModel Constructor Description ObservablePartition(CollectionsModel colMd, java.lang.String uriTarget, int descriptionDepth)
VisualBNode(java.lang.String uri, CollectionsModel colMd, javafx.scene.control.TextField selectedNodeField, javafx.scene.control.TextField filterField)
Base constructorVisualCandidate(java.lang.String uri, CollectionsModel colMd, javafx.scene.control.TextField selectedNodeField, javafx.scene.control.TextField filterField)
Base constructorVisualCluster(Cluster c, CollectionsModel colMd, javafx.scene.control.TextField filterField)
VisualGraphNode(java.lang.String uri, CollectionsModel colMd, javafx.scene.control.TextField textField)
Base constructor -
Uses of CollectionsModel in implementation.utils
Methods in implementation.utils with parameters of type CollectionsModel Modifier and Type Method Description static org.apache.jena.sparql.algebra.Table
ElementUtils. ans(org.apache.jena.sparql.syntax.Element element, CollectionsModel model)
Simulates answering a to a Query containing a single Elementstatic java.util.Set<org.apache.jena.sparql.syntax.Element>
ElementUtils. describeNode(java.lang.String uri, CollectionsModel model, int depth)
static java.util.Set<org.apache.jena.sparql.syntax.Element>
ElementUtils. relaxClass(org.apache.jena.sparql.core.TriplePath triple, CollectionsModel model)
RDF:type is to be relaxed differently than other propertiesstatic java.util.Set<org.apache.jena.sparql.syntax.Element>
ElementUtils. relaxFilter(org.apache.jena.sparql.syntax.ElementFilter filter, CollectionsModel model, int descriptionDepth)
Relaxes a filterstatic java.util.Set<org.apache.jena.sparql.syntax.Element>
ElementUtils. relaxProperty(org.apache.jena.sparql.core.TriplePath triple, CollectionsModel model)
-