Class SameShortId

java.lang.Object
ca.mcscert.jpipe.operators.equivalences.SameShortId
All Implemented Interfaces:
EquivalenceRelation

public final class SameShortId extends Object implements EquivalenceRelation
Two elements are equivalent iff their ids are identical after stripping any namespace prefix (the last colon-separated segment). For example, "a:s" and "b:s" both have short id "s" and are therefore equivalent.