Serialized Form


Package pl.edu.agh.cast.common

Class pl.edu.agh.cast.common.HexColor extends Object implements Serializable

serialVersionUID: 756271361522140609L

Serialized Fields

red

int red

green

int green

blue

int blue

Class pl.edu.agh.cast.common.ReplicationException extends Exception implements Serializable

serialVersionUID: -5104399555264294947L


Package pl.edu.agh.cast.common.collections

Class pl.edu.agh.cast.common.collections.MultiMap extends Object implements Serializable

serialVersionUID: -6630954447230540687L

Serialized Fields

map

Map<K,V> map
The underlying Map


allowDuplicates

boolean allowDuplicates
Whether duplicate values are allowed for one key.


Package pl.edu.agh.cast.data.converter

Class pl.edu.agh.cast.data.converter.ConverterException extends ModelException implements Serializable

serialVersionUID: 2733015516372047254L


Package pl.edu.agh.cast.data.model

Class pl.edu.agh.cast.data.model.AbstractDataSet extends PropertyContainer implements Serializable

serialVersionUID: -8093586590566274976L

Serialized Fields

dataSetDescriptor

DataSetDescriptor dataSetDescriptor

elementMap

HashMap<K,V> elementMap

typeElementMap

MultiMap<K,V> typeElementMap

mpmMap

HashMap<K,V> mpmMap

Class pl.edu.agh.cast.data.model.AbstractElement extends PropertyContainer implements Serializable

serialVersionUID: -7626620241941424910L

Serialized Fields

id

UUID id

type

Type type

dataSet

IDataSet<T extends IElement> dataSet

Class pl.edu.agh.cast.data.model.DataSetDescriptor extends Object implements Serializable

serialVersionUID: -6820646817583239120L

Serialized Fields

id

UUID id

type

Type type

name

String name

creationDate

Date creationDate

Class pl.edu.agh.cast.data.model.ModelException extends RuntimeException implements Serializable

serialVersionUID: 4467909025057826986L

Class pl.edu.agh.cast.data.model.Type extends Object implements Serializable

serialVersionUID: -8329918968844945592L

Serialized Fields

typeClass

Class<T> typeClass
Associated Java class.


Package pl.edu.agh.cast.data.model.domain

Class pl.edu.agh.cast.data.model.domain.DomainDataSet extends AbstractDataSet<T extends IDomainElement> implements Serializable

serialVersionUID: -3994631839258607678L

Class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor extends DataSetDescriptor implements Serializable

serialVersionUID: 950111382482105067L

Serialized Fields

sourceName

String sourceName

sourceDescription

String sourceDescription

sourceDate

Date sourceDate

Package pl.edu.agh.cast.data.model.general

Class pl.edu.agh.cast.data.model.general.Entity extends AbstractElement implements Serializable

serialVersionUID: -2290747095759516474L

Serialized Fields

name

String name
The name of the entity.


incomingRelations

IReferenceList<T extends Identifiable> incomingRelations
Relations having the current entity as their target.


outgoingRelations

IReferenceList<T extends Identifiable> outgoingRelations
Relations having the current entity as their source.

Class pl.edu.agh.cast.data.model.general.GeneralDataSet extends DomainDataSet<T extends IGeneralElement> implements Serializable

serialVersionUID: -4390644196085485179L

Class pl.edu.agh.cast.data.model.general.ManyToManyRelation extends AbstractElement implements Serializable

serialVersionUID: -3050775721763494814L

Serialized Fields

sources

IReferenceList<T extends Identifiable> sources
Source entities associated with the relation.


targets

IReferenceList<T extends Identifiable> targets
Target entities associated with the relation.


directed

boolean directed

Class pl.edu.agh.cast.data.model.general.OneToOneRelation extends ManyToManyRelation implements Serializable

serialVersionUID: -224035298189521958L

Class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation extends ManyToManyRelation implements Serializable

serialVersionUID: 1814332846226218798L

Serialized Fields

startDate

Date startDate
Date of the relation's occurrence start.


endDate

Date endDate
Date of the relation's occurrence end.

Class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation extends TimedManyToManyRelation implements Serializable

serialVersionUID: 2807506013337932167L


Package pl.edu.agh.cast.data.model.general.sample

Class pl.edu.agh.cast.data.model.general.sample.SampleGeneralDataSet extends GeneralDataSet<IGeneralElement> implements Serializable

serialVersionUID: -7916059932750231321L


Package pl.edu.agh.cast.data.model.presentation

Class pl.edu.agh.cast.data.model.presentation.PresentationDataSet extends AbstractDataSet<T extends IPresentationElement<? extends IElement>> implements Serializable

serialVersionUID: -8999420234770428103L

Serialized Fields

pcpHelper

PropertyChangeProviderHelper pcpHelper

visualDataSet

IVisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>> visualDataSet

originalDataSets

IReferenceList<T extends Identifiable> originalDataSets

Class pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor extends DataSetDescriptor implements Serializable

serialVersionUID: -92985955094657395L

Class pl.edu.agh.cast.data.model.presentation.PresentationElement extends AbstractElement implements Serializable

serialVersionUID: -29365782589711222L

Serialized Fields

pcpHelper

PropertyChangeProviderHelper pcpHelper

originalElements

IReferenceList<T extends Identifiable> originalElements

visualElement

IVisualElement<M extends IPresentationElement<? extends IElement>> visualElement

derivedType

Type derivedType

label

String label

Class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor extends Object implements Serializable

serialVersionUID: 863808652996972020L

Serialized Fields

propertyCategory

IPresentationElement.PropertyCategory propertyCategory

propertyName

String propertyName

Package pl.edu.agh.cast.data.model.property

Class pl.edu.agh.cast.data.model.property.CustomProperty extends Property<MetaProperty> implements Serializable

serialVersionUID: -781125505759458553L

Serialized Fields

value

Object value

Class pl.edu.agh.cast.data.model.property.MetaPermanentProperty extends MetaProperty implements Serializable

serialVersionUID: 6090930896770308695L

Serialized Fields

getter

SerializableMethodHolder getter

setter

SerializableMethodHolder setter

Class pl.edu.agh.cast.data.model.property.MetaProperty extends Object implements Serializable

serialVersionUID: 2926967417259614861L

Serialized Fields

name

String name

displayName

String displayName

type

PropertyType type

writable

boolean writable

matchable

boolean matchable

Class pl.edu.agh.cast.data.model.property.MetaPropertyManager extends Observable implements Serializable

serialVersionUID: -131126618722071655L

Serialized Fields

metaPropertyMap

HashMap<K,V> metaPropertyMap

metaCustomProperties

HashSet<E> metaCustomProperties

metaPermanentProperties

HashSet<E> metaPermanentProperties

metaTransientProperties

HashSet<E> metaTransientProperties

Class pl.edu.agh.cast.data.model.property.MetaTransientProperty extends MetaProperty implements Serializable

serialVersionUID: 6518323592211545112L

Serialized Fields

getter

SerializableMethodHolder getter

Class pl.edu.agh.cast.data.model.property.PermanentProperty extends Property<MetaPermanentProperty> implements Serializable

serialVersionUID: 4638244132582379818L

Serialized Fields

element

Object element

Class pl.edu.agh.cast.data.model.property.Property extends Object implements Serializable

serialVersionUID: 6713226359813402652L

Serialized Fields

metaProperty

MetaProperty metaProperty

Class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper extends Object implements Serializable

serialVersionUID: 7575012122681385289L

Serialized Fields

source

IPropertyChangeProvider source

suppressAllFlag

boolean suppressAllFlag

pcsDelegate

PropertyChangeSupport pcsDelegate
The PropertyChangeSupport utility class. It automatically serializes all listeners that are Serializable, and ignores the rest.

Class pl.edu.agh.cast.data.model.property.PropertyContainer extends Object implements Serializable

serialVersionUID: -6891257590174462522L

Serialized Fields

propertyMap

HashMap<K,V> propertyMap

metaPropertyManager

MetaPropertyManager metaPropertyManager

Class pl.edu.agh.cast.data.model.property.PropertyException extends RuntimeException implements Serializable

serialVersionUID: -5638995841323159209L

Class pl.edu.agh.cast.data.model.property.TransientProperty extends Property<MetaTransientProperty> implements Serializable

serialVersionUID: -5953172345296881235L

Serialized Fields

element

Object element

Package pl.edu.agh.cast.data.model.property.annotation

Class pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException extends RuntimeException implements Serializable

serialVersionUID: -5132704648443717613L


Package pl.edu.agh.cast.data.model.visual

Class pl.edu.agh.cast.data.model.visual.VisualDataSet extends AbstractDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>> implements Serializable

serialVersionUID: -2902989203863578728L

Serialized Fields

layoutInitialized

boolean layoutInitialized

suppressLocationChangeEvents

boolean suppressLocationChangeEvents

presentationDS

IPresentationDataSet<T extends IPresentationElement<? extends IElement>> presentationDS

propertiesMarkedAsLabels

MultiMap<K,V> propertiesMarkedAsLabels

pcpHelper

PropertyChangeProviderHelper pcpHelper
The property change helper.

Class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor extends DataSetDescriptor implements Serializable

serialVersionUID: -7229963240037929886L

Serialized Fields

presentationDescriptor

PresentationDataSetDescriptor presentationDescriptor

Class pl.edu.agh.cast.data.model.visual.VisualElement extends AbstractElement implements Serializable

serialVersionUID: -1956085538932543277L

Serialized Fields

presentationElement

IPresentationElement<T extends IElement> presentationElement
A reference to presentation element which is described by this visual element.


pcpHelper

PropertyChangeProviderHelper pcpHelper
The property change helper.


Package pl.edu.agh.cast.data.persistence

Class pl.edu.agh.cast.data.persistence.PersistenceException extends Exception implements Serializable

serialVersionUID: -5315434022956713657L

Class pl.edu.agh.cast.data.persistence.PersistenceRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 3963400147748324433L


Package pl.edu.agh.cast.data.template.xml

Class pl.edu.agh.cast.data.template.xml.TemplateXmlException extends Exception implements Serializable

serialVersionUID: 4608816281316613540L


Package pl.edu.agh.cast.dataview.column.filter

Class pl.edu.agh.cast.dataview.column.filter.InvalidFilterValueException extends Exception implements Serializable

serialVersionUID: 1L


Package pl.edu.agh.cast.editor

Class pl.edu.agh.cast.editor.EditorException extends Exception implements Serializable

serialVersionUID: 4467909025057826988L


Package pl.edu.agh.cast.importer.base.data

Class pl.edu.agh.cast.importer.base.data.AbstractDataRow extends LinkedList<T> implements Serializable

serialVersionUID: 7696423998271132234L

Serialized Fields

observers

List<E> observers

Class pl.edu.agh.cast.importer.base.data.AbstractTabularData extends LinkedList<T extends IDataRow<?>> implements Serializable

serialVersionUID: 3015361665094488768L

Serialized Fields

headerRowIdx

int headerRowIdx

undoCache

Stack<E> undoCache

redoCache

Stack<E> redoCache

ignoredRows

Stack<E> ignoredRows

observers

List<E> observers

Class pl.edu.agh.cast.importer.base.data.DataRow extends LinkedList<Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

data

TabularData data
The tabular data this data row is contained within.


inputRowNumber

int inputRowNumber
The data row number from the input file.


observers

List<E> observers
The observers of the actions on data rows.

Class pl.edu.agh.cast.importer.base.data.RawDataRow extends LinkedList<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

inputRowNumber

int inputRowNumber
The data row number from the input file.

Class pl.edu.agh.cast.importer.base.data.RawTabularData extends LinkedList<RawDataRow> implements Serializable

serialVersionUID: 1L

Serialized Fields

sheetName

String sheetName
The name of the data sheet (for multisheet data).

Class pl.edu.agh.cast.importer.base.data.TabularData extends LinkedList<DataRow> implements Serializable

serialVersionUID: 1L

Serialized Fields

columns

List<E> columns
The columns of the tabular data.


headerRowIdx

int headerRowIdx
The index of the header data row.


observers

List<E> observers
The observers of the actions on tabular data.


undoCache

Stack<E> undoCache
The undo remove operation cache, holding lists of rows in order they had been removed.


redoCache

Stack<E> redoCache
The redo remove operation cache, holding lists of rows in order they had been restored (with use of undo).


ignoredRows

Stack<E> ignoredRows
The cache of ignored data rows.


Package pl.edu.agh.cast.importer.base.data.type

Class pl.edu.agh.cast.importer.base.data.type.AbstractDateDataType extends Date implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.data.type.DateAndTimeDataType extends AbstractDateDataType implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.data.type.DateDataType extends AbstractDateDataType implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.data.type.TimeDataType extends AbstractDateDataType implements Serializable

serialVersionUID: 1L


Package pl.edu.agh.cast.importer.base.exceptions

Class pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

params

String[] params
The additional parameters for the exception.


errorType

ErrorType errorType
Error type for IImportLogger.

Class pl.edu.agh.cast.importer.base.exceptions.EmptyValueConversionRuleException extends ConversionRuleException implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.exceptions.ImportConversionException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.exceptions.ImportParseException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.exceptions.UnsupportedTokenException extends Exception implements Serializable

serialVersionUID: 1L

Class pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException extends ConversionRuleException implements Serializable

serialVersionUID: 1L


Package pl.edu.agh.cast.importer.base.stat

Class pl.edu.agh.cast.importer.base.stat.ErrorsLog extends HashMap<Integer,List<AbstractErrorLogData>> implements Serializable

serialVersionUID: 1L

Serialized Fields

errorTypes

Set<E> errorTypes
The set of all error types contained in the errors log.


headerRowIdx

int headerRowIdx
The index of the header data row.


undoCache

Stack<E> undoCache
The undo remove operation cache, holding data row to row errors mapping in order they had been removed.


redoCache

Stack<E> redoCache
The redo remove operation cache, holding data row to row errors mapping in order they had been restored (with use of undo).


ignoredErrors

Map<K,V> ignoredErrors
The cache of ignored data row to row errors mappings.


Package pl.edu.agh.cast.importer.base.template

Class pl.edu.agh.cast.importer.base.template.ImportTemplate extends Object implements Serializable

serialVersionUID: -9002485661352833961L

Serialized Fields

id

UUID id

name

String name

description

String description

version

int version

tokenizer

IImportTokenizer tokenizer

parser

IImportParser parser

converter

IImportConverter converter

Class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup extends Object implements Serializable

serialVersionUID: -7888594397772337583L

Serialized Fields

id

UUID id

name

String name

description

String description

templates

Set<E> templates

defaultGroup

boolean defaultGroup

Package pl.edu.agh.cast.importer.base.template.exception

Class pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException extends TemplateException implements Serializable

serialVersionUID: -6830068908907072607L

Serialized Fields

templates

Collection<E> templates

groups

Collection<E> groups

exceptions

Collection<E> exceptions

Class pl.edu.agh.cast.importer.base.template.exception.ResourceTemplateException extends TemplateException implements Serializable

serialVersionUID: 1436967517489559939L

Serialized Fields

resourceName

String resourceName
Path to template resource.

Class pl.edu.agh.cast.importer.base.template.exception.TemplateException extends Exception implements Serializable

serialVersionUID: -3835153199105588779L

Serialized Fields

template

IImportTemplate template

group

ImportTemplateGroup group

Package pl.edu.agh.cast.model.attributes

Class pl.edu.agh.cast.model.attributes.Attribute extends Object implements Serializable

serialVersionUID: -1988514436802189113L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

defaultMergePolicy

AttributeMergePolicy defaultMergePolicy
Default AttributeMergePolicy for this attribute.


name

String name
Attribute name.


ownerTypeName

String ownerTypeName
The name of the type (in some domain model) which defines this attribute. It might be null, if the attribute is created, but it doesn't matter since such attributes are not localizable.


modelExtensionId

String modelExtensionId
The ID of the model extension in which this attribute is defined. It might be null if the attribute is created by user or it is some predefined attribute. In the first case, the attribute is not localizable, in the second, the localized message is taken from the Core plug-in.


nameIsLocalizable

boolean nameIsLocalizable
Whether attribute name should be localized.


type

ValueType type

defaultValue

Object defaultValue

permanent

boolean permanent

editable

boolean editable

showAsLabel

boolean showAsLabel

Class pl.edu.agh.cast.model.attributes.AttributeManager extends Object implements Serializable

serialVersionUID: 8685580835572389886L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

registeredAttributes

SortedMap<K,V> registeredAttributes

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicy extends Object implements Serializable

serialVersionUID: 6800412459178310697L

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysFirst extends AttributeMergePolicy implements Serializable

serialVersionUID: 3645856921319121245L

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysSecond extends AttributeMergePolicy implements Serializable

serialVersionUID: -6798718594185971003L

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalAnd extends AttributeMergePolicy implements Serializable

serialVersionUID: 2306183502914013676L

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalOr extends AttributeMergePolicy implements Serializable

serialVersionUID: -6698802554723374885L

Class pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException extends RuntimeException implements Serializable

serialVersionUID: 783579525575002269L

Class pl.edu.agh.cast.model.attributes.AttributeValue extends Object implements Serializable

serialVersionUID: 3043241931570536587L

Serialized Fields

attribute

Attribute attribute

value

Object value

Class pl.edu.agh.cast.model.attributes.ConnectionGroupAttributeManager extends AttributeManager implements Serializable

serialVersionUID: -8936665211734984068L

Class pl.edu.agh.cast.model.attributes.DiagramAttributeManager extends AttributeManager implements Serializable

serialVersionUID: -1473637582899120199L

Class pl.edu.agh.cast.model.attributes.LegendAttributeManager extends AttributeManager implements Serializable

serialVersionUID: -7300489712588884168L

Class pl.edu.agh.cast.model.attributes.NodeAttributeManager extends AttributeManager implements Serializable

serialVersionUID: -3321558530249411428L


Package pl.edu.agh.cast.model.attributes.validation

Class pl.edu.agh.cast.model.attributes.validation.AttributeValidator extends Object implements Serializable

serialVersionUID: -6845960139829162037L

Class pl.edu.agh.cast.model.attributes.validation.BooleanAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -7588526143485279983L

Class pl.edu.agh.cast.model.attributes.validation.ColorAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -7907166672268470565L

Class pl.edu.agh.cast.model.attributes.validation.DateAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -1148365530206247543L

Class pl.edu.agh.cast.model.attributes.validation.IntegerAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -1117755240871098215L

Class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -8666345604376278522L

Class pl.edu.agh.cast.model.attributes.validation.StringAttributeValidator extends AttributeValidator implements Serializable

serialVersionUID: -4615221905747538774L


Package pl.edu.agh.cast.model.base

Class pl.edu.agh.cast.model.base.DataSet extends AbstractMappable implements Serializable

serialVersionUID: 5514073323048043229L

Serialized Fields

relations

List<E> relations
List of relations


model

IModel model
The model which this data set belongs to.


modelExtensionId

String modelExtensionId
The id of the bundle which created this data set.

Class pl.edu.agh.cast.model.base.Entity extends AbstractMappable implements Serializable

serialVersionUID: 6119064155723737440L

Serialized Fields

sourceRelations

List<E> sourceRelations
Source relations are relations which have this entity as their source.


targetRelations

List<E> targetRelations
Target relations are relations which have this entity as their target.


isMain

boolean isMain
This flag indicates if the node somehow stands out (e.g. the data set was produced "for it").

Class pl.edu.agh.cast.model.base.Model extends AbstractMappable implements Serializable

serialVersionUID: -2925428450092234953L

Serialized Fields

name

String name

dataSets

List<E> dataSets

Class pl.edu.agh.cast.model.base.Relation extends AbstractMappable implements Serializable

serialVersionUID: 5266412729669747304L

Serialized Fields

source

IEntity source
The source of the relation.


target

IEntity target
The target of the relation.


dataSets

List<E> dataSets
The data sets which this relation belongs to.

Class pl.edu.agh.cast.model.base.TimedRelation extends Relation implements Serializable

serialVersionUID: -7152057038269830908L

Serialized Fields

date

Date date
The date of the relation.


Package pl.edu.agh.cast.model.mapper

Class pl.edu.agh.cast.model.mapper.AbstractMappable extends Object implements Serializable

serialVersionUID: 8223254560632380336L

Serialized Fields

__id

long __id
The base model id.


id

String id
The general id of the mappable - this value is viewable by users and is designed for the data identification. E.g. for phone number the id would be the value of the phone number (i.e. "123-456-789").


Package pl.edu.agh.cast.model.visual.backward

Class pl.edu.agh.cast.model.visual.backward.Connection extends Object implements Serializable

serialVersionUID: -6068688858953611564L

Serialized Fields

sourceNode

Node sourceNode

targetNode

Node targetNode

startDate

Date startDate

Class pl.edu.agh.cast.model.visual.backward.ConnectionGroup extends ModelElement implements Serializable

serialVersionUID: -3863944666693937115L

Serialized Fields

left

Node left

right

Node right

leftConnections

List<E> leftConnections
List of connections originating from left node.


rightConnections

List<E> rightConnections
List of connections originating from right node.


attributeManager

ConnectionGroupAttributeManager attributeManager

Class pl.edu.agh.cast.model.visual.backward.Diagram extends ModelElement implements Serializable

serialVersionUID: 7475870569424703697L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

enhancable

boolean enhancable

settings

IDiagramSettings settings
Diagram settings.


nodeAttributeManager

NodeAttributeManager nodeAttributeManager
Node attribute manager.


connectionGroupAttributeManager

ConnectionGroupAttributeManager connectionGroupAttributeManager
Connection group attribute manager.


diagramAttributeManager

DiagramAttributeManager diagramAttributeManager
Diagram attribute manager.


visualModelFactory

VisualModelCachingFactory visualModelFactory
Caching factory of visual elements.


suppressEvents

boolean suppressEvents
Whether firing events should be suppressed.

Class pl.edu.agh.cast.model.visual.backward.DiagramSettings extends Object implements Serializable

serialVersionUID: 5036382806995356626L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

defaultLayoutManager

String defaultLayoutManager

showLegend

boolean showLegend

displayName

String displayName

needsInitialLayout

boolean needsInitialLayout

editorId

String editorId

Class pl.edu.agh.cast.model.visual.backward.Legend extends ModelElement implements Serializable

serialVersionUID: 5735945176078321158L

Serialized Fields

location

org.eclipse.draw2d.geometry.Point location
Location of the legend.


attributeManager

LegendAttributeManager attributeManager
Legend's AttributeManager.

Class pl.edu.agh.cast.model.visual.backward.ModelElement extends Object implements Serializable

serialVersionUID: 4933221188249730849L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

attributeValues

SortedMap<K,V> attributeValues

mid

long mid

saved

boolean saved

Class pl.edu.agh.cast.model.visual.backward.Node extends ModelElement implements Serializable

serialVersionUID: -7236469860157722758L

Serialization Methods

readResolve

protected Object readResolve()
Inits transient fields during deserialization.

See Also:
ModelElement.readResolve()
Serialized Fields

location

org.eclipse.draw2d.geometry.Point location
Location of the node.


dimensions

org.eclipse.draw2d.geometry.Dimension dimensions
Dimensions of the node.


type

String type
Type of the node.


imageId

String imageId
Node's image identifier - one from Images.


connectionGroups

List<E> connectionGroups
List of ConnectionGroups adjacent to the node.


attributeManager

NodeAttributeManager attributeManager
Node's AttributeManager.

Class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory extends Object implements Serializable

serialVersionUID: 7108865076469628977L

Serialized Fields

entityToNode

Map<K,V> entityToNode
Maps IEntity.getId() to Node.


relationToConnection

Map<K,V> relationToConnection
Maps IRelation to Connection.


connectionToRelation

Map<K,V> connectionToRelation
Maps Connection to IRelation.


connectionToConnectionGroup

Map<K,V> connectionToConnectionGroup
Maps Connection to ConnectionGroup.


nodeAttributeManager

NodeAttributeManager nodeAttributeManager
Node attribute manager to use for all nodes.


connectionGroupPropertyManager

ConnectionGroupAttributeManager connectionGroupPropertyManager
Connection group attribute manager to use for all nodes.


Package pl.edu.agh.cast.rawdata.stat

Class pl.edu.agh.cast.rawdata.stat.ErrorAlreadyExistsException extends Exception implements Serializable

serialVersionUID: 1L


Package pl.edu.agh.cast.resource

Class pl.edu.agh.cast.resource.ResourceException extends Exception implements Serializable

serialVersionUID: -4003766120192015059L


Package pl.edu.agh.cast.schema.model.presentation

Class pl.edu.agh.cast.schema.model.presentation.SchemaConnection extends PresentationElement<IElement> implements Serializable

serialVersionUID: 2665913968366668010L

Serialized Fields

source

ISchemaNode source

target

ISchemaNode target

directed

Boolean directed

Class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet extends PresentationDataSet<ISchemaElement<? extends IElement>> implements Serializable

serialVersionUID: -2699391558684295670L

Class pl.edu.agh.cast.schema.model.presentation.SchemaNode extends PresentationElement<IElement> implements Serializable

serialVersionUID: -5315640186256641707L

Serialized Fields

connections

IReferenceList<T extends Identifiable> connections

Package pl.edu.agh.cast.schema.model.visual

Class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint extends Object implements Serializable

serialVersionUID: 3894600938227267825L

Serialized Fields

d1

org.eclipse.draw2d.geometry.Dimension d1
First dimensions describing location of bend point relating to connection


d2

org.eclipse.draw2d.geometry.Dimension d2
Second dimensions describing location of bend point relating to connection


weight

float weight
Weight of bend point.

Class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection extends VisualElement<ISchemaConnection> implements Serializable

serialVersionUID: 1029505191109017489L

Serialized Fields

bendpoints

List<E> bendpoints

Class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet extends VisualDataSet<IVisualSchemaElement<? extends ISchemaElement<? extends IElement>>,ISchemaDataSet> implements Serializable

serialVersionUID: 5779945935178354444L

Class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode extends VisualElement<ISchemaNode> implements Serializable

serialVersionUID: 4465611694186983408L

Serialized Fields

location

org.eclipse.draw2d.geometry.Point location
The location of the node.


dimension

org.eclipse.draw2d.geometry.Dimension dimension
The size of the node.


resourceId

String resourceId
The id of the image.


Package pl.edu.agh.cast.util.logging

Class pl.edu.agh.cast.util.logging.StdErrLevel extends org.apache.log4j.Level implements Serializable

serialVersionUID: 3843555934497114955L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.

Throws:
ObjectStreamException

Class pl.edu.agh.cast.util.logging.StdOutLevel extends org.apache.log4j.Level implements Serializable

serialVersionUID: 3796650667482549218L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.

Throws:
ObjectStreamException

Package pl.edu.agh.cast.util.reflect

Class pl.edu.agh.cast.util.reflect.SerializableMethodHolder extends Object implements Serializable

serialVersionUID: 4238809071004656351L

Serialized Fields

methodClass

Class<T> methodClass

methodName

String methodName

methodParameters

Class<T>[] methodParameters



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.