Class ChangeVisitorBase<T>

java.lang.Object
org.incenp.obofoundry.kgcl.ChangeVisitorBase<T>
All Implemented Interfaces:
IChangeVisitor<T>
Direct Known Subclasses:
AutoIDAllocator, KGCLTextTranslator, OWLTranslator

public class ChangeVisitorBase<T> extends Object implements IChangeVisitor<T>
Dummy implementation of IChangeVisitor. KGCL visitors may extend this class instead of implementing the interface directly, and override only the methods they need to implement.