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 KielerException implements Serializable

serialVersionUID: 6763552087561256313L

Serialized Fields

causingModelObject

Object causingModelObject
the model object.


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.layout.util

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

serialVersionUID: 7489650936528433087L

Serialized Fields

forward

boolean forward
indicates whether to treat ranks in forward direction.


layoutDirection

LayoutDirection 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

modelPackageClass

String modelPackageClass
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.


transformations

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


menuContributions

LinkedList<E> menuContributions
List of menu contributions.


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.


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.

Class de.cau.cs.kieler.sim.kiem.KiemMasterException extends KielerException 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


Package de.cau.cs.kieler.synccharts.labelparser.bridge

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

serialVersionUID: -6817110138240011322L

Serialized Fields

myDiagnostics

List<E> myDiagnostics

Package de.cau.cs.kieler.viewmanagement

Class de.cau.cs.kieler.viewmanagement.TriggerEvent extends EventObject implements Serializable

Serialized Fields

triggerEvent

TriggerEventObject triggerEvent

Package org.json

Class org.json.JSONException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Package ptolemy.actor.kiel

Class ptolemy.actor.kiel.KielerCombine extends ptolemy.actor.TypedAtomicActor implements Serializable

Serialized Fields

function

ptolemy.kernel.util.StringAttribute function
The function to compute a combine operation on signals. This is a string-valued attribute that defaults to "add".


input

ptolemy.actor.TypedIOPort input
This is a multiport for input (known) signals.


output

ptolemy.actor.TypedIOPort output
Output a signal here iff any connected input signal is known. This is a constant value of "1" indicating the presence, always.


value

ptolemy.actor.TypedIOPort value
Output a resulting This is a constant value of "1", always.


_constValue

int _constValue

_function

int _function

_NONE

int _NONE

_ADD

int _ADD

_MULT

int _MULT

_MAX

int _MAX

_MIN

int _MIN

_OR

int _OR

_AND

int _AND

_CONST

int _CONST

_present

boolean _present

_countDownRegions

int _countDownRegions

_value

int _value

Class ptolemy.actor.kiel.KielerIO extends ptolemy.actor.TypedAtomicActor implements Serializable

Serialized Fields

present

ptolemy.data.expr.Parameter present

sname

ptolemy.data.expr.Parameter sname

value

ptolemy.data.expr.Parameter value

permanent

ptolemy.data.expr.Parameter permanent

trigger

ptolemy.actor.TypedIOPort trigger
This may trigger the actor in a DE domain.


signal

ptolemy.actor.TypedIOPort signal

Class ptolemy.actor.kiel.ModelRailwayIO extends ptolemy.actor.TypedAtomicActor implements Serializable

serialVersionUID: 388474308353640810L

Serialized Fields

host

ptolemy.data.expr.Parameter host
The host and port to make the connection to, i.e., where the Model Railway interface program is running. Often this is set to the string value 'localhost' for the host and 2000 for the port.


port

ptolemy.data.expr.Parameter port

trigger

ptolemy.actor.TypedIOPort trigger
This may trigger the actor in a DE domain.


tracks

ptolemy.actor.TypedIOPort tracks
Set the speed of some tracks using RecordTokens like port={track5={motormode=1,speed=100} where motormode can be off(0), primary(1), secondary(2) or brake(3) DEFAULT is primary(1) and speed is a value between 0 .. 100 DEFAULT is 0


points

ptolemy.actor.TypedIOPort points
Set a point using RecordTokens like port={point21={turn=0}} where a turn value of 0 indicates straight and a turn value of 1 indicates turn position DEFAULT is straight(0)


signals

ptolemy.actor.TypedIOPort signals
Set a signal using RecordTokens like port={signal2a={lights=2}} where a means first and b second signal in default driving direction of the selected track (here 2) and lights can be off(0), red(1), yellowgreen(2), green(4) DEFAULT is red(1)


contact

ptolemy.actor.TypedIOPort contact
This will hold ArrayTokens of reed contact values of not triggered(-1), triggered first(0) and triggered second(1) in default driving direction


occupied

ptolemy.actor.TypedIOPort occupied
This will hold ArrayTokens of occupied values of not occupied(0) or occupied(1)


RI

ModelRailwayIO.RailwayInterface RI

Class ptolemy.actor.kiel.ModelRailwayMerge extends ptolemy.actor.TypedAtomicActor implements Serializable

serialVersionUID: -9020218510188527454L

Serialized Fields

input

ptolemy.actor.TypedIOPort input
This is a multiport of type RecordToken that will be merged


output

ptolemy.actor.TypedIOPort output
This will contain all merged RecordTokens, if there are any

Class ptolemy.actor.kiel.SyncChartDirector extends ptolemy.actor.sched.FixedPointDirector implements Serializable

Serialized Fields

statesignals

ptolemy.kernel.util.Attribute statesignals

_index

int _index
The current index of the model.


_receivers

List<E> _receivers
List of all receivers this director has created.


_actorsAllowedToFire

Set<E> _actorsAllowedToFire
The set of actors that have returned true in their prefire() methods in the current iteration. This is used only to check monotonicity constraints.


_actorsFinishedFiring

Set<E> _actorsFinishedFiring
The set of actors that have been fired in this iteration with all inputs known.


_actorsFired

Set<E> _actorsFired
Actors that were fired in the most recent invocation of the fire() method.


_cachedAllInputsKnown

Set<E> _cachedAllInputsKnown
The set of actors that have all inputs known in the given iteration.


_cachedFunctionalProperty

boolean _cachedFunctionalProperty
The cache of the functional property of the container of this director.


_currentNumberOfKnownReceivers

int _currentNumberOfKnownReceivers
The current number of receivers with known state.


_currentIteration

int _currentIteration
The count of iterations executed.


_lastNumberOfKnownReceivers

int _lastNumberOfKnownReceivers
The number of receivers with known state on the last phase of actor firings.


_realStartTime

long _realStartTime
The real time at which the model begins executing.