wt.configuration
Class StandardConfigurationService.PathQuantityProcessor

java.lang.Object
  extended bywt.configuration.StandardConfigurationService.PathQuantityProcessor
All Implemented Interfaces:
StandardConfigurationService.PathProcessor
Enclosing class:
StandardConfigurationService

class StandardConfigurationService.PathQuantityProcessor
extends Object
implements StandardConfigurationService.PathProcessor


Field Summary
(package private)  ConfigurationDelegate delegate
           
 ObjectIdentifier firstLinkOID
           
 String path
           
 double quantity
           
 
Constructor Summary
StandardConfigurationService.PathQuantityProcessor(ConfigurationDelegate delegate)
           
 
Method Summary
 void processNode(PathOccurrence pathOccurrence, UsesOccurrence usesOccurrence)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstLinkOID

public ObjectIdentifier firstLinkOID

path

public String path

quantity

public double quantity

delegate

ConfigurationDelegate delegate
Constructor Detail

StandardConfigurationService.PathQuantityProcessor

public StandardConfigurationService.PathQuantityProcessor(ConfigurationDelegate delegate)
Method Detail

reset

public void reset()

processNode

public void processNode(PathOccurrence pathOccurrence,
                        UsesOccurrence usesOccurrence)
                 throws WTException
Specified by:
processNode in interface StandardConfigurationService.PathProcessor
Throws:
WTException