Class SameLabel
java.lang.Object
ca.mcscert.jpipe.operators.equivalences.SameLabel
- All Implemented Interfaces:
EquivalenceRelation
Two elements are equivalent iff they share the same label, regardless of
their ids or source models.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueifaandbshould be merged into the same result element.
-
Constructor Details
-
SameLabel
public SameLabel()
-
-
Method Details
-
areEquivalent
Description copied from interface:EquivalenceRelationReturnstrueifaandbshould be merged into the same result element.- Specified by:
areEquivalentin interfaceEquivalenceRelation
-