X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fmatching%2FDebugMatchingStrategy.java;h=0ab0b455363ea3474656aeb8c534c5c37fcc9f62;hp=fc1d58f593f3e23393930283c3f3e6a7a5b9c6b1;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/matching/DebugMatchingStrategy.java b/bundles/org.simantics.graph/src/org/simantics/graph/matching/DebugMatchingStrategy.java index fc1d58f59..0ab0b4553 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/matching/DebugMatchingStrategy.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/matching/DebugMatchingStrategy.java @@ -1,20 +1,20 @@ -package org.simantics.graph.matching; - - -public enum DebugMatchingStrategy implements GraphMatchingStrategy { - - INSTANCE; - - @Override - public void applyTo(GraphMatching matching) { - int[] aToB = matching.aToB; - String[] names = matching.aGraph.names; - for(int s=0;s