oor.model
Interface Repository

All Superinterfaces:
Module
All Known Implementing Classes:
RDBMSRepository

public interface Repository
extends Module

A repository stores the ontology along with its metadata.

Author:
Mike Dean

Method Summary
 void addContent(Content content)
          Add the specified content to this repository.
 void deleteContent(Content content)
          Remove the specified content from this repository.
 java.util.Iterator<Content> listContents()
          List all content in this repository.
 

Method Detail

listContents

java.util.Iterator<Content> listContents()
List all content in this repository.


addContent

void addContent(Content content)
Add the specified content to this repository.

Parameters:
ontology -

deleteContent

void deleteContent(Content content)
Remove the specified content from this repository.

Parameters:
ontology -