public class IdentifiableDifference<T extends Identifiable<?>> extends Difference implements IdentifiablePair<T>
Identifiable
that is defined in ReqIF1 and the same
Identifiable
in ReqIF2. The hierarchy of Difference
objects will contain all the differencesModifier and Type | Method and Description |
---|---|
protected void |
compileFieldDifferences() |
T |
getIdentifiable1() |
T |
getIdentifiable2() |
java.lang.String |
toString() |
getDifferenceElementType, getDifferences, getDifferenceType, getParentDifference, toDisplayText
public 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 nullpublic java.lang.String toString()
toString
in class java.lang.Object
protected void compileFieldDifferences()