org.activemath.omdocjdom
Interface Infoable

All Known Subinterfaces:
OJNode
All Known Implementing Classes:
Dependency, Dependency.IDElement, JDM, MBaseItem, OJDynamicItem, OJElement, OJgroup, OJItem, OJoms, OJref, OJText

public interface Infoable

A simple interface to denote objects capable of storing and retrieving any type of information in one slot.

The information stored is not typed thereby freeing the cascade of (possibly useless) class-loading.

WARNING: This interface will most probably change package soon.

Version:
0.1

Method Summary
 Object getInfo()
           
 void setInfo(Object ob)
           
 

Method Detail

setInfo

void setInfo(Object ob)

getInfo

Object getInfo()