org.activemath.omdocjdom.map
Interface OJMap
- All Known Implementing Classes:
- JDM
public interface OJMap
A set of methods to describe what is expected of a map of OMDoc documents.
doesIdExist
boolean doesIdExist(ID id)
getLastModified
Date getLastModified(ID id)
getLastUpdate
Date getLastUpdate()
getType
String getType(ID id)
listCollectionContent
Iterator listCollectionContent(String collection,
String type)
listTheoryContent
Iterator listTheoryContent(ID theoryId)
listTheories
Iterator listTheories(String collection)