|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package pl.edu.agh.cast.common |
---|
Class pl.edu.agh.cast.common.HexColor extends Object implements Serializable |
---|
serialVersionUID: 756271361522140609L
Serialized Fields |
---|
int red
int green
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<K,V> map
Map
boolean allowDuplicates
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
HashMap<K,V> elementMap
MultiMap<K,V> typeElementMap
HashMap<K,V> mpmMap
Class pl.edu.agh.cast.data.model.AbstractElement extends PropertyContainer implements Serializable |
---|
serialVersionUID: -7626620241941424910L
Serialized Fields |
---|
UUID id
Type type
IDataSet<T extends IElement> dataSet
Class pl.edu.agh.cast.data.model.DataSetDescriptor extends Object implements Serializable |
---|
serialVersionUID: -6820646817583239120L
Serialized Fields |
---|
UUID id
Type type
String name
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 |
---|
Class<T> typeClass
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 |
---|
String sourceName
String sourceDescription
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 |
---|
String name
IReferenceList<T extends Identifiable> incomingRelations
IReferenceList<T extends Identifiable> outgoingRelations
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 |
---|
IReferenceList<T extends Identifiable> sources
IReferenceList<T extends Identifiable> targets
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 |
---|
Date startDate
Date endDate
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 |
---|
PropertyChangeProviderHelper pcpHelper
IVisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>> visualDataSet
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 |
---|
PropertyChangeProviderHelper pcpHelper
IReferenceList<T extends Identifiable> originalElements
IVisualElement<M extends IPresentationElement<? extends IElement>> visualElement
Type derivedType
String label
Class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor extends Object implements Serializable |
---|
serialVersionUID: 863808652996972020L
Serialized Fields |
---|
IPresentationElement.PropertyCategory propertyCategory
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 |
---|
Object value
Class pl.edu.agh.cast.data.model.property.MetaPermanentProperty extends MetaProperty implements Serializable |
---|
serialVersionUID: 6090930896770308695L
Serialized Fields |
---|
SerializableMethodHolder getter
SerializableMethodHolder setter
Class pl.edu.agh.cast.data.model.property.MetaProperty extends Object implements Serializable |
---|
serialVersionUID: 2926967417259614861L
Serialized Fields |
---|
String name
String displayName
PropertyType type
boolean writable
boolean matchable
Class pl.edu.agh.cast.data.model.property.MetaPropertyManager extends Observable implements Serializable |
---|
serialVersionUID: -131126618722071655L
Serialized Fields |
---|
HashMap<K,V> metaPropertyMap
HashSet<E> metaCustomProperties
HashSet<E> metaPermanentProperties
HashSet<E> metaTransientProperties
Class pl.edu.agh.cast.data.model.property.MetaTransientProperty extends MetaProperty implements Serializable |
---|
serialVersionUID: 6518323592211545112L
Serialized Fields |
---|
SerializableMethodHolder getter
Class pl.edu.agh.cast.data.model.property.PermanentProperty extends Property<MetaPermanentProperty> implements Serializable |
---|
serialVersionUID: 4638244132582379818L
Serialized Fields |
---|
Object element
Class pl.edu.agh.cast.data.model.property.Property extends Object implements Serializable |
---|
serialVersionUID: 6713226359813402652L
Serialized Fields |
---|
MetaProperty metaProperty
Class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper extends Object implements Serializable |
---|
serialVersionUID: 7575012122681385289L
Serialized Fields |
---|
IPropertyChangeProvider source
boolean suppressAllFlag
PropertyChangeSupport pcsDelegate
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 |
---|
HashMap<K,V> propertyMap
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 |
---|
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 |
---|
boolean layoutInitialized
boolean suppressLocationChangeEvents
IPresentationDataSet<T extends IPresentationElement<? extends IElement>> presentationDS
MultiMap<K,V> propertiesMarkedAsLabels
PropertyChangeProviderHelper pcpHelper
Class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor extends DataSetDescriptor implements Serializable |
---|
serialVersionUID: -7229963240037929886L
Serialized Fields |
---|
PresentationDataSetDescriptor presentationDescriptor
Class pl.edu.agh.cast.data.model.visual.VisualElement extends AbstractElement implements Serializable |
---|
serialVersionUID: -1956085538932543277L
Serialized Fields |
---|
IPresentationElement<T extends IElement> presentationElement
PropertyChangeProviderHelper pcpHelper
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 |
---|
List<E> observers
Class pl.edu.agh.cast.importer.base.data.AbstractTabularData extends LinkedList<T extends IDataRow<?>> implements Serializable |
---|
serialVersionUID: 3015361665094488768L
Serialized Fields |
---|
int headerRowIdx
Stack<E> undoCache
Stack<E> redoCache
Stack<E> ignoredRows
List<E> observers
Class pl.edu.agh.cast.importer.base.data.DataRow extends LinkedList<Object> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
TabularData data
int inputRowNumber
List<E> observers
Class pl.edu.agh.cast.importer.base.data.RawDataRow extends LinkedList<String> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int inputRowNumber
Class pl.edu.agh.cast.importer.base.data.RawTabularData extends LinkedList<RawDataRow> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String sheetName
Class pl.edu.agh.cast.importer.base.data.TabularData extends LinkedList<DataRow> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> columns
int headerRowIdx
List<E> observers
Stack<E> undoCache
Stack<E> redoCache
Stack<E> ignoredRows
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 |
---|
String[] params
ErrorType errorType
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 |
---|
Set<E> errorTypes
int headerRowIdx
Stack<E> undoCache
Stack<E> redoCache
Map<K,V> ignoredErrors
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 |
---|
UUID id
String name
String description
int version
IImportTokenizer tokenizer
IImportParser parser
IImportConverter converter
Class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup extends Object implements Serializable |
---|
serialVersionUID: -7888594397772337583L
Serialized Fields |
---|
UUID id
String name
String description
Set<E> templates
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 |
---|
Collection<E> templates
Collection<E> groups
Collection<E> exceptions
Class pl.edu.agh.cast.importer.base.template.exception.ResourceTemplateException extends TemplateException implements Serializable |
---|
serialVersionUID: 1436967517489559939L
Serialized Fields |
---|
String resourceName
Class pl.edu.agh.cast.importer.base.template.exception.TemplateException extends Exception implements Serializable |
---|
serialVersionUID: -3835153199105588779L
Serialized Fields |
---|
IImportTemplate template
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 |
---|
protected Object readResolve()
Serialized Fields |
---|
AttributeMergePolicy defaultMergePolicy
AttributeMergePolicy
for this attribute.
String name
String ownerTypeName
String modelExtensionId
boolean nameIsLocalizable
ValueType type
Object defaultValue
boolean permanent
boolean editable
boolean showAsLabel
Class pl.edu.agh.cast.model.attributes.AttributeManager extends Object implements Serializable |
---|
serialVersionUID: 8685580835572389886L
Serialization Methods |
---|
protected Object readResolve()
Serialized Fields |
---|
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
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 |
---|
List<E> relations
IModel model
String modelExtensionId
Class pl.edu.agh.cast.model.base.Entity extends AbstractMappable implements Serializable |
---|
serialVersionUID: 6119064155723737440L
Serialized Fields |
---|
List<E> sourceRelations
List<E> targetRelations
boolean isMain
Class pl.edu.agh.cast.model.base.Model extends AbstractMappable implements Serializable |
---|
serialVersionUID: -2925428450092234953L
Serialized Fields |
---|
String name
List<E> dataSets
Class pl.edu.agh.cast.model.base.Relation extends AbstractMappable implements Serializable |
---|
serialVersionUID: 5266412729669747304L
Serialized Fields |
---|
IEntity source
IEntity target
List<E> dataSets
Class pl.edu.agh.cast.model.base.TimedRelation extends Relation implements Serializable |
---|
serialVersionUID: -7152057038269830908L
Serialized Fields |
---|
Date date
Package pl.edu.agh.cast.model.mapper |
---|
Class pl.edu.agh.cast.model.mapper.AbstractMappable extends Object implements Serializable |
---|
serialVersionUID: 8223254560632380336L
Serialized Fields |
---|
long __id
String id
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 |
---|
Node sourceNode
Node targetNode
Date startDate
Class pl.edu.agh.cast.model.visual.backward.ConnectionGroup extends ModelElement implements Serializable |
---|
serialVersionUID: -3863944666693937115L
Serialized Fields |
---|
Node left
Node right
List<E> leftConnections
List<E> rightConnections
ConnectionGroupAttributeManager attributeManager
Class pl.edu.agh.cast.model.visual.backward.Diagram extends ModelElement implements Serializable |
---|
serialVersionUID: 7475870569424703697L
Serialization Methods |
---|
protected Object readResolve()
Serialized Fields |
---|
boolean enhancable
IDiagramSettings settings
NodeAttributeManager nodeAttributeManager
ConnectionGroupAttributeManager connectionGroupAttributeManager
DiagramAttributeManager diagramAttributeManager
VisualModelCachingFactory visualModelFactory
boolean suppressEvents
Class pl.edu.agh.cast.model.visual.backward.DiagramSettings extends Object implements Serializable |
---|
serialVersionUID: 5036382806995356626L
Serialization Methods |
---|
protected Object readResolve()
Serialized Fields |
---|
String defaultLayoutManager
boolean showLegend
String displayName
boolean needsInitialLayout
String editorId
Class pl.edu.agh.cast.model.visual.backward.Legend extends ModelElement implements Serializable |
---|
serialVersionUID: 5735945176078321158L
Serialized Fields |
---|
org.eclipse.draw2d.geometry.Point location
LegendAttributeManager attributeManager
AttributeManager
.
Class pl.edu.agh.cast.model.visual.backward.ModelElement extends Object implements Serializable |
---|
serialVersionUID: 4933221188249730849L
Serialization Methods |
---|
protected Object readResolve()
Serialized Fields |
---|
SortedMap<K,V> attributeValues
long mid
boolean saved
Class pl.edu.agh.cast.model.visual.backward.Node extends ModelElement implements Serializable |
---|
serialVersionUID: -7236469860157722758L
Serialization Methods |
---|
protected Object readResolve()
ModelElement.readResolve()
Serialized Fields |
---|
org.eclipse.draw2d.geometry.Point location
org.eclipse.draw2d.geometry.Dimension dimensions
String type
String imageId
Images
.
List<E> connectionGroups
ConnectionGroup
s adjacent to the node.
NodeAttributeManager attributeManager
AttributeManager
.
Class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory extends Object implements Serializable |
---|
serialVersionUID: 7108865076469628977L
Serialized Fields |
---|
Map<K,V> entityToNode
IEntity.getId()
to Node
.
Map<K,V> relationToConnection
IRelation
to Connection
.
Map<K,V> connectionToRelation
Connection
to IRelation
.
Map<K,V> connectionToConnectionGroup
Connection
to ConnectionGroup
.
NodeAttributeManager nodeAttributeManager
ConnectionGroupAttributeManager connectionGroupPropertyManager
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 |
---|
ISchemaNode source
ISchemaNode target
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 |
---|
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 |
---|
org.eclipse.draw2d.geometry.Dimension d1
org.eclipse.draw2d.geometry.Dimension d2
float weight
Class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection extends VisualElement<ISchemaConnection> implements Serializable |
---|
serialVersionUID: 1029505191109017489L
Serialized Fields |
---|
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 |
---|
org.eclipse.draw2d.geometry.Point location
org.eclipse.draw2d.geometry.Dimension dimension
String resourceId
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 |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Class pl.edu.agh.cast.util.logging.StdOutLevel extends org.apache.log4j.Level implements Serializable |
---|
serialVersionUID: 3796650667482549218L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Package pl.edu.agh.cast.util.reflect |
---|
Class pl.edu.agh.cast.util.reflect.SerializableMethodHolder extends Object implements Serializable |
---|
serialVersionUID: 4238809071004656351L
Serialized Fields |
---|
Class<T> methodClass
String methodName
Class<T>[] methodParameters
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |