org.activemath.content.items
Class DynamicItemLearningService
java.lang.Object
org.activemath.content.items.Item
org.activemath.content.items.DynamicItem
org.activemath.content.items.DynamicItemLearningService
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DynamicItemCMap, DynamicItemDM, DynamicItemExerciseSequencer
public abstract class DynamicItemLearningService
- extends DynamicItem
DynamicItem for learning services.
- See Also:
- Serialized Form
|
Field Summary |
protected static Category |
log
|
protected static String |
TYPE
This might be defined by OJConstants, because in JShopUtil this is
defined again. |
| Fields inherited from class org.activemath.content.items.Item |
copyrights, dependsOn, factory, flavorSet, forId, forIds, id, mbaseId, metadata, omdocTag, omdocType, relatedTo, relationsIn, relationsOut, shouldUseTitleFromID, theoryId, title, titles |
| Methods inherited from class org.activemath.content.items.DynamicItem |
getCopyrightData, getCopyrightElement, getForId, getForIds, getIncomingRelations, getMetadata, getMetadataElement, getOutgoingRelations, getQueryName, getQueryParameters, getReferences, getSerializedNumber, getServiceName, getTitles, getType, hasFlavors, initQueryParameters, initTitles, instanciateDynamicItem, isLazyTask, isNLGText, isServiceCall, isText, setLink, toOJDynamicItem, toString |
| Methods inherited from class org.activemath.content.items.Item |
equals, getDependsOn, getDifficulty, getFlavorSet, getFullDOM, getId, getMBaseId, getNumWords, getOmdocTag, getOmdocType, getRelatedTo, getSystemId, getTextualDOM, getTheoryId, getTitle, getTitle, getTitle, getTitles, hashCode, setUseTitleFromID |
log
protected static Category log
TYPE
protected static final String TYPE
- This might be defined by OJConstants, because in JShopUtil this is
defined again.
- See Also:
- Constant Field Values
DynamicItemLearningService
public DynamicItemLearningService(OJDynamicItem ojitem,
String id)