public class IdentifiableClassDifference<T extends Identifiable<?>> extends Difference implements IdentifiablePair<T>
Identifiable that is defined in ReqIF1 and the same
Identifiable in ReqIF2 where the class of the Identifiable has changed.| Modifier and Type | Method and Description |
|---|---|
T |
getIdentifiable1() |
T |
getIdentifiable2() |
getDifferenceElementType, getDifferences, getDifferenceType, getParentDifference, toDisplayTextpublic T getIdentifiable1()
getIdentifiable1 in interface IdentifiablePair<T extends Identifiable<?>>Identifiable of the object in ReqIF1, not nullpublic T getIdentifiable2()
getIdentifiable2 in interface IdentifiablePair<T extends Identifiable<?>>Identifiable of the object in ReqIF2, not null