com.ptc.core.ocmp.framework
Class SimpleComparisonSpec
java.lang.Object
com.ptc.core.ocmp.framework.ComparisonSpec
com.ptc.core.ocmp.framework.SimpleComparisonSpec
- All Implemented Interfaces:
- Externalizable, Serializable
public abstract class SimpleComparisonSpec
- extends ComparisonSpec
- implements Externalizable
SimpleComparisonSpec contains just the bare minimum information needed
for the comparison of business objects. On the other hand, AdvancedComparisonSpec
only contains the complete set of information needed by the comparison
process.
Other information (such as attributes, link roles, link attributes, etc.)
that are not specified as part of the SimpleComparisonSpec instance are
pulled from the configuration resource. For example. the domain object
attributes, link roles, link attributes... and so on are all extracted
from the configuration resource.
Supported API: true
Extendable: false
- See Also:
AdvancedComparisonSpec,
ObjComparisonService,
Serialized Form