org.activemath.content.items
Class Theory

java.lang.Object
  extended by org.activemath.content.items.Item
      extended by org.activemath.content.items.Theory
All Implemented Interfaces:
Serializable

public class Theory
extends Item

A Theory item. A theory contains other Items.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.activemath.content.items.Item
copyrights, dependsOn, flavorSet, forId, forIds, id, log, mbase, mbaseId, metadata, omdocTag, omdocType, relatedTo, relationsIn, relationsOut, shouldUseTitleFromID, theoryId, title, titles, xml
 
Constructor Summary
Theory(String id)
           
 
Method Summary
 Collection getItemIds()
           
 String toString()
           
 
Methods inherited from class org.activemath.content.items.Item
equals, extractInfo, extractInfo, getCopyrightData, getCopyrightElement, getDependsOn, getDifficulty, getFlavorSet, getForId, getForIds, getFullDOM, getId, getIncomingRelations, getMBaseId, getMetadata, getMetadataElement, getNumWords, getOmdocTag, getOmdocType, getOutgoingRelations, getRelatedTo, getSystemId, getTextualDOM, getTheoryId, getTitle, getTitle, getTitle, getTitles, hasFlavors, hashCode, setUseTitleFromID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Theory

public Theory(String id)
Method Detail

getItemIds

public Collection getItemIds()

toString

public String toString()
Overrides:
toString in class Item