com.ptc.core.ocmp.framework
Class SimpleComparisonSpec

java.lang.Object
  extended by com.ptc.core.ocmp.framework.ComparisonSpec
      extended by 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

Method Summary
 
Methods inherited from class com.ptc.core.ocmp.framework.ComparisonSpec
getContextObjRef, getContextObjTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait