Uses of Class
implementation.utils.PartitionException
-
Packages that use PartitionException Package Description implementation.algorithms implementation.gui.model -
-
Uses of PartitionException in implementation.algorithms
Methods in implementation.algorithms that throw PartitionException Modifier and Type Method Description void
Cluster. move(org.apache.jena.sparql.syntax.Element element, java.util.Set<org.apache.jena.sparql.core.Var> vars)
Substract an element from the available query elements to mark it as used and adds it to the elements distinctive of this Cluster's neighborsboolean
Partition. oneStepPartitioning()
Applies one iteration of the Partition algorithmvoid
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 one -
Uses of PartitionException in implementation.gui.model
Methods in implementation.gui.model that throw PartitionException Modifier and Type Method Description boolean
ObservablePartition. oneStepPartitioning()
-