Serialized Form


Package de.cau.cs.kieler.core

Class de.cau.cs.kieler.core.KielerException extends Exception implements Serializable

serialVersionUID: -3050809849973311868L

Class de.cau.cs.kieler.core.KielerModelException extends Exception implements Serializable

serialVersionUID: 6763552087561256313L

Serialized Fields

causingModelObject

Object causingModelObject
the model object.

Class de.cau.cs.kieler.core.KielerRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 5052139882180628740L


Package de.cau.cs.kieler.core.math

Class de.cau.cs.kieler.core.math.KVectorChain extends LinkedList<KVector> implements Serializable

serialVersionUID: -7978287459602078559L


Package de.cau.cs.kieler.core.model.m2m

Class de.cau.cs.kieler.core.model.m2m.TransformException extends Exception implements Serializable

serialVersionUID: 4029871179354926492L


Package de.cau.cs.kieler.core.ui

Class de.cau.cs.kieler.core.ui.UnsupportedPartException extends RuntimeException implements Serializable

serialVersionUID: -3050609849973311868L

Serialized Fields

myNotSupportedObject

Object myNotSupportedObject

myOperation

String myOperation

myReason

String myReason

Package de.cau.cs.kieler.core.util

Class de.cau.cs.kieler.core.util.Pair.FirstComparator extends Object implements Serializable

serialVersionUID: 1L

Class de.cau.cs.kieler.core.util.Pair.SecondComparator extends Object implements Serializable

serialVersionUID: 1L


Package de.cau.cs.kieler.kev.views

Class de.cau.cs.kieler.kev.views.EclipseJSVGCanvas extends org.apache.batik.swing.JSVGCanvas implements Serializable

serialVersionUID: -3324506235308202723L

Serialized Fields

loadingStatusListener

SVGLoadingStatusListener loadingStatusListener
This one is a single loadingStatusListener so we can keep an eye on the svg document loading status.


Package de.cau.cs.kieler.kiml

Class de.cau.cs.kieler.kiml.UnsupportedGraphException extends RuntimeException implements Serializable

serialVersionUID: 669762537737088914L


Package de.cau.cs.kieler.kiml.util

Class de.cau.cs.kieler.kiml.util.KimlUtil.PortComparator extends Object implements Serializable

serialVersionUID: 7489650936528433087L

Serialized Fields

forward

boolean forward
indicates whether to treat ranks in forward direction.


layoutDirection

Direction layoutDirection
horizontal or vertical layout direction.


Package de.cau.cs.kieler.ksbase.core

Class de.cau.cs.kieler.ksbase.core.EditorTransformationSettings extends Object implements Serializable

serialVersionUID: 836873211581178353L

Serialized Fields

modelPackages

List<E> modelPackages
The model package class.


defaultIcon

String defaultIcon
Default icon for menu entries.


editorId

String editorId
Editor ID to which this setting is assigned.


transformationFile

String transformationFile
Transformatiopn file in which the transformations are defined. This is a String representing an absolute path.


context

String context
The context for the diagram editor, required for key bindings.


inplaceTransformations

HashMap<K,V> inplaceTransformations
The map of transformations, ordered by their transformation Id.


outplaceTransformations

HashMap<K,V> outplaceTransformations
The map of out-place transformations, those may only be used for validation.


menuContributions

LinkedList<E> menuContributions
List of menu contributions.


checkVisibility

boolean checkVisibility
Check visibility expressions?


commandHandler

String commandHandler
Command handler to be used by this editor. If this is empty, the default handler will be used.

Class de.cau.cs.kieler.ksbase.core.KSBasEMenuContribution extends Object implements Serializable

serialVersionUID: 7361142074727714589L

Serialized Fields

data

String data
If this contribution is a root contribution, the data is a locationURI, else it is the id of a menu.


label

String label
The label for this contribution, currently used for menus only.


commands

LinkedList<E> commands
The list of commands.


subMenus

LinkedList<E> subMenus
The list of sub menus.

Class de.cau.cs.kieler.ksbase.core.KSBasETransformation extends AbstractTransformation implements Serializable

serialVersionUID: 513784171695543063L

Serialized Fields

name

String name
Menu entry name.


transformation

String transformation
Transformation name.


icon

String icon
URI to icon.


keyboardShortcut

String keyboardShortcut
Assigned keyboard shortcut.


toolTip

String toolTip
ToolTip message of this transformation.


parameters

LinkedList<E> parameters
Ordered parameters.


transformationId

String transformationId
Id for this transformation.


visible

boolean visible
Flag for user defined transformations to control visibility.


validation

String validation
Additional validation transformation.


Package de.cau.cs.kieler.sim.kiem

Class de.cau.cs.kieler.sim.kiem.KiemExecutionException extends Exception implements Serializable

serialVersionUID: 1645050957113020503L

Serialized Fields

mustStop

boolean mustStop
The must stop flag indicating that the execution MUST be stopped.


mustPause

boolean mustPause
The must pause flag indicating that the execution MUST be paused.


silent

boolean silent
The silent flag indicates that the component handles the "error" and KIEM should not display any error or warning message.


cause

Exception cause
The cause of this Exception.

Class de.cau.cs.kieler.sim.kiem.KiemInitializationException extends Exception implements Serializable

serialVersionUID: -8183839879570123277L

Serialized Fields

mustStop

boolean mustStop
The must stop.


cause

Exception cause
The cause of this Exception.


silent

boolean silent
The silent flag.

Class de.cau.cs.kieler.sim.kiem.KiemMasterException extends Exception implements Serializable

serialVersionUID: 1645050957113020503L


Package de.cau.cs.kieler.sim.kiem.config.data

Class de.cau.cs.kieler.sim.kiem.config.data.AbstractStringWrapper extends Object implements Serializable

serialVersionUID: -6938469797661062126L

Serialized Fields

containedString

String containedString
The string contained in this component.

Class de.cau.cs.kieler.sim.kiem.config.data.EditorDefinition extends Object implements Serializable

serialVersionUID: -6893097591962955803L

Serialized Fields

name

String name
The name of the editor.


editorId

EditorIdWrapper editorId
editor id belonging to this editor.


isLocked

boolean isLocked
true if the editor should not be removed.

Class de.cau.cs.kieler.sim.kiem.config.data.EditorIdWrapper extends KiemPropertyKeyWrapper implements Serializable

serialVersionUID: 4496529332452044654L

Class de.cau.cs.kieler.sim.kiem.config.data.KiemPropertyKeyWrapper extends AbstractStringWrapper implements Serializable

serialVersionUID: 3028066549799152724L

Class de.cau.cs.kieler.sim.kiem.config.data.MostRecentCollection extends Object implements Serializable

serialVersionUID: 2058407694657397097L

Serialized Fields

capacity

int capacity
Maximum capacity of the list.


data

List<E> data
The data in the list.


Package de.cau.cs.kieler.sim.kiem.config.exception

Class de.cau.cs.kieler.sim.kiem.config.exception.AbstractKiemException extends Exception implements Serializable

serialVersionUID: 4240523346021805972L

Serialized Fields

info

Object info
May contain the faulty object causing the Exception.

Class de.cau.cs.kieler.sim.kiem.config.exception.KiemParserException extends AbstractKiemException implements Serializable

serialVersionUID: 1L

Class de.cau.cs.kieler.sim.kiem.config.exception.ScheduleFileMissingException extends AbstractKiemException implements Serializable

serialVersionUID: 7698889895856340476L


Package de.cau.cs.kieler.sim.kiem.config.managers

Class de.cau.cs.kieler.sim.kiem.config.managers.ScheduleComparator extends Object implements Serializable

serialVersionUID: -764086765589954316L

Serialized Fields

editor

EditorDefinition editor
the editor to use for comparison.


Package de.cau.cs.kieler.sim.kiem.internal

Class de.cau.cs.kieler.sim.kiem.internal.DataComponentWrapper extends Object implements Serializable

serialVersionUID: -4500131140237160894L

Serialized Fields

enabled

boolean enabled
The boolean enabled flag indicating whether the DataComponent is enabled or not.


properties

KiemProperty[] properties
Indicates that the properties are unfolded.


componentId

String componentId
The component id of the component for deserialization.


Package de.cau.cs.kieler.sim.kiem.properties

Class de.cau.cs.kieler.sim.kiem.properties.KiemProperty extends Object implements Serializable

serialVersionUID: -6897758298476417410L

Serialized Fields

key

String key
The String key of the KiemProperty.


value

String value
The String value of the KiemProperty.


propertyTypeId

String propertyTypeId
The propertyType id of the component for deserialization.

Class de.cau.cs.kieler.sim.kiem.properties.KiemPropertyException extends Exception implements Serializable

serialVersionUID: -1023528743545009469L

Serialized Fields

silent

boolean silent
The silent flag.


Package de.cau.cs.kieler.synccharts.text.actions.bridge

Class de.cau.cs.kieler.synccharts.text.actions.bridge.DiagnosticException extends KielerModelException implements Serializable

serialVersionUID: -6817110138240011322L

Serialized Fields

myDiagnostics

List<E> myDiagnostics

Package net.ogdf.bin

Class net.ogdf.bin.OgdfServerException extends RuntimeException implements Serializable

serialVersionUID: 8631325556340011630L


Package org.json

Class org.json.JSONException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Package sj.exceptions

Class sj.exceptions.CausalityException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.CurTickAlreadyDoneException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.CurTickNotDoneException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.NoPreSignalException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.PriorityException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.ProgramAlreadyTerminatedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.SignalAlreadyDeclaredException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.SignalNotDeclaredException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class sj.exceptions.ThreadException extends RuntimeException implements Serializable

serialVersionUID: 1L