com.sun.labs.minion.knowledge
Interface CompositeKnowledgeSource

All Superinterfaces:
com.sun.labs.util.props.Component, com.sun.labs.util.props.Configurable, KnowledgeSource
All Known Implementing Classes:
CombinedKnowledgeSource, SequencedKnowledgeSource

public interface CompositeKnowledgeSource
extends KnowledgeSource, com.sun.labs.util.props.Configurable


Method Summary
 void addSource(KnowledgeSource aSource)
          Add a KnowledgeSource.
 
Methods inherited from interface com.sun.labs.minion.knowledge.KnowledgeSource
variantsOf
 
Methods inherited from interface com.sun.labs.util.props.Configurable
newProperties
 

Method Detail

addSource

void addSource(KnowledgeSource aSource)
Add a KnowledgeSource.