de.fuberlin.wiwiss.wiqa.explanation
Interface ExplanationNode

All Known Implementing Classes:
Explanation, ExplanationPart

public interface ExplanationNode

Shared interface for Explanation and ExplanationPart: They both can have child parts added to them. Used by Instantiator and friends.

Version:
$Id: ExplanationNode.java,v 1.1 2006/01/16 12:20:21 cyganiak Exp $
Author:
Richard Cyganiak (richard@cyganiak)

Method Summary
 void addPart(ExplanationPart part)
           
 

Method Detail

addPart

public void addPart(ExplanationPart part)