inpro.dm.isu
Class IUNetworkDomainUtil

java.lang.Object
  extended by inpro.dm.isu.IUNetworkDomainUtil
All Implemented Interfaces:
edu.cmu.sphinx.util.props.Configurable

public abstract class IUNetworkDomainUtil
extends java.lang.Object
implements edu.cmu.sphinx.util.props.Configurable

Abstract class for domain implementations. Builds and returns ContribIU lists to serve as contributions in a IUNetworkInformationState.

Author:
okko

Field Summary
protected  IUList<ContribIU> contributions
           
 
Constructor Summary
IUNetworkDomainUtil()
           
 
Method Summary
 IUList<ContribIU> getContributions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable
newProperties
 

Field Detail

contributions

protected IUList<ContribIU> contributions
Constructor Detail

IUNetworkDomainUtil

public IUNetworkDomainUtil()
Method Detail

getContributions

public IUList<ContribIU> getContributions()