Serialized Form
|
Package org.activemath.abstractcontent |
description
String description
- interally stores this exception's description
exception
Exception exception
- internally stores this exception's given sub-exception
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
id
MBaseID id
userName
String userName
|
Package org.activemath.applets |
inittingThread
Thread inittingThread
button
Button button
startRightAway
boolean startRightAway
frame
Frame frame
applet
Applet applet
isTeacherConsole
boolean isTeacherConsole
isActive
boolean isActive
isSwing
boolean isSwing
command
String command
result
String result
consoleArea
ConsoleArea consoleArea
input
TextField input
save
Button save
moreNewsThread
Thread moreNewsThread
appletLoader
AppletLoader appletLoader
pastel
String pastel
commandPromptPosition
int commandPromptPosition
resultPosition
int resultPosition
selectedCommand
int selectedCommand
actionListeners
Vector<E> actionListeners
previousCommands
Vector<E> previousCommands
isEditable
boolean isEditable
dumbSwitch
boolean dumbSwitch
message
String message
kordSys
PeripherieWinkel.KOrdSys kordSys
console
ConsoleArea console
width
int width
height
int height
angle
int angle
mitteX
int mitteX
mitteY
int mitteY
radius
int radius
pw
PeripherieWinkel pw
offscreenImage
Image offscreenImage
offscreenGraphics
Graphics offscreenGraphics
aX
int aX
aY
int aY
bX
int bX
bY
int bY
cX
int cX
cY
int cY
xPos
String xPos
yPos
String yPos
darkgreen
Color darkgreen
didChange
boolean didChange
newStub
RelayedAppletStub newStub
proxyURL
URL proxyURL
language
String language
selectedType
String selectedType
menuStructure
Properties menuStructure
phrases
Properties phrases
rootMenu
JMenu rootMenu
|
Package org.activemath.applets.exercises |
connections
Color[] connections
pendingFrom
int pendingFrom
pendingTo
int pendingTo
pendingDecoration
String pendingDecoration
lengthLeft
int lengthLeft
lengthRight
int lengthRight
inputStroke
Stroke inputStroke
|
Package org.activemath.author.toc |
langSupport
boolean langSupport
stringPanel
StringListPanel stringPanel
verticalBox
Box verticalBox
updateButton
JButton updateButton
element
OJElement element
name
String name
main_frame
TOC main_frame
config
Subconfiguration config
session
AMSessionInfo session
sourceFileName
String sourceFileName
root
DefaultMutableTreeNode root
draggedNode
DefaultMutableTreeNode draggedNode
dragged_nodes
Vector<E> dragged_nodes
treeArea
JTree treeArea
mBase
MBaseRef mBase
nodeDecorator
ASyncTreeNodeDecorator nodeDecorator
tocWindow
TOC tocWindow
secure_client
ActiveMathAuthenticatedConnection secure_client
outputter
org.jdom.output.XMLOutputter outputter
saxBuilder
OJSAXBuilder saxBuilder
idPanel
IDPanel idPanel
verticalBox
Box verticalBox
updateButton
JButton updateButton
element
OJElement element
idName
String idName
parentTOC
TOC parentTOC
idLabel
JLabel idLabel
idText
ImprovedJTextField idText
upperBox
Box upperBox
session
AMSessionInfo session
oldSession
AMSessionInfo oldSession
parent
JFrame parent
okButton
JButton okButton
cancelButton
JButton cancelButton
testButton
JButton testButton
buttonPanel
JPanel buttonPanel
userNameField
ImprovedJTextField userNameField
sessionNameField
ImprovedJTextField sessionNameField
serverNameField
ImprovedJTextField serverNameField
textInputPanel
JPanel textInputPanel
verticalBox
Box verticalBox
listScroller
JScrollPane listScroller
list
JList list
langSupport
boolean langSupport
name
String name
defaultRole
String defaultRole
languageLabel
JLabel languageLabel
languageBox
JComboBox languageBox
newItemLabel
JLabel newItemLabel
newItemContent
ImprovedJTextField newItemContent
addButton
JButton addButton
removeButton
JButton removeButton
upperBox
Box upperBox
centralBox
Box centralBox
lowerBox
Box lowerBox
parent
DCMetaEditPanel parent
tree
EditableTOCJTree tree
treeScroller
JScrollPane treeScroller
config
Subconfiguration config
tabbedPane
JTabbedPane tabbedPane
session
AMSessionInfo session
fileName
String fileName
abstract_file_name
String abstract_file_name
isFile
boolean isFile
changesSaved
boolean changesSaved
menuBar
TOCMenuBar menuBar
idPanel
IDEditPanel idPanel
titlePanel
DCMetaEditPanel titlePanel
contribPanel
DCMetaEditPanel contribPanel
creatorPanel
DCMetaEditPanel creatorPanel
addTreeNodeMenu
JPopupMenu addTreeNodeMenu
run_as_applet
boolean run_as_applet
systemClipboard
Clipboard systemClipboard
BookId
String BookId
sessionId
String sessionId
user
String user
tocEditUrl
String tocEditUrl
loadImpossible
boolean loadImpossible
mainClassLoaded
boolean mainClassLoaded
window
TOC window
button
Button button
loadImpossible
boolean loadImpossible
mainClassLoaded
boolean mainClassLoaded
windowTable
Hashtable<K,V> windowTable
|
Package org.activemath.config |
cause
Throwable cause
|
Package org.activemath.content.items |
type
String type
- The type of this Object, which can be one of the TYPE defined in his sub
classes.
serviceName
String serviceName
- Actually this is only used for service like icmap. But we set this member
just empty for other kind of DynamicItem.
queryName
String queryName
- the queryname or pedagogical Objective, like "introduction",
"getexcersise"
references
List<E> references
- a List of all mbase references(String)
queryParameters
List<E> queryParameters
- A List, which contains property, value pairs as Lists.
This is specially for
extern service call and any other services, which is still not
considered. All other properties which special for particular purpose can
be defined in this HashMap. Actually this is only used for service like
icmap. But we set this member just empty for other kind of DynamicItem.
userId
String userId
- Currently there's no case we need to store this information.
But every DynamicItem must corresponds to unique user.
Besides, each DynamicItem should have titles.
TODO: Titles should adapt to different users, which is currently not the case.
omobj
org.jdom.Element omobj
- An OMOBJ which comes from OJDynamicItem. We don't touch the content and just
pass it through to the model and even to presentation level.
serialVersionUID: 2L
exerciseDOM
OJElement exerciseDOM
- contains the most information of this object.
Method getTextualDOM() return this member.
dom
OJElement dom
omobj
org.jdom.Element omobj
serialVersionUID: 1L
bookId
String bookId
serialVersionUID: 2L
dom
OJElement dom
- The XML-Element we construct
bookId
String bookId
serialVersionUID: 1L
serialVersionUID: 3L
omtext
OJElement omtext
- Contains the most information of this object. Method getTextualDOM()
return this member.
cmpList
List<E> cmpList
url
String url
interactions
List<E> interactions
version
String version
xslFileName
String xslFileName
ojmetadata
OJElement ojmetadata
exercise
org.jdom.Element exercise
item
Item item
mbaseRef
MBaseRef mbaseRef
flavorMap
Map<K,V> flavorMap
myFlavors
List<E> myFlavors
flavorsInitted
boolean flavorsInitted
allRelatedOnes
Set<E> allRelatedOnes
stack
Stack<E> stack
factory
ItemFactory factory
id
String id
mbaseId
MBaseID mbaseId
title
String title
shouldUseTitleFromID
boolean shouldUseTitleFromID
titles
Map<K,V> titles
omdocTag
String omdocTag
omdocType
String omdocType
numWords
int numWords
copyrights
Map<K,V> copyrights
metadata
Metadata metadata
forId
String forId
forIds
List<E> forIds
theoryId
String theoryId
dependsOn
List<E> dependsOn
relatedTo
List<E> relatedTo
relationsOut
List<E> relationsOut
relationsIn
List<E> relationsIn
flavorSet
FlavorSet flavorSet
itemIds
Collection<E> itemIds
|
Package org.activemath.content.mediator |
|
Package org.activemath.content.mediator.kbimpl |
|
Package org.activemath.content.mediator.query |
|
Package org.activemath.content.mediator.rewriter |
|
Package org.activemath.content.query |
|
Package org.activemath.drafts |
|
Package org.activemath.events |
type
String type
- Type of event ("LoggedIn", "StartExercise", ...)
timestamp
long timestamp
- System time when the event happened
source
Object source
- Source/producer of event
id
long id
- Id of event (defaults to
-1)
userId
String userId
groupId
String groupId
sessionId
String sessionId
itemId
String itemId
bookId
String bookId
|
Package org.activemath.events.types |
assessment
List<E> assessment
xmlDescr
String xmlDescr
conceptId
String conceptId
- The concept the belief has been updated for.
mastery
int mastery
plausibility
double plausibility
masteries
Map<K,V> masteries
- key: competency
value: Integer mastery in [0, 100], -1 for unknown
plausibilities
Map<K,V> plausibilities
- key: competency
value: Integer plausibility in [0, 1]
indirectEvidences
Map<K,V> indirectEvidences
- key: competency
value: Boolean whether indirct evidence has been used, true if yes
userId
String userId
sessionId
String sessionId
coordinate
String coordinate
omobj
String omobj
userAgent
String userAgent
dragging
String dragging
acceptHeader
String acceptHeader
resultMimeType
String resultMimeType
query
String query
queryOJE
OJElement queryOJE
numResults
int numResults
itemId
String itemId
actionDescription
String actionDescription
- The identifier of the action executed by the learner, which in this case
is the identifier of a differentiation (or simplification? rule).
itemId
String itemId
overallTask
String overallTask
- A description of the overall task that the student have attempted to
solve. Originally, this is aimed at exercises on symbolic differentiation
as supported by GLEAM (the local tutorial dialogue exercise subsystem),
in which case it contains the symbolic expression the learner was suppose
to differentiate, e.g. "differentiate sin(x^2)". In other cases, this
field should be
null.
TODO Specify the notation (OMDoc? OQMath?) used to encode the
mathematical expression.
successRate
double successRate
- Success rate achieved by the learner in the exercise, except on exercises
managed by GLEAM, which does not provide this value but termination
status.
terminationStatus
String terminationStatus
itemId
String itemId
currentProblemDescription
String currentProblemDescription
itemId
String itemId
hintDescription
String hintDescription
- The hint generated by the system to provide scaffolding help, e.g.,
"identify form of the statement" "apply the chain rule" etc. (requires
mapping from hints to ids).
numHints
int numHints
numSteps
int numSteps
durationSecs
int durationSecs
successRate
double successRate
exerciseSystem
String exerciseSystem
endState
String endState
metadataRecords
List<E> metadataRecords
wasFinished
boolean wasFinished
wasGivenUp
boolean wasGivenUp
sequencerId
String sequencerId
howFinished
String howFinished
finishedExercises
List<E> finishedExercises
sequencerId
String sequencerId
bookId
String bookId
pedagogicalObjective
String pedagogicalObjective
contentIdentifiers
List<E> contentIdentifiers
itemId
String itemId
overallTask
String overallTask
- A description of the overall task that the student is attempting to
solve. Originally, this is aimed at exercises on symbolic differentiation
as supported by GLEAM (the local tutorial dialogue exercise subsystem),
in which case it contains the symbolic expression the learner is suppose
to differentiate, e.g. "differentiate sin(x^2)". In other cases, this
field should be
null.
TODO Specify the notation (OMDoc? OQMath?) used to encode the
mathematical expression.
itemId
String itemId
metadataRecords
List<E> metadataRecords
userInput
List<E> userInput
userInputDelay
Integer userInputDelay
achievement
double achievement
confidence
int confidence
stepDuration
long stepDuration
misconceptions
List<E> misconceptions
allMetadata
org.jdom.Element allMetadata
allInputData
org.jdom.Element allInputData
hint
boolean hint
inputEncodingError
boolean inputEncodingError
competencySystem
CompetencySystem competencySystem
windowName
String windowName
gotFocus
boolean gotFocus
value
int value
bookId
String bookId
pageId
String pageId
newItemsIds
String newItemsIds
itemId
String itemId
bookId
String bookId
pageId
String pageId
itemId
String itemId
itemId
String itemId
pageNum
int pageNum
itemId
String itemId
duration
int duration
itemId
String itemId
oldAssessment
Map<K,V> oldAssessment
newAssessment
Map<K,V> newAssessment
collections
Collection<E> collections
addedIds
List<E> addedIds
removedIds
List<E> removedIds
changedIds
List<E> changedIds
finished
boolean finished
noteId
String noteId
owner
String owner
itemId
String itemId
title
String title
text
String text
isPublic
boolean isPublic
noteId
String noteId
owner
String owner
itemId
String itemId
title
String title
text
String text
isPublic
boolean isPublic
noteId
String noteId
owner
String owner
itemId
String itemId
title
String title
text
String text
isPublic
boolean isPublic
noteId
String noteId
owner
String owner
itemId
String itemId
title
String title
text
String text
isPublic
boolean isPublic
page
int page
reportType
String reportType
query
String query
queryTimeMillis
long queryTimeMillis
numEvents
int numEvents
numResults
int numResults
itemId
String itemId
mastery
int mastery
itemId
String itemId
liking
int liking
pride
int pride
satisfaction
int satisfaction
surveyId
String surveyId
toolName
String toolName
userId
String userId
userGroup
String userGroup
tutorialInteractionId
String tutorialInteractionId
pedagogicalObjective
String pedagogicalObjective
contentIdentifiers
List<E> contentIdentifiers
- List of String
initialWorldState
Map<K,V> initialWorldState
- Map of initial world states for course generation
originalSource
String originalSource
documentString
String documentString
url
String url
referrer
String referrer
bookId
String bookId
bookId
String bookId
title
String title
groupingId
String groupingId
scenario
String scenario
goals
String[] goals
bookId
String bookId
oldTitle
String oldTitle
newTitle
String newTitle
bookId
String bookId
title
String title
description
String description
omdocXml
String omdocXml
userName
String userName
userData
Map<K,V> userData
feedbackType
UserFeedbackEventTag.FeedbackType feedbackType
remoteAddr
String remoteAddr
userAgent
String userAgent
sessionDurationSecs
int sessionDurationSecs
property
String property
oldValue
String oldValue
newValue
String newValue
userName
String userName
viewName
String viewName
windowName
String windowName
|
Package org.activemath.exercises.model |
|
Package org.activemath.exercises.parsers |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.activemath.omdocjdom |
publicID
String publicID
collection
String collection
theory
String theory
name
String name
mid
String mid
cause
Throwable cause
filePath
String filePath
lineNr
int lineNr
columnNr
int columnNr
refElement
OJElement refElement
lastAttemptedID
ID lastAttemptedID
collection
OJCollection collection
info
Object info
file
File file
lastModificationDate
Date lastModificationDate
id
ID id
- A buffer to store the id of the element for the first time it is computed.
Beware that it is not reset by anything like a detach or setParent(),
whereas there may be reasons it should
info
Object info
targetID
ID targetID
targetID
ID targetID
pointerID
ID pointerID
- The
ID value underneath, may be null until it is
computed using OJReferenceAttribute.computeID().
info
Object info
|
Package org.activemath.omdocjdom.collsync |
pattern1
Pattern pattern1
pattern2
Pattern pattern2
collSyncMaps
Map<K,V> collSyncMaps
cleaner
org.activemath.omdocjdom.collsync.CSServlet.CollectionSyncCleaner cleaner
|
Package org.activemath.omdocjdom.map |
idOfElementTransformer
Transformer idOfElementTransformer
baseDir
File baseDir
- The directory from which to resolve all other paths
collectionId
String collectionId
- The collection ID in order to answer for collection-based ID-requests
|
Package org.activemath.omdocjdom.mbase |
hashtable
Hashtable<K,V> hashtable
surroundingMBaseRef
MBaseRef surroundingMBaseRef
mbase
OmdocJdomMBase mbase
table
ElementFromIDTable table
surroundingMBaseRef
MBaseRef surroundingMBaseRef
paths
List<E> paths
- The list of paths to load. Includes directories, is determined by configuration.
documents
List<E> documents
- The list of loaded
OJDocuments.
basePath
File basePath
saxBuilder
OJSAXBuilder saxBuilder
debugOutputter
org.jdom.output.XMLOutputter debugOutputter
collection
String collection
verbosity
int verbosity
applyHeuristics
boolean applyHeuristics
errorReporter
MBaseErrorReporter errorReporter
startRhino
boolean startRhino
portNumber
int portNumber
server
OJXMLRPCmbaseServer server
lastException
Exception lastException
correction
int correction
buildException
Exception buildException
table
ElementFromIDTable table
builder
MBaseBuilder builder
lock
ReadWriteLock lock
|
Package org.activemath.omdocjdom.rephrase |
omobj
OJElement omobj
edges
List<E> edges
nodes
List<E> nodes
- This set is a list of "preferrability", the least requirement being
that the "general" CD is the last.
fromOmobj
OJElement fromOmobj
toOmobj
OJElement toOmobj
matcher
OMMatcher matcher
fromSymbolsTargets
Set<E> fromSymbolsTargets
|
Package org.activemath.presentation |
timeStamp
long timeStamp
id
String id
format
String format
lang
String lang
content
byte[] content
contentUTF8
String contentUTF8
config
Subconfiguration config
|
Package org.activemath.presentation.formats |
|
Package org.activemath.sequencer |
serialVersionUID: 1L
|
Package org.activemath.studentmodel2.simulation |
exerciseId
String exerciseId
forId
String forId
userId
String userId
achievement
double achievement
competencies
List<E> competencies
competencyLevel
CompetencyLevel competencyLevel
difficulty
Difficulty difficulty
IRTdifficulty
double IRTdifficulty
|
Package org.activemath.tutor.coursegen.learnerModel |
|
Package org.activemath.util |
menuShortcutKeyMask
int menuShortcutKeyMask
commandPromptPosition
int commandPromptPosition
resultPosition
int resultPosition
toAddAtNextTextValueChanged
int toAddAtNextTextValueChanged
lastKeyPressed
int lastKeyPressed
selectedCommand
int selectedCommand
leftHereCommand
String leftHereCommand
previousCommands
Vector<E> previousCommands
inStreamEmul
org.activemath.util.StreamedConsole.InStreamEmul inStreamEmul
outStreamEmul
org.activemath.util.StreamedConsole.OutStreamEmul outStreamEmul
|
Package org.activemath.util.OMconverters |
throwable
Throwable throwable
- if the raise of the OMConvertException is the consequence
of a previous exception one of the constructors provides the
possibility to input that underlying exception which is stored here
|
Package org.activemath.webapp.adapterrex |
serialVersionUID: 1L
remoteSessionMap
Map<K,V> remoteSessionMap
serviceurl
String serviceurl
|
Package org.activemath.webapp.base |
defaultLanguage
String defaultLanguage
- The two character abbreviation for the request's default
language.
|
Package org.activemath.webapp.base.external |
errorCode
int errorCode
|
Package org.activemath.webapp.base.external.ilias |
ILIASSoapWebservicePort_address
String ILIASSoapWebservicePort_address
ILIASSoapWebservicePortWSDDServiceName
String ILIASSoapWebservicePortWSDDServiceName
ports
HashSet<E> ports
ops_id
int ops_id
operation
String operation
description
String description
__equalsCalc
Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
usr_id
int usr_id
login
String login
passwd
String passwd
firstname
String firstname
lastname
String lastname
title
String title
gender
String gender
email
String email
institution
String institution
street
String street
city
String city
zipcode
String zipcode
country
String country
phone_office
String phone_office
last_login
String last_login
last_update
String last_update
create_date
String create_date
hobby
String hobby
department
String department
phone_home
String phone_home
phone_mobile
String phone_mobile
fax
String fax
time_limit_owner
int time_limit_owner
time_limit_unlimited
int time_limit_unlimited
time_limit_from
int time_limit_from
time_limit_until
int time_limit_until
time_limit_message
int time_limit_message
referral_comment
String referral_comment
matriculation
String matriculation
active
int active
accepted_agreement
boolean accepted_agreement
approve_date
String approve_date
user_skin
String user_skin
user_style
String user_style
user_language
String user_language
import_id
String import_id
__equalsCalc
Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
|
Package org.activemath.webapp.clip |
omobjString
String omobjString
clipId
long clipId
accessTime
long accessTime
serverSession
String serverSession
exerciseSession
String exerciseSession
|
Package org.activemath.webapp.dict |
userLang
String userLang
analyzer
AMAnalyzer analyzer
encoder
CharsetEncoder encoder
imageTagStart
String imageTagStart
fieldSelectors
Map<K,V> fieldSelectors
langs
List<E> langs
idFieldSelector
org.apache.lucene.document.FieldSelector idFieldSelector
alreadyPassedIds
Set<E> alreadyPassedIds
queryPack
AMQueryPack queryPack
dictNum
int dictNum
stepNum
int stepNum
scrollX
int scrollX
scrollY
int scrollY
minItemAndLastScroll
boolean minItemAndLastScroll
currentFocusInput
String currentFocusInput
searchMode
String searchMode
itemView
ItemView itemView
stringQ
String stringQ
lastAction
String lastAction
policy
SearchPolicy policy
dum
DictUserMessage dum
accepted4Langs
String accepted4Langs
id
String id
mbaseRef
MBaseRef mbaseRef
itemLanguage
String itemLanguage
viewMode
String viewMode
essentialRelationsFromItem
RelationsPackView essentialRelationsFromItem
essentialRelationsToItem
RelationsPackView essentialRelationsToItem
forWhatIsItem
RelationsPackView forWhatIsItem
itemsForThis
RelationsPackView itemsForThis
booksWhereItAppears
RelationsPackView booksWhereItAppears
displayMetadata
RelationsPackView displayMetadata
appSession
AppSession appSession
|
Package org.activemath.webapp.dict.queries |
list
List<E> list
queriesByName
Map<K,V> queriesByName
logicalOperator
Boolean logicalOperator
queryList
AMQueryList queryList
onlyImportantConceptsOfThisBook
boolean onlyImportantConceptsOfThisBook
allRequired
boolean allRequired
language
String language
limitToBook
boolean limitToBook
limitToConcepts
boolean limitToConcepts
|
Package org.activemath.webapp.exercises.tools |
interactionId
String interactionId
parent
Exercise parent
interactionContent
Map<K,V> interactionContent
head
boolean head
reachable
boolean reachable
visited
boolean visited
_techId
int _techId
_IENr
int _IENr
feedback
org.jdom.Element feedback
interactionMap
org.jdom.Element interactionMap
answerMap
org.jdom.Element answerMap
from
String from
to
String to
type
String type
|
Package org.activemath.webapp.exercises.tools.graph |
update
edu.berkeley.guir.prefuse.activity.ActionList update
layout
edu.berkeley.guir.prefuse.activity.ActionList layout
animate
edu.berkeley.guir.prefuse.activity.ActionList animate
filter
edu.berkeley.guir.prefuse.activity.ActionList filter
highlight
edu.berkeley.guir.prefuse.activity.ActionList highlight
registry
edu.berkeley.guir.prefuse.ItemRegistry registry
loader
GraphLoader loader
display
edu.berkeley.guir.prefuse.Display display
menu
JPopupMenu menu
toolTipManager
edu.berkeley.guir.prefuse.util.display.ToolTipManager toolTipManager
appRoot
String appRoot
queryURL
URL queryURL
exerciseId
String exerciseId
|
Package org.activemath.webapp.extasy.graph |
update
edu.berkeley.guir.prefuse.activity.ActionList update
layout
edu.berkeley.guir.prefuse.activity.ActionList layout
animate
edu.berkeley.guir.prefuse.activity.ActionList animate
filter
edu.berkeley.guir.prefuse.activity.ActionList filter
highlight
edu.berkeley.guir.prefuse.activity.ActionList highlight
registry
edu.berkeley.guir.prefuse.ItemRegistry registry
display
edu.berkeley.guir.prefuse.Display display
menu
JPopupMenu menu
userId
String userId
baseURL
URL baseURL
|
Package org.activemath.webapp.notes.db |
|
Package org.activemath.webapp.report.data |
user
User user
item
Item item
startEvent
ExerciseStartedEvent startEvent
endEvent
ExerciseFinishedEvent endEvent
stepEvents
List<E> stepEvents
|
Package org.activemath.webapp.servlets |
checkModified
boolean checkModified
expiryTimeMinutes
int expiryTimeMinutes
services
Map<K,V> services
|
Package org.activemath.webapp.tools.data.storage |
|
Package org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI |
|
Package org.activemath.webapp.user |
roles
UserRoleSet roles
cause
Throwable cause
- The underlying
Throwable that caused this Exception, if any.
|
Package org.activemath.webapp.user.account |
|
Package org.activemath.webapp.ws |