wt.ixb.conflictFramework.conflictResolution
Class CreateMeasurementSystemResolver

java.lang.Object
  extended bywt.ixb.conflictFramework.conflictResolution.CreateMeasurementSystemResolver
All Implemented Interfaces:
IXConfiguredDelegateIfc, IXConflictResolverIfc

public class CreateMeasurementSystemResolver
extends Object
implements IXConflictResolverIfc


Field Summary
private  String id
           
 
Fields inherited from interface wt.ixb.conflictFramework.conflictResolution.IXConfiguredDelegateIfc
CLASS, DELEGATE, DELEGATE_XPATH, DELEGATES, ID, INIT_PARAMS, NAME, PARAM, VALUE
 
Constructor Summary
CreateMeasurementSystemResolver()
           
 
Method Summary
 String getId()
           
 void init(Map config)
           
 ArrayList resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private String id
Constructor Detail

CreateMeasurementSystemResolver

public CreateMeasurementSystemResolver()
Method Detail

init

public void init(Map config)
          throws Exception
Specified by:
init in interface IXConfiguredDelegateIfc
Throws:
Exception

getId

public String getId()
Specified by:
getId in interface IXConflictResolverIfc

resolve

public ArrayList resolve(Object object,
                         IxbElement fileXML,
                         Importer importer,
                         Map map)
                  throws WTException
Specified by:
resolve in interface IXConflictResolverIfc
Throws:
WTException