X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fmatching%2FDebugMatchingStrategy.java;h=0ab0b455363ea3474656aeb8c534c5c37fcc9f62;hb=3f5adda763f6281e9988277d067c1f71615e3da2;hp=fc1d58f593f3e23393930283c3f3e6a7a5b9c6b1;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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