public class ExactMapping
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Integer,java.lang.Integer> |
extractMapping(java.util.List<java.lang.Integer> comp_graph_nodes,
java.util.List<java.lang.Integer> clique_List_org) |
static java.util.List<java.util.List<java.lang.Integer>> |
extractMapping(java.util.List<java.util.List<java.lang.Integer>> _mappings,
java.util.List<java.lang.Integer> comp_graph_nodes,
java.util.List<java.lang.Integer> clique_List_org) |
public static java.util.List<java.util.List<java.lang.Integer>> extractMapping(java.util.List<java.util.List<java.lang.Integer>> _mappings, java.util.List<java.lang.Integer> comp_graph_nodes, java.util.List<java.lang.Integer> clique_List_org)
_mappings
- comp_graph_nodes
- clique_List_org
- public static java.util.Map<java.lang.Integer,java.lang.Integer> extractMapping(java.util.List<java.lang.Integer> comp_graph_nodes, java.util.List<java.lang.Integer> clique_List_org)
comp_graph_nodes
- clique_List_org
-