edge = new LFEdge(new LFVertex(new NominalAtom("w0"), new Proposition("blah")),
new LFVertex(new NominalAtom("w1"), new Proposition("blah blah")),
new LFEdgeLabel(new ModeLabel("blase")));
filter = new EdgeMatchFilter(edge, MatchType.LABEL_MISMATCH, MatchType.SOURCE_PREDICATE_MISMATCH,
MatchType.TARGET_PREDICATE_MATCH);
}