Class InterferenceInfoImpl

java.lang.Object
com.ptc.wvs.server.publish.InterferenceInfoImpl
All Implemented Interfaces:
InterferenceInfo

public class InterferenceInfoImpl extends Object implements InterferenceInfo
A holder used to contain all the information for a specific Interference. Used when the WVS Interference Processor parses an Interference report XML file generated by the CreoView Client adapter. All information regarding a single Interference contained in these generated reports is stored in a single InterferenceInfo instance. An InterferenceInfo may also represent an existing interference persisted in the database. To determine between the two, @see InterferenceInfo.isRepresentedByExistingInterference()

Supported API: true

Extendable: false