Protege-2000 1.7

edu.stanford.smi.protege.storage.clips
Class ClsStorer

java.lang.Object
  |
  +--edu.stanford.smi.protege.storage.clips.ClipsFileWriter
        |
        +--edu.stanford.smi.protege.storage.clips.ClsStorer

public class ClsStorer
extends ClipsFileWriter

Store a set of classes in Clips ontology file format Clips requires that clses be stored so that there are no forward references so we start at root and descendend the class hierarchy writing out classes whose parents have already been written out.

Author:
Ray Fergerson

Constructor Summary
ClsStorer(Writer writer)
           
 
Method Summary
 void storeClses(KnowledgeBase kb, Collection errors)
           
 
Methods inherited from class edu.stanford.smi.protege.storage.clips.ClipsFileWriter
flush, print, print, printFrame, println, println, printSucceeded, printSymbol, toExternalFrameName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClsStorer

public ClsStorer(Writer writer)
Method Detail

storeClses

public void storeClses(KnowledgeBase kb,
                       Collection errors)

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.