Index

A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

P

PrettierPrinter - Class in com.graphs.utils
This utility class is a printer introducing methods that helps your printed outputs to be prettier.
PrettierPrinter() - Constructor for class com.graphs.utils.PrettierPrinter
 
printConditionalMessage(boolean, String, String, String) - Static method in class com.graphs.utils.graph.GraphPrinter
This method prints a conditional message as feedback of other methods.
printDoInduceBipartiteSubGraph(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message whether given subset as a parameter induces bipartite subgraph of given graph or it does not.
printDoInduceConditionalMessage(boolean, String) - Static method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message about satisfaction of inducing subgraph of a graph by some set.
printDoInduceConnectedSubGraph(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message whether given subset as a parameter induces connected subgraph of given graph or does not.
printFooter(String) - Static method in class com.graphs.utils.PrettierPrinter
This method prints formatted footer.
printGraph(Graph<T>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a given graph structure.
printHeader(String) - Static method in class com.graphs.utils.PrettierPrinter
This method prints formatted header.
printIfSetVertexData(Graph<T>, int, T) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message when set given vertex data of given vertex by its index of given graph and returns that graph.
printIfVerticesAdded(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message if vertices given as a parameter have been added to given graph and returns that graph.
printIfVerticesConnected(Graph<T>, int, int) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message if vertices given as a parameter of given graph have been connected and returns that graph.
printIfVerticesDisconnected(Graph<T>, int, int) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message if vertices given as a parameter of given graph have been disconnected and returns that graph.
printIfVerticesRemoved(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message if vertices given as a parameter have been removed from a given graph and returns that graph.
printIsBipartite(Graph<T>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message whether given graph is bipartite or is not.
printIsConditionalMessage(boolean, String) - Static method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message about satisfaction if the type is as expected.
printIsConnectedDominatingSet(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message whether given subset as a parameter is a connected dominating set in given graph or is not.
printIsIndependentSet(Graph<T>, Collection<Integer>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints a feedback message whether given subset as a parameter is an independent set in given graph or is not.
printlnSeparator() - Static method in class com.graphs.utils.PrettierPrinter
This method prints the separator and terminates the line.
printMCDS(Graph<T>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints computed a minimal connected dominating set in a given graph.
printMDS(Graph<T>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints computed a minimal dominating set in a given graph.
printMessageIfConditionIsSatisfied(boolean, String) - Static method in class com.graphs.utils.graph.GraphPrinter
This method prints a message if the condition is satisfied.
printMIS(Graph<T>) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints computed a maximal independent set in a given graph.
printSeparator() - Static method in class com.graphs.utils.PrettierPrinter
This method prints separator.
printTextAmongSeparators(String) - Static method in class com.graphs.utils.PrettierPrinter
This method prints formatted text.
printWhenGraphIsComplete(Graph<T>, String) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints message if a given graph is complete.
printWhenGraphIsEmpty(Graph<T>, String) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints message if given graph is empty.
printWhenGraphIsNotNull(Graph<T>, String) - Method in class com.graphs.utils.graph.GraphPrinter
This method prints message if given graph is not null.
A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form