A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AboutAction - Class in pl.edu.agh.cast.action
Action for displaying th About dialog.
AboutAction() - Constructor for class pl.edu.agh.cast.action.AboutAction
 
ABSTRACT_MODEL_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Abstract model extension id.
AbstractBendpointCommand - Class in pl.edu.agh.cast.schema.editor.command.bendpoints
Abstract command to manage bend points.
AbstractBendpointCommand() - Constructor for class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
 
AbstractColumnFilter<T,F> - Class in pl.edu.agh.cast.dataview.column.filter
Base class for column filters.
AbstractColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.AbstractColumnFilter
 
AbstractColumnSorter - Class in pl.edu.agh.cast.ui.util
Abstract column sorter.
AbstractColumnSorter() - Constructor for class pl.edu.agh.cast.ui.util.AbstractColumnSorter
The default constructor.
AbstractColumnSorter(ColumnViewer, TableViewerColumn, int) - Constructor for class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Constructor.
AbstractColumnSorter(ColumnViewer, TableColumn, int) - Constructor for class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Constructor.
AbstractColumnType<T> - Class in pl.edu.agh.cast.dataview.column.type
Base class for column types.
AbstractColumnType() - Constructor for class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
 
AbstractColumnValueProvider<T> - Class in pl.edu.agh.cast.dataview.column.provider
Base class for column value providers.
AbstractColumnValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.AbstractColumnValueProvider
 
AbstractConfigurableView - Class in pl.edu.agh.cast.ui
This abstract class is to be implemented by classes which want to store their state across system start-stop cycles.
AbstractConfigurableView() - Constructor for class pl.edu.agh.cast.ui.AbstractConfigurableView
 
AbstractContentProvider - Class in pl.edu.agh.cast.ui
This is base class for content providers which are used with viewers in GUI.
AbstractContentProvider(Viewer, AbstractConfigurableView) - Constructor for class pl.edu.agh.cast.ui.AbstractContentProvider
Basic constructor - initializes this content provider with necessary information.
AbstractConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Abstract class for conversion rules configuration dialogs of the importer wizard.
AbstractConversionRuleConfigDialog(Shell) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The default constructor.
AbstractConversionRuleConfigDialog_Title - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
AbstractConversionRulesSelectionPage - Class in pl.edu.agh.cast.importer.wizard.page
Abstract class for conversion rules selection pages of the importer wizard.
AbstractConversionRulesSelectionPage(String, String) - Constructor for class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
 
AbstractConversionRulesSelectionPage_SaveAsTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
AbstractConverter - Class in pl.edu.agh.cast.data.converter
Abstract implementation of IConverter interface.
AbstractConverter(ConverterSpecification) - Constructor for class pl.edu.agh.cast.data.converter.AbstractConverter
Constructor.
AbstractDataImporterBase - Class in pl.edu.agh.cast.data.importer.data
Abstract data importer class, which defines the basic validation for importers.
AbstractDataImporterBase() - Constructor for class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
 
AbstractDataLoaderWithStatistics - Class in pl.edu.agh.cast.model.base
 
AbstractDataLoaderWithStatistics() - Constructor for class pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics
 
AbstractDataSet<T extends IElement> - Class in pl.edu.agh.cast.data.model
Abstract implementation of IDataSet.
AbstractDataSet(DataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.AbstractDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
AbstractDataSet(DataSetDescriptor, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.AbstractDataSet
Initializes data set with its descriptor and MetaPropertyManager.
AbstractDataSet(DataSetDescriptor, MetaPropertyManager, Map<Type, MetaPropertyManager>) - Constructor for class pl.edu.agh.cast.data.model.AbstractDataSet
Initializes data set with its descriptor and MetaPropertyManager.
AbstractDataTypeConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Abstract class for data type configuration dialogs of the importer wizard.
AbstractDataTypeConfigDialog(Shell) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
The default constructor.
AbstractDateAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the objects in Date format.
AbstractDateAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
The default constructor.
AbstractDateColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Base class for date column filters.
AbstractDateColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.AbstractDateColumnFilter
 
AbstractDateDataType - Class in pl.edu.agh.cast.importer.base.data.type
Abstract class for all data types containing a Date value that describe them, such as DateDataType, TimeDataType and DateAndTimeDataType.
AbstractDateDataType(Date) - Constructor for class pl.edu.agh.cast.importer.base.data.type.AbstractDateDataType
The default constructor.
AbstractDateDataTypeConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Abstract class for all date/time data type configuration dialogs.
AbstractDateDataTypeConfigDialog(Shell) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
The default constructor.
AbstractDateDoubleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Date conversion rule for two columns: one date column and one time column.
AbstractDateDoubleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
The default constructor.
AbstractDateSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Retrieves and returns a date value from a specified column of given data row.
AbstractDateSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateSingleColumnConversionRule
The default constructor.
AbstractDirectedGraphConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Source and target nodes' conversion for two String columns and one Direction column.
AbstractDirectedGraphConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
The default constructor.
AbstractEditor - Class in pl.edu.agh.cast.backward.editor
Abstract graphical editor for showing CAST data.
AbstractEditor() - Constructor for class pl.edu.agh.cast.backward.editor.AbstractEditor
 
AbstractEditor<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>,T extends IDiagram<M,V>> - Class in pl.edu.agh.cast.editor
Abstract graphical editor for showing CAST data.
AbstractEditor() - Constructor for class pl.edu.agh.cast.editor.AbstractEditor
 
AbstractEditor_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractEditor_9 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractElement - Class in pl.edu.agh.cast.data.model
Abstract implementation of IElement.
AbstractElement(Type) - Constructor for class pl.edu.agh.cast.data.model.AbstractElement
Initializes element with type.
AbstractElement(Type, UUID) - Constructor for class pl.edu.agh.cast.data.model.AbstractElement
Initializes element with type and ID.
AbstractElement(Type, UUID, IDataSet<? extends IElement>) - Constructor for class pl.edu.agh.cast.data.model.AbstractElement
Initializes element with ID and type.
AbstractEncodingRecognizer - Class in pl.edu.agh.cast.data.importer.data.util
Recognizes the encoding and set of characters, used inside specified files.
AbstractEncodingRecognizer() - Constructor for class pl.edu.agh.cast.data.importer.data.util.AbstractEncodingRecognizer
 
AbstractEncodingRecognizer - Class in pl.edu.agh.cast.importer.base.util
Recognizes the encoding and set of characters, used inside specified files.
AbstractEncodingRecognizer() - Constructor for class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
 
AbstractErrorLogData - Class in pl.edu.agh.cast.importer.base.stat
Representation of error log data.
AbstractErrorLogData(ErrorType, String[], IDataRow<?>) - Constructor for class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
The default constructor.
AbstractExportTemplateAction - Class in pl.edu.agh.cast.data.template.export
Abstract export template action, which is launched whenever a user wants to export a specified template to target file.
AbstractExportTemplateAction() - Constructor for class pl.edu.agh.cast.data.template.export.AbstractExportTemplateAction
 
AbstractExportTemplateAction_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractExportTemplateAction_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
AbstractFixedWidthFilesHelper - Class in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth
Analysis utility for fixed width files.
AbstractFixedWidthFilesHelper() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.AbstractFixedWidthFilesHelper
 
AbstractGroupingLayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
Abstract layout algorithm that provides helper methods for algorithms requiring grouping entities.
AbstractGroupingLayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
 
AbstractImportConverter<T extends IDataSet<?>> - Class in pl.edu.agh.cast.importer.base.converter
Abstract import converter class, which defines some basic utility methods for all converters.
AbstractImportConverter() - Constructor for class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The default constructor.
AbstractImportLogger - Class in pl.edu.agh.cast.importer.base.logging
Abstract class for all import loggers.
AbstractImportLogger() - Constructor for class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
 
AbstractImportTokenizer - Class in pl.edu.agh.cast.importer.base.tokenizer
Abstract import tokenizer class, which defines some basic utility methods for all tokenizers.
AbstractImportTokenizer() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
 
AbstractImportWizardPage - Class in pl.edu.agh.cast.importer.wizard.page
Base class for all import wizard pages.
AbstractImportWizardPage(String, String) - Constructor for class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
 
AbstractIntegerSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Base class for conversion rules which conversion result is Integer value.
AbstractIntegerSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractIntegerSingleColumnConversionRule
 
AbstractLayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
Abstract algorithm positioning nodes taking under consideration their original position.
AbstractLayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
 
AbstractLayoutAlgorithm_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
AbstractLayoutAlgorithm_1 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
AbstractLayoutAlgorithm_2 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
AbstractLayoutAlgorithm_3 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
AbstractLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Abstract action for layout algorithm adapters - just creates adapters for algorithms specified in constructor
AbstractLayoutAlgorithmAction(LayoutAlgorithm) - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.AbstractLayoutAlgorithmAction
Default constructor.
AbstractLegendEditPart - Class in pl.edu.agh.cast.editpart
Legend EditorPart.
AbstractLegendEditPart(Legend) - Constructor for class pl.edu.agh.cast.editpart.AbstractLegendEditPart
Constructor.
AbstractLegendFigure - Class in pl.edu.agh.cast.figure
A figure for displaying diagram Legend.
AbstractLegendFigure(Legend) - Constructor for class pl.edu.agh.cast.figure.AbstractLegendFigure
Creates new legend figure.
AbstractLoader - Class in pl.edu.agh.cast.model.mapper.internal
Partial implementation of the Loader interface.
AbstractLoader(Map<Node, Mappable>, Class, Map<String, Class>, SortedMap<String, Object>) - Constructor for class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
Creates new loader.
AbstractLongColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Base class for Long type column filters.
AbstractLongColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.AbstractLongColumnFilter
 
AbstractMainEntitiesUtil - Class in pl.edu.agh.cast.model.base.util
Utility methods used to find main entities.
AbstractMainEntitiesUtil() - Constructor for class pl.edu.agh.cast.model.base.util.AbstractMainEntitiesUtil
 
AbstractMappable - Class in pl.edu.agh.cast.model.mapper
Default implementation of the Mappable interface.
AbstractMappable() - Constructor for class pl.edu.agh.cast.model.mapper.AbstractMappable
 
AbstractModelDataLoader - Class in pl.edu.agh.cast.model.base
Implementation of abstract model loader which converts input data into data sets with TimedRelation between Entities.
AbstractModelDataLoader() - Constructor for class pl.edu.agh.cast.model.base.AbstractModelDataLoader
 
AbstractModelDataLoader_0 - Static variable in class pl.edu.agh.cast.model.base.util.Messages
 
AbstractModelDataLoader_1 - Static variable in class pl.edu.agh.cast.model.base.util.Messages
 
AbstractModelImportConverter_ConvertRowTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_ConvertRowTask_SingleTabData - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_ConvertTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_DateCastDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_DateCastMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyDataRowDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyDataRowMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyDateDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyDateMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptySourceNodeDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptySourceNodeMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyTabularDataDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyTabularDataMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyTargetNodeDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_EmptyTargetNodeMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_SourceNodeCastDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_SourceNodeCastMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_TargetNodeCastDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractModelImportConverter_TargetNodeCastMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
AbstractNavigatorItemProvider - Class in pl.edu.agh.cast.navigator.provider
Abstract navigator tree item provider class.
AbstractNavigatorItemProvider() - Constructor for class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Constructor.
AbstractNodeIconFactory - Class in pl.edu.agh.cast.backward.figure.icons
Abstract factory for creating NodeIcons.
AbstractNodeIconFactory() - Constructor for class pl.edu.agh.cast.backward.figure.icons.AbstractNodeIconFactory
 
AbstractOpenEditorAction - Class in pl.edu.agh.cast.backward.editor.action
Abstract action for opening editors.
AbstractOpenEditorAction(String) - Constructor for class pl.edu.agh.cast.backward.editor.action.AbstractOpenEditorAction
Initializes the action with Id of the editor to open.
AbstractOpenEditorAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractOpenEditorAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractOpenEditorActionDelegate<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>,T extends IDiagram<M,V>> - Class in pl.edu.agh.cast.editor.action.delegate
Abstract action for opening editors.
AbstractOpenEditorActionDelegate(String) - Constructor for class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
Initializes the action with Id of the editor to open.
AbstractPersistenceProvider - Class in pl.edu.agh.cast.data.persistence
Abstract implementation of IPersistenceProvider interface.
AbstractPersistenceProvider() - Constructor for class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
 
AbstractPersistenceProvider_SaveMultiDS_ProgressTitle - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractPersistenceProvider_SaveMultiDS_SubTask - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractPersistenceProvider_SaveSingleDS_ProgressTitle - Static variable in class pl.edu.agh.cast.util.Messages
 
AbstractPersistenceProviderDecorator - Class in pl.edu.agh.cast.data.persistence
An abstract implementation of persistence provider decorator.
AbstractPersistenceProviderDecorator(IPersistenceProvider) - Constructor for class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Constructor.
AbstractPersistenceProviderFactory - Class in pl.edu.agh.cast.data.persistence
Abstract implementation of persistence provider factory.
AbstractPersistenceProviderFactory(String) - Constructor for class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderFactory
Constructor.
AbstractRawDataMonitorable - Class in pl.edu.agh.cast.rawdata.logging
Abstract class for monitorable raw data classes.
AbstractRawDataMonitorable() - Constructor for class pl.edu.agh.cast.rawdata.logging.AbstractRawDataMonitorable
Default constructor.
AbstractRemover - Class in pl.edu.agh.cast.model.mapper.internal
The partial implementation of the remover interface.
AbstractRemover(Mappable) - Constructor for class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
The default constructor.
AbstractSaver - Class in pl.edu.agh.cast.model.mapper.internal
Partial implementation of the Saver interface.
AbstractSaver(Mappable, boolean) - Constructor for class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
Constructor takes the object to be saved and accepts the force flag (if set to true, the object is saved no matter if it was saved earlier.
AbstractSetLayoutAction - Class in pl.edu.agh.cast.schema.editor.action.layout
Context menu action for setting nodes layout.
AbstractSetLayoutAction() - Constructor for class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
 
AbstractSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Abstract class for all single column conversion rules.
AbstractSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
The default constructor.
AbstractSingleColumnConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Abstract class for all single column conversion rule configuration dialogs.
AbstractSingleColumnConversionRuleConfigDialog(Shell) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The default constructor.
AbstractSingleColumnConversionRuleConfigDialog_NoColumnBoxMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
AbstractSingleColumnConversionRuleConfigDialog_NoColumnBoxTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
AbstractStepByStepImportStrategy - Class in pl.edu.agh.cast.importer.wizard.strategy
Abstract class for ApplyTemplateWizardStrategy and WithoutTemplateWizardStrategy.
AbstractStepByStepImportStrategy() - Constructor for class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
 
AbstractStringColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Base class for String type column filters.
AbstractStringColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.AbstractStringColumnFilter
 
AbstractStringSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.converter.rules
Retrieves and returns a string value from a specified column of given data row.
AbstractStringSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.converter.rules.AbstractStringSingleColumnConversionRule
The default constructor.
AbstractTableView - Class in pl.edu.agh.cast.ui
This class is base class for all views which implement the IConfigurableView and have TableViewer as visual model.
AbstractTableView() - Constructor for class pl.edu.agh.cast.ui.AbstractTableView
 
AbstractTemplateUtil - Class in pl.edu.agh.cast.data.template
Utility methods for the import templates.
AbstractTemplateUtil() - Constructor for class pl.edu.agh.cast.data.template.AbstractTemplateUtil
 
AbstractTreeView - Class in pl.edu.agh.cast.ui
This class is base class for all views which implement the IConfigurableView and have TreeViewer as visual model.
AbstractTreeView() - Constructor for class pl.edu.agh.cast.ui.AbstractTreeView
 
AbstractVisualResourcesProvider - Class in pl.edu.agh.cast.resource
Abstract implementation of IVisualResourcesProvider which introduce helper methods for creating new providers.
AbstractVisualResourcesProvider() - Constructor for class pl.edu.agh.cast.resource.AbstractVisualResourcesProvider
 
AbstractWizardPageHelper - Class in pl.edu.agh.cast.importer.wizard.utils
Helper class containing common constants and methods for all importer wizard pages.
AbstractWizardPageHelper() - Constructor for class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
 
AbstractXlsDataImporter - Class in pl.edu.agh.cast.data.importer.data.xls
Simple XLS data importer.
AbstractXlsDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.data.model.general.IGeneralDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.data.model.IDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaDataSet
Collection of element types accepted by this type of data set.
ACCEPTED_TYPES - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaDataSet
Collection of element types accepted by this type of data set.
AckDataImporter - Class in pl.edu.agh.cast.data.importer.data.ack
Simple ACK data importer.
AckDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.ack.AckDataImporter
 
AckTokenizer - Class in pl.edu.agh.cast.importer.base.tokenizer.ack
Tokenizer for ACK text files.
AckTokenizer() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.ack.AckTokenizer
 
acquireDescriptor() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns the non-null descriptor of this data set.
acquireDescriptor() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns the non-null descriptor of this data set.
acquireDescriptor() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns the non-null descriptor of this data set.
acquireDescriptor() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Returns the non-null descriptor of this data set.
acquireResourceId(String) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The resource id of the node.
acquireResourceId(String) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The resource id of the node.
activate() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
activate() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Activate the view, e.g.
activate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
activate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
Adds itself as a property change listener to visual data set.
activate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
activate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
activate() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
activate() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Activate the view, e.g.
activate() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Activate the view, e.g.
activate() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
Activate the view, e.g.
Activator - Class in pl.edu.agh.cast
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.common
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.common.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.data
The activator class controls the data plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.data.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.data.model
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.data.model.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.data.persistence.zlayer
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.data.persistence.zlayer.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.dataview
The activator class controls the data view plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.dataview.Activator
The default constructor.
Activator - Class in pl.edu.agh.cast.importer.base
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.importer.base.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.importer.templates
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.importer.templates.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.importer.wizard
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.importer.wizard.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.path2
The activator class controls the plug-in life cycle
Activator() - Constructor for class pl.edu.agh.cast.path2.Activator
The constructor
Activator - Class in pl.edu.agh.cast.schema.editor
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.schema.editor.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.schema.model
The activator class controls the plug-in life cycle.
Activator() - Constructor for class pl.edu.agh.cast.schema.model.Activator
The constructor.
Activator - Class in pl.edu.agh.cast.zestalgorithms
The activator class controls the plug-in life cycle
Activator() - Constructor for class pl.edu.agh.cast.zestalgorithms.Activator
The constructor
Activator_0 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
Activator_1 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
add(Connection) - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
Adds Connection to remove.
add(ConnectionGroup) - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
Adds ConnectionGroup to remove.
add(Node) - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
Adds Node to remove.
add(String) - Method in class pl.edu.agh.cast.rawdata.DataRow
Appends the specified element to the end of this list.
add(int, String) - Method in class pl.edu.agh.cast.rawdata.DataRow
Inserts the specified element at the specified position in this list.
add(ISchemaConnection) - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
Adds ISchemaConnection to remove.
add(ISchemaNode) - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
Adds ISchemaNode to remove along with all its connections.
add(ISchemaElement) - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
Adds ISchemaNode or ISchemaConnection to remove.
addAllChildren(Map<String, PropertyTreeEntry>) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Adds children PropertyTreeEntry entries.
addAllConnections(Collection<? extends ISchemaConnection>) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Adds connections from collection to this node.
addAllConnections(Collection<? extends ISchemaConnection>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Adds connections from collection to this node.
addAttributesFromEntities(Collection<IEntity>, Collection<String>, Map<String, AttributeMergePolicy>, String, IProgressMonitor) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds attributes from a collection of entities to the diagram with join on entity and node IDs.
addAttributesFromEntities(Collection<IEntity>, Collection<String>, Map<String, AttributeMergePolicy>, String, String, String, IProgressMonitor) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds attributes from a collection of entities to the diagram.
addAttributesFromEntities(Collection<IEntity>, Collection<String>, Map<String, AttributeMergePolicy>, String, IProgressMonitor) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds attributes from a collection of entities to the diagram with join on entity and node IDs.
addAttributesFromEntities(Collection<IEntity>, Collection<String>, Map<String, AttributeMergePolicy>, String, String, String, IProgressMonitor) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds attributes from a collection of entities to the diagram.
addBrokenCellInfo(int, ErrorInfo) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
Creates and adds a new BrokenCellInfo object to broken cells list.
addBrokenRowInfo(BrokenRowInfo) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Adds information about broken row in TabularData.
addChild(TemplateTreeEntry) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
addChild(PropertyTreeEntry) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Add child PropertyTreeEntry.
addConfigLabel(Composite, String) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Adds label with specified text to a specified composite.
addConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Adds new Connection to this group.
addConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds a Connection to the diagram.
addConnection(Connection) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds a Connection to the diagram.
addConnection(ISchemaConnection) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Adds connection to this node.
addConnection(ISchemaConnection) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Adds connection to this node.
AddConnectionCommand - Class in pl.edu.agh.cast.schema.editor.command
Command which adds new connection to a diagram.
AddConnectionCommand() - Constructor for class pl.edu.agh.cast.schema.editor.command.AddConnectionCommand
Constructor.
AddConnectionCommand(ISchemaDataSet, ISchemaConnection, ISchemaNode, ISchemaNode) - Constructor for class pl.edu.agh.cast.schema.editor.command.AddConnectionCommand
Constructor.
addConnectionGroup(ConnectionGroup) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Adds adjacent ConnectionGroup to this node.
addConnectionGroupToNodes() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Adds this connection group to both nodes.
addConnections(Collection<Connection>) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds multiple Connections.
addConnections(Collection<Connection>) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds multiple Connections.
addConnectionsForNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds connections of a given node to the diagram.
addDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
 
addDataSet(IDataSet) - Method in interface pl.edu.agh.cast.model.base.IModel
Add data set to the collection of data sets.
addDataSet(IDataSet) - Method in interface pl.edu.agh.cast.model.base.IRelation
Add given data set to this relation.
addDataSet(IDataSet) - Method in class pl.edu.agh.cast.model.base.Model
Add data set to the model.
addDataSet(IDataSet) - Method in class pl.edu.agh.cast.model.base.Relation
Add given data set to this relation.
addDateTableItems(Table) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Adds date table items to specified table.
addDateTimeTableItems(Table) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
 
addDependent(Node, String) - Method in class pl.edu.agh.cast.model.mapper.Node
Add dependent node.
addDstLink(Link) - Method in class pl.edu.agh.cast.model.mapper.Node
Add destination link.
addElement(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds an element to this data set.
addElement(E) - Method in class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Adds given element.
addElement(T) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Adds an element to this data set.
addElements(Collection<? extends T>) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds a collection of elements to this data set.
addElements(T...) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds multiple elements to this data set.
addElements(E...) - Method in class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Adds given elements.
addElements(Collection<E>) - Method in class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Adds given collection of elements.
addElements(Collection<? extends T>) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Adds a collection of elements to this data set.
addElements(T...) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Adds multiple elements to this data set.
addFilter(IFilter) - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.DisjunctionFilter
Adds filter using disjunction operator.
addIncomingRelation(IManyToManyRelation) - Method in class pl.edu.agh.cast.data.model.general.Entity
Adds a new incoming relation to the entity, if not present.
addIncomingRelation(IManyToManyRelation) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Adds a new incoming relation to the entity, if not present.
addLabelsEqualsFilter(String) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Adds to this column label equals filter.
addLeftConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Adds a new Connection originating from left node.
addLink(Link) - Method in class pl.edu.agh.cast.model.mapper.Node
Add link to this node.
addListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
addListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
addListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
addMetaPropertyManager(Type) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds a meta-property manager of elements of given type based on type class annotations.
addMetaPropertyManager(Type, MetaPropertyManager) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds a meta-property manager of elements of given type.
addMetaPropertyManager(Type, MetaPropertyManager) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Adds a meta-property manager of elements of given type.
addMetaPropertyManagersForAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds meta-property managers for all types accepted by the data set by default.
addMetaPropertyManagersForAcceptedTypes() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Adds meta-property managers for all types accepted by the data set by default.
addNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds a Node to the model.
addNode(Node) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds a Node to the model.
AddNodeCommand - Class in pl.edu.agh.cast.backward.command
Command for adding a Node to a diagram.
AddNodeCommand(IDiagram, Node, Point, String) - Constructor for class pl.edu.agh.cast.backward.command.AddNodeCommand
Creates new instance of command for adding a node to a diagram.
AddNodeCommand - Class in pl.edu.agh.cast.schema.editor.command
Command for adding a ISchemaNode to a diagram.
AddNodeCommand(ISchemaDataSet, ISchemaNode, Point) - Constructor for class pl.edu.agh.cast.schema.editor.command.AddNodeCommand
Creates new instance of command for adding a node to a diagram.
AddNodeCommand_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
addNodeEntry(String) - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaLegendFigure
Informs figure that new type of node appeared in diagram and has to be added to entries list (added to figure).
addNodeInternal(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds a node to the model.
addNodes(Collection<Node>) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Adds Nodes to the model.
addNodes(Collection<Node>) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Adds Nodes to the model.
addOutgoingRelation(IManyToManyRelation) - Method in class pl.edu.agh.cast.data.model.general.Entity
Adds a new outgoing relation to the entity, if not present.
addOutgoingRelation(IManyToManyRelation) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Adds a new outgoing relation to the entity, if not present.
addPages() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
addPages() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
addPages() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
addPages(Wizard) - Method in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
Creates pages needed for this strategy and adds created pages to wizard.
addPages(Wizard) - Method in class pl.edu.agh.cast.importer.wizard.strategy.ApplyTemplateWizardStrategy
Creates pages needed for this strategy and adds created pages to wizard.
addPages(Wizard) - Method in interface pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy
Creates pages needed for this strategy and adds created pages to wizard.
addPages(Wizard) - Method in class pl.edu.agh.cast.importer.wizard.strategy.UseTemplateWizardStrategy
Creates pages needed for this strategy and adds created pages to wizard.
addPossibleValue(String) - Method in class pl.edu.agh.cast.model.ModelColumnParameter
 
addProperty(Property<? extends MetaProperty>) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Adds property to this container.
addProperty(Property<? extends MetaProperty>) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Adds property to this container.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.CastApplication
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyChangeProvider
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.attributes.Attribute
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Add a property change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.Legend
Add a property change listener to the object.
addRelation(IRelation) - Method in class pl.edu.agh.cast.model.base.DataSet
Add relation to this data set.
addRelation(IRelation) - Method in class pl.edu.agh.cast.model.base.Entity
Add new relation to relations of this entity.
addRelation(IRelation) - Method in interface pl.edu.agh.cast.model.base.IDataSet
Add relation to this data set.
addRelation(IRelation) - Method in interface pl.edu.agh.cast.model.base.IEntity
Add new relation to relations of this entity.
addRightConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Adds a new Connection originating from right node.
addRow(DataRow) - Method in class pl.edu.agh.cast.rawdata.TabularData
Add a specified row to the end of table.
addRows(List<DataRow>) - Method in class pl.edu.agh.cast.rawdata.TabularData
Adds list of rows on the end of data table.
addSourceEntitiy(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Adds a source entity associated with the relation.
addSourceEntitiy(IEntity) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Adds a source entity associated with the relation.
addSrcLink(Link) - Method in class pl.edu.agh.cast.model.mapper.Node
Add source link.
addTargetEntitiy(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Adds a target entity associated with the relation.
addTargetEntitiy(IEntity) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Adds a target entity associated with the relation.
addTemplate(Template) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Adds a specified template to the list of templates being displayed on the import page.
addTemplate(IImportTemplate) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Add template to this group.
addTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Add template with given id to this group.
addTemplateSelecionListener(ITemplateSelectionListener) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Adds template selection listener.
addTemplateSelecionListener(ITemplateSelectionListener) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Adds template selection listener.
addTemplateToGroup(ImportTemplateGroup, IImportTemplate) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Adds a given template to a given group.
addTimeTableItems(Table) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Adds time items to specified table.
adjustColumnWidth(TableViewer) - Static method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Adjust columns width to their content in specified table viewer.
adjustColumnWidth(TableViewer) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Adjust columns width to their content in specified table viewer.
adjustColumnWith() - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Calculates and sets column width.
AdvancedEncodingDialog - Class in pl.edu.agh.cast.importer.wizard.dialog
Dialog of the import wizard, which serves for advanced encoding support.
AdvancedEncodingDialog(Shell, FileParamsSelectionPage, Charset, RawTabularData) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.AdvancedEncodingDialog
The default constructor.
AdvancedEncodingDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
AdvancedSearchDialog - Class in pl.edu.agh.cast.ui.dialogs.search
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
AdvancedSearchDialog(Shell, int, Diagram) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.AdvancedSearchDialog
 
AdvancedSearchDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
AdvancedSearchDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
AdvancedSearchDialog_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
AdvancedSearchDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
AdvancedSearchDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
afterAddElement(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
This method is called after successfully adding the given element to the data set.
afterAddElement(T) - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
This method is called after successfully adding the given element to the data set.
afterAddElement(T) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
This method is called after successfully adding the given element to the data set.
afterAddElement(ISchemaElement<? extends IElement>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
 
afterRemoveElement(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
This method is called after successfully removing the given element from the data set.
afterRemoveElement(T) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
 
afterSetMetaPropertyManager() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Adds all PermanentProperty'ies and TransientProperty'ies defined this container's meta-property manager.
afterSetMetaPropertyManager() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Adds all PermanentProperty'ies and TransientProperty'ies defined this container's meta-property manager.
afterSetMetaPropertyManager() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Called right after setting the MPM.
aggregateManyToManyRelations(ISchemaConnection, Collection<? extends IManyToManyRelation>) - Static method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil
Aggregates the values from given collection of many-to-many relations and sets them as custom properties in given schema connection.
aggregateOneToOneRelations(ISchemaConnection, Collection<? extends IOneToOneRelation>) - Static method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil
Aggregates the values from given collection of one-to-one relations and sets them as custom properties in given schema connection.
aggregateTimedManyToManyRelations(ISchemaConnection, Collection<? extends ITimedManyToManyRelation>) - Static method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil
Aggregates the values from given collection of timed many-to-many relations and sets them as custom properties in given schema connection.
aggregateTimedOneToOneRelations(ISchemaConnection, Collection<? extends ITimedOneToOneRelation>) - Static method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil
Aggregates the values from given collection of timed one-to-one relations and sets them as custom properties in given schema connection.
ALIGNMENT_BOTTOM_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
ALIGNMENT_CENTER_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
ALIGNMENT_LEFT_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
ALIGNMENT_MIDDLE_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
ALIGNMENT_RIGHT_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
ALIGNMENT_TOP_RESOURCE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
 
AlignmentAction - Class in pl.edu.agh.cast.schema.editor.action
Alignment action.
AlignmentAction(IWorkbenchPart, int) - Constructor for class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Constructs an AlignmentAction with the given part and alignment ID.
AllRelations - Static variable in class pl.edu.agh.cast.util.Messages
 
allValues() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves all error log data held within the errors log, regardless of the keys (row numbers) they are associated with.
analyze(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
Analyzes a given token and returns an appropriate object.
analyze(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Analyzes a given token and returns an appropriate object.
analyze(String) - Method in interface pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer
Analyzes a given token and returns an appropriate object.
analyze(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
Returns list containing one integer object which is equal to Integer(token.trim()).
analyze(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
Returns list containing String object which is equal to trimmed token.
analyzeData(TabularData, Map<Integer, Integer>) - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Analyzes input data and returns list of possible changes types.
analyzeDataInPreprocessing(TabularData, Template, IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Analyzes the specified input data and returns a list of possible changes types.
analyzer - Variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
The cached selected data format (used mainly for the date/time configuration).
AnalyzersSelectionPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for selection of analyzers for each column.
AnalyzersSelectionPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
The default constructor.
AnalyzersSelectionPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the AnalyzersSelectionPage.
AnalyzersSelectionPageComposite(Composite, int, AnalyzersSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPageComposite
The default constructor.
AnnotationUtil - Class in pl.edu.agh.cast.util.reflect
An utility class for processing Java annotations.
AnnotationUtil() - Constructor for class pl.edu.agh.cast.util.reflect.AnnotationUtil
 
append(Integer, AbstractErrorLogData) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Associates the specified error value with the specified key (row number) in this map.
append(Integer, List<AbstractErrorLogData>) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Associates the specified error values with the specified key (row number) in this map.
ApplicationActionBarAdvisor - Class in pl.edu.agh.cast.ui.advisor
Class responsible for creating default top menu for application.
ApplicationActionBarAdvisor(IActionBarConfigurer) - Constructor for class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
Creates new advisor with given IActionBarConfigurer.
ApplicationActionBarAdvisor_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationActionBarAdvisor_11 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationActionBarAdvisor_18 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationActionBarAdvisor_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor - Class in pl.edu.agh.cast.ui.advisor
WorkbenchAdvisor for CAST applications.
ApplicationWorkbenchAdvisor() - Constructor for class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
 
ApplicationWorkbenchAdvisor_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchAdvisor_9 - Static variable in class pl.edu.agh.cast.util.Messages
 
ApplicationWorkbenchWindowAdvisor - Class in pl.edu.agh.cast.ui.advisor
WorkbenchWindowAdvisor for CAST applications.
ApplicationWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Constructor for class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchWindowAdvisor
Creates new advisor with given IWorkbenchWindowConfigurer.
applyChanges(List<? extends IPreprocessingItem>, IRawDataObserver) - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Apply changes to given input data.
applyEditorValue() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
applyPreprocessingChanges(List<? extends IPreprocessingItem>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Apply the specified changes to current preprocessor.
ApplyTemplateWizardStrategy - Class in pl.edu.agh.cast.importer.wizard.strategy
Wizard strategy used for importing data with using chosen template.
ApplyTemplateWizardStrategy() - Constructor for class pl.edu.agh.cast.importer.wizard.strategy.ApplyTemplateWizardStrategy
 
areMethodsEqual(Method, Method) - Static method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
Checks if given two Methods have the same signature (name and list of parameters).
ASC - Static variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Constant indicating the ascending sort order.
asReferenceList() - Method in interface pl.edu.agh.cast.data.model.IReference
Transforms this reference to reference list with one element.
assertEqualsWithHashCode(Object, Object) - Static method in class pl.edu.agh.cast.util.test.EqualsAssert
Asserts that two objects are equal (both ways, i.e.
assertEqualsWithHashCode(Object, Object) - Static method in class pl.edu.agh.cast.util.test.EqualsAssertTestNG
Asserts that two objects are equal (both ways, i.e.
assertNotEqual(Object, Object) - Static method in class pl.edu.agh.cast.util.test.EqualsAssert
Asserts that two objects are not equal.
assertNotEqual(Object, Object) - Static method in class pl.edu.agh.cast.util.test.EqualsAssertTestNG
Asserts that two objects are not equal.
Attribute - Class in pl.edu.agh.cast.model.attributes
Stores information about a single attribute registered in an attribute manager.
Attribute(String, boolean, ValueType, Object, boolean, boolean, boolean, String, String) - Constructor for class pl.edu.agh.cast.model.attributes.Attribute
Constructor.
ATTRIBUTE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Attribute node in the model exsd.
ATTRIBUTE_CHANGE - Static variable in class pl.edu.agh.cast.model.visual.backward.ModelElement
Id of an event informing of attribute value changes in model elements.
ATTRIBUTE_CHANGE_EVENT - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Id of an event informing of attribute value changes in presentation model elements.
ATTRIBUTE_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Attribute id attribute in the model exsd.
ATTRIBUTE_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Attribute name attribute in the model exsd.
ATTRIBUTE_REGISTRATION_STATUS - Static variable in class pl.edu.agh.cast.model.attributes.AttributeManager
ID of the RegistrationStatus property.
AttributeEditorDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
AttributeEditorDialog_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
AttributeEditorDialogLabelProvider_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
AttributeEditorDialogLabelProvider_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
AttributeLoader - Interface in pl.edu.agh.cast.model.mapper
This interface is used in class-specific attribute loading.
AttributeManager - Class in pl.edu.agh.cast.model.attributes
Class responsible for holding available attribute types for different model element types.
AttributeManager() - Constructor for class pl.edu.agh.cast.model.attributes.AttributeManager
Default constructor.
AttributeManagerConverter - Class in pl.edu.agh.cast.backward.resources.xml
A XStream Converter for serializing and deserializing AttributeManagers.
AttributeManagerConverter() - Constructor for class pl.edu.agh.cast.backward.resources.xml.AttributeManagerConverter
 
AttributeMergePolicy - Class in pl.edu.agh.cast.model.attributes
This class represents a policy of merging two values of an VisualAttribute into one.
AttributeMergePolicy() - Constructor for class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
 
AttributeMergePolicy.MergePolicyAlwaysFirst - Class in pl.edu.agh.cast.model.attributes
A merge policy that always returns the first value.
AttributeMergePolicy.MergePolicyAlwaysSecond - Class in pl.edu.agh.cast.model.attributes
A merge policy that always returns the second value.
AttributeMergePolicy.MergePolicyLogicalAnd - Class in pl.edu.agh.cast.model.attributes
A merge policy that always returns the logical conjunction (AND) of given values.
AttributeMergePolicy.MergePolicyLogicalOr - Class in pl.edu.agh.cast.model.attributes
A merge policy that always returns the logical alternative (OR) of given values.
AttributeMergePolicyNotUniqueException - Exception in pl.edu.agh.cast.model.attributes
Thrown when an instance of AttributeMergePolicy with non unique Id is instantiated.
AttributeMergePolicyNotUniqueException() - Constructor for exception pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException
AttributeMergePolicyNotUniqueException(String) - Constructor for exception pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException
AttributeMergePolicyNotUniqueException(Throwable) - Constructor for exception pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException
AttributeMergePolicyNotUniqueException(String, Throwable) - Constructor for exception pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException
ATTRIBUTES_PROPERTY_CHANGE - Static variable in class pl.edu.agh.cast.model.attributes.AttributeManager
ID of the AttributesProperty property.
AttributeSaver - Interface in pl.edu.agh.cast.model.mapper
Implemnting classes must provide construcotr with one parameter which is the object for which the specific save method is invoked.
AttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class responsible for validating type of property.
AttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
 
AttributeValue - Class in pl.edu.agh.cast.model.attributes
Class representing a single value of an Attribute.
AttributeValue(Attribute, Object) - Constructor for class pl.edu.agh.cast.model.attributes.AttributeValue
Constructor.
AttributeValueContainer - Interface in pl.edu.agh.cast.model.visual.backward
An interface to be implemented by elements containing attributes.
attributeValues - Variable in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
AttributeValuesConverter - Class in pl.edu.agh.cast.backward.resources.xml
A XStream Converter for serializing and deserializing AttributeValues.
AttributeValuesConverter() - Constructor for class pl.edu.agh.cast.backward.resources.xml.AttributeValuesConverter
 
avalibleCharsets - Static variable in class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
The available charsets.
AVERAGE_DURATION - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
The name of "average duration" property.

B

BasePlugin - Class in pl.edu.agh.cast.model.base
The activator class controls the plug-in life cycle.
BasePlugin() - Constructor for class pl.edu.agh.cast.model.base.BasePlugin
The default constructor.
BaseProjectUtil - Class in pl.edu.agh.cast.resources
Utility methods for operating on projects.
BaseProjectUtil() - Constructor for class pl.edu.agh.cast.resources.BaseProjectUtil
 
beforeAddElement(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
This method is called before adding the given element to the data set.
beforeRemoveElement(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
This method is called before attempting to remove the given element from the data set.
beforeRemoveElement(T) - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
This method is called before attempting to remove the given element from the data set.
beforeRemoveElement(T) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
This method is called before attempting to remove the given element from the data set.
beforeRemoveElement(ISchemaElement<? extends IElement>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
 
BEND_POINTS - Static variable in class pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection.Properties
The name of the 'bend points' property.
bendpoint - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Bend point this object is referring to
BENDPOINTS_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection
Bend points changed event.
bindToAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Registers this model elements to notifications from its attribute manager about changed properties.
BooleanAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class for validating boolean value type.
BooleanAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.BooleanAttributeValidator
 
BooleanCellEditor - Class in pl.edu.agh.cast.ui.dialogs.property
CellEditor which allows editing boolean values.
BooleanCellEditor(Composite, boolean) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
Creates new editor.
BooleanCellEditor(Composite, int) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
Creates new editor.
BooleanColumnType - Class in pl.edu.agh.cast.dataview.column.type.impl
Column type for Boolean elements.
BooleanColumnType() - Constructor for class pl.edu.agh.cast.dataview.column.type.impl.BooleanColumnType
 
BooleanColumnType_False - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
BooleanColumnType_True - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
BooleanPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating boolean property types.
BooleanPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.BooleanPropertyValidator
 
bringDown() - Method in class pl.edu.agh.cast.editpart.LabelEditManager
 
bringDown() - Method in class pl.edu.agh.cast.tool.LabelEditManager
 
BrokenCellInfo - Class in pl.edu.agh.cast.rawdata.stat
Class describes a single data cell which contains improper data.
BrokenDataInfo - Class in pl.edu.agh.cast.rawdata.stat
Class which represents information about broken data in TabularData object.
BrokenDataInfo(TabularData) - Constructor for class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Default constructor.
BrokenRowInfo - Class in pl.edu.agh.cast.rawdata.stat
Contains information about error in specified DataRow object.
BrokenRowInfo(DataRow) - Constructor for class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
Constructor without statistics.
buildActions() - Method in class pl.edu.agh.cast.editor.DefaultActionBarContributor
 
buildActions() - Method in class pl.edu.agh.cast.schema.editor.SchemaActionBarContributor
buildContextMenu(IMenuManager) - Method in class pl.edu.agh.cast.schema.editor.SchemaEditorContextMenuProvider
Called when the context menu is about to show.
BUNDLE_CLASS_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
 
button - Variable in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
Button used for boolean value modification.
Button_Cancel - Static variable in class pl.edu.agh.cast.util.Messages
 
Button_OK - Static variable in class pl.edu.agh.cast.util.Messages
 
ButtonTableCreator - Class in pl.edu.agh.cast.importer.wizard.utils
SWT table creator, which creates tables with "select" buttons as labels.
ButtonTableCreator(int) - Constructor for class pl.edu.agh.cast.importer.wizard.utils.ButtonTableCreator
The default constructor.
ButtonTableCreator_Deselect - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ButtonTableCreator_Select - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ButtonWizardNewTemplate - Static variable in class pl.edu.agh.cast.data.util.Messages
 

C

calculateAlignmentRectangle(Request) - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Returns the alignment rectangle to which all selected parts should be aligned.
calculateEnabled() - Method in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
calculateEnabled() - Method in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
 
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
(@inheritDoc)
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
(@inheritDoc)
calculateEnabled() - Method in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
 
canBeConverted() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
Checks if row can be converted.
cancelEditor() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
canConvert(Class) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeManagerConverter
canConvert(Class) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeValuesConverter
canConvert(Class) - Method in class pl.edu.agh.cast.backward.resources.xml.VisualModelCachingFactoryConverter
canConvert(Class) - Method in class pl.edu.agh.cast.data.template.ColumnsParametersConverter
canConvert(Class) - Method in class pl.edu.agh.cast.data.template.ModelToDataMappingConverter
canConvert(Class) - Method in class pl.edu.agh.cast.data.template.TemplateFormatConverter
canConvert() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Checks if conversion can be done.
canConvert(Class) - Method in class pl.edu.agh.cast.importer.base.template.internal.SimpleDateFormatXStreamConverter
canEdit(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.DataRowEditingSupport
canEdit(Object) - Method in class pl.edu.agh.cast.importer.wizard.utils.DataRowEditingSupport
canExecute() - Method in class pl.edu.agh.cast.backward.command.ModifyAttributesCommand
Command can be executed only if: attributes were added or removed attribute values were changed attribute's showAsLabel flag changed Otherwise, command cannot be executed.
canExecute() - Method in class pl.edu.agh.cast.backward.command.PasteCommand
canExecute() - Method in class pl.edu.agh.cast.command.CreateAndModifyPropertiesCommand
canFinish() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
canFinish() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Checks whether the wizard can finish the import process (using the helper method AbstractConversionRulesSelectionPage.isComplete()), and when it is, creates an appropriate converter, sets its conversion rule values, and sets the converter for the parent wizard.
canFinish() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
canFinish() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Checks whether the wizard can finish the import process (using the helper method AbstractConversionRulesSelectionPage.isComplete()), and when it is, creates an appropriate converter, sets its conversion rule values, and sets the converter for the parent wizard.
canFinishWizard() - Method in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
Checks whether the wizard can finish the import process.
canFinishWizard() - Method in class pl.edu.agh.cast.importer.wizard.strategy.ApplyTemplateWizardStrategy
Checks whether the wizard can finish the import process.
canFinishWizard() - Method in interface pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy
Checks whether the wizard can finish the import process.
canFinishWizard() - Method in class pl.edu.agh.cast.importer.wizard.strategy.UseTemplateWizardStrategy
Checks whether the wizard can finish the import process.
canFlipToNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
canFlipToNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
canParse() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Checks if parsing can be done.
canReplicateTo(Object, Class<?>) - Method in class pl.edu.agh.cast.data.model.AbstractElement
 
canTokenize() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Checks if tokenization can be done.
canUndo() - Method in class pl.edu.agh.cast.backward.command.EnhanceNodesCommand
This method always returns false.
canUndo() - Method in class pl.edu.agh.cast.command.RemoveMetaPropertiesCommand
Always returns false as the commend cannot be undone.
canUndo() - Method in class pl.edu.agh.cast.schema.editor.command.ChangeElementPropertyCommand
CAST - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
CAST - Static variable in class pl.edu.agh.cast.util.Messages
 
CastApplication - Class in pl.edu.agh.cast
This class controls all aspects of the application's execution.
CastApplication() - Constructor for class pl.edu.agh.cast.CastApplication
 
CastClipboardContents - Class in pl.edu.agh.cast.backward.editor.action
Clipboard contents by CAST.
CastClipboardContents(List<Node>) - Constructor for class pl.edu.agh.cast.backward.editor.action.CastClipboardContents
Creates new clipboard contents object.
ChangeElementPropertyCommand - Class in pl.edu.agh.cast.schema.editor.command
Command which changes the given property value.
ChangeElementPropertyCommand(Property<? extends MetaProperty>, String) - Constructor for class pl.edu.agh.cast.schema.editor.command.ChangeElementPropertyCommand
Constructor.
ChangeElementPropertyCommand_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
ChangeElementPropertyCommand_1 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
ChangeElementPropertyCommand_2 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
changeMostRecentlyProjectName(IProject, String) - Method in class pl.edu.agh.cast.project.UserPreferences
Changes MRU project name.
changeProjectLocation(String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Removes project from workspace and adds project pointed to by newLocation.
changeRowValue(DataRow, int, String) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Changes token value in input row.
changeRowValue(DataRow, int, String) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Delegates method to ImportProcess#changeRowValue(DataRow, int, String).
changeRowValueAfterParsing(TabularData, ErrorsLog, DataRow, int, String) - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
Changes token value in input row.
changeValue(String) - Method in class pl.edu.agh.cast.data.preprocessing.DataCell
Replaces the existing cell value with a specified new one.
checkBlocking(IConversionRule, IConversionRule, Class<? extends IConversionRule>) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Checks whether the comboboxes in the curent rules selection page should be blocked or unblocked due to the change in rule selection.
CHECKBOX_CLEARED - Static variable in class pl.edu.agh.cast.resource.CoreVisualResourcesProvider
Checkbox cleared.
CHECKBOX_SELECTED - Static variable in class pl.edu.agh.cast.resource.CoreVisualResourcesProvider
Checkbox selected.
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.BooleanPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ColorPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.DatePropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.IdPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.IntegerPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
 
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferencePropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TextArrayPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TextPropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TypePropertyValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
 
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.BooleanAttributeValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.ColorAttributeValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.DateAttributeValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.IntegerAttributeValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator
checkFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.StringAttributeValidator
checkIfBoolean(Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
Verifies if two values are of type Boolean.
checkIfValid() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Checks if the data set is valid.
checkIfValid() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Checks if the element is valid.
checkIfValid() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Checks if the attributes of this description are valid.
checkIfValid() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Checks if the element is valid.
checkIfValid() - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Checks if the element is valid - the element reference is not null and the referenced element is valid.
checkIfValid() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Checks if the element is valid.
checkIfValidVisualElement() - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Checks if the visual element is valid.
checkRowNullEmpty(DataRow, String) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
CHILD - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram node added/removed event.
CHILD_EVENT - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Name of the Model element added/removed event.
CHILDREN - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram nodes (multiple) added/removed event.
children - Variable in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
List of children.
CHILDREN_EVENT - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Name of the Model elements (multiple) added/removed event.
childrenCount(ISchemaNode, ISchemaNode, List<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
 
chooseTargetFile(String) - Method in class pl.edu.agh.cast.data.template.export.AbstractExportTemplateAction
 
CLEAR - Static variable in class pl.edu.agh.cast.data.ui.utils.Images
Import clear icon file name.
clear() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Clears the conversion rule's configuration.
clear() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Clears the conversion rule's configuration.
clear() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Clears the conversion rule's configuration.
clear() - Method in interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
Clears the conversion rule's configuration.
clear() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
clear() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
CLEAR - Static variable in class pl.edu.agh.cast.importer.wizard.utils.Images
Import clear icon file name.
clearBendPoints() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Method required by LayoutRelationship interface.
clearCache() - Method in class pl.edu.agh.cast.model.mapper.Mapper
Clear the object cache.
clearCache(boolean) - Method in class pl.edu.agh.cast.model.mapper.Mapper
Clear the object cache.
clearDataSets() - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
 
clearDateColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Clears the date column index.
clearDirectionColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Clears the direction column index.
clearNodeAColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Clears the node A column index.
clearNodeBColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Clears the node B column index.
clearPreview() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewComposite
Shows empty preview.
clearTimeColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Clears the time column index.
clone() - Method in class pl.edu.agh.cast.model.base.Entity
The clone of the entity.
clone() - Method in class pl.edu.agh.cast.model.base.Relation
This method makes a shallow copy of the object.
clone() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
This method makes a shallow copy of the object.
clone() - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Clones the mappable.
clone() - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
closeProject(IProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Closes a project, closing all editors as well.
CloseProjectAction - Class in pl.edu.agh.cast.navigator.ui.action
Closes current case action.
CloseProjectAction() - Constructor for class pl.edu.agh.cast.navigator.ui.action.CloseProjectAction
 
closeProjectEditors(IProject, boolean) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Close opened editors of given project.
CollectionUtil - Class in pl.edu.agh.cast.util
Utility methods for operating on collections.
CollectionUtil() - Constructor for class pl.edu.agh.cast.util.CollectionUtil
 
ColorAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class for validating color value type.
ColorAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.ColorAttributeValidator
 
ColorFilterPanel - Class in pl.edu.agh.cast.ui.dialogs.search
SWT Control for configuring ColorParameterFilter.
ColorFilterPanel(Composite, int, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.ColorFilterPanel
Creates new color filter panel.
ColorLine_Label - Static variable in class pl.edu.agh.cast.util.Messages
 
ColorParameterFilter - Class in pl.edu.agh.cast.backward.editor.operation.search.filters
Color based filter.
ColorParameterFilter(String, String) - Constructor for class pl.edu.agh.cast.backward.editor.operation.search.filters.ColorParameterFilter
Creates new color based parameter filter.
ColorPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating color property types.
ColorPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.ColorPropertyValidator
 
COLUMN - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column node in the model exsd (extension point definition file).
column - Variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Column, by which the viewer is to be sorted.
COLUMN_DEFAULTVALUE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column default value attribute in the model exsd.
COLUMN_FILTER_CLASS - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type filter class.
COLUMN_FILTER_DESCRIPTION - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type filter description.
COLUMN_FILTER_NAME - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type filter name.
COLUMN_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column id attribute in the model exsd.
COLUMN_INDEX_UNDEFINED - Static variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Value which marks that column index is undefined.
COLUMN_MODEL_INDEX - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column model index attribute in the model exsd.
COLUMN_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column name attribute in the model exsd.
COLUMN_OPTIONAL - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column optional value in the model exsd.
COLUMN_REQUIRED - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column required value in the model exsd.
COLUMN_TYPE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type attribute in the model exsd.
COLUMN_TYPE_BOOLEAN - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type boolean value in the model exsd.
COLUMN_TYPE_DATE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type date value in the model exsd.
COLUMN_TYPE_DOUBLE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type double value in the model exsd.
COLUMN_TYPE_EXTENSION_ID - Static variable in class pl.edu.agh.cast.dataview.Activator
Extension id for column types.
COLUMN_TYPE_ID - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type id.
COLUMN_TYPE_LABEL_PROVIDER - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type label provider class.
COLUMN_TYPE_LONG - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type long value in the model exsd.
COLUMN_TYPE_STRING - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column type string value in the model exsd.
COLUMN_TYPE_VALUE_COMPARATOR - Static variable in class pl.edu.agh.cast.dataview.Activator
Column type value comparator class.
COLUMN_USE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Column use attribute in the model exsd.
columnAIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
The index of the column holding the node A.
columnBIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
The index of the column holding the node B.
ColumnBreaksSelectionComposite - Class in pl.edu.agh.cast.importer.wizard.page
Composite used to retrieve from user information about column breaks indices.
ColumnBreaksSelectionComposite(Composite) - Constructor for class pl.edu.agh.cast.importer.wizard.page.ColumnBreaksSelectionComposite
The constructor.
ColumnBreaksSelectionComposite_PreviewLoadFailed - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ColumnFilter - Class in pl.edu.agh.cast.dataview.ui.filter
Extension of ViewerFilter which enables column filtering.
ColumnFilter(DisjunctionFilter, IColumnValueProvider) - Constructor for class pl.edu.agh.cast.dataview.ui.filter.ColumnFilter
Creates ColumnFilter instance.
columnIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Index of the column, whose value is to be retrieved and returned as an appropriate type.
columnIndex - Variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
The index of the column for which the dialog had been opened
columnNo - Variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Number of the column, by which the viewer is to be sorted..
ColumnNumberColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides column index label.
ColumnNumberColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ColumnNumberColumnLabelProvider
 
ColumnNumberColumnLabelProvider_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ColumnsParametersConverter - Class in pl.edu.agh.cast.data.template
XStream converter for the template's mapping of model column indexes to the model column's parameters.
ColumnsParametersConverter() - Constructor for class pl.edu.agh.cast.data.template.ColumnsParametersConverter
 
com.cloudgarden.resource - package com.cloudgarden.resource
 
ComboBoxTableCreator - Class in pl.edu.agh.cast.data.ui.template
SWT table creator: creates tables with combo-boxes as labels.
ComboBoxTableCreator() - Constructor for class pl.edu.agh.cast.data.ui.template.ComboBoxTableCreator
 
ComboBoxTableCreator - Class in pl.edu.agh.cast.importer.wizard.utils
SWT table creator, which creates tables with comboboxes as labels and configuration buttons above.
ComboBoxTableCreator(AnalyzersSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
The default constructor.
ComboBoxTableCreator_ConfigureBtnLabel - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ComboBoxTableCreator_Ignored - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
commandStack - Variable in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
GEF command stack
COMMENT_CHAR_OPTION_NAME - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
The comment character option indicating that a line is a comment and is not supposed to be imported.
COMMENT_CHAR_OPTION_NAME - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
The comment character option indicating that a line is a comment and is not supposed to be imported.
COMMON_CHECKBOX - Static variable in class pl.edu.agh.cast.util.Images
Empty checkbox icon image filename.
COMMON_CHECKBOX_SELECTED - Static variable in class pl.edu.agh.cast.util.Images
Selected checkbox icon image filename.
compare(Object, Object) - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
Compares two objects.
compare(Object, Object) - Method in interface pl.edu.agh.cast.dataview.column.type.IComparator
Compares two objects.
compare(ModelColumn, ModelColumn) - Method in class pl.edu.agh.cast.model.ModelColumnComparator
compare(Viewer, Object, Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorNameSorter
compare(Viewer, Object, Object) - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
compareTo(ErrorType) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
compareTo(ConversionRuleInfo) - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
compareTo(DataTypeInfo) - Method in class pl.edu.agh.cast.importer.base.util.DataTypeInfo
compareTo(TokenizerInfo) - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
compareTo(ConversionRulesPageInfo) - Method in class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
compareTo(Attribute) - Method in class pl.edu.agh.cast.model.attributes.Attribute
compareTo(ModelInfo) - Method in class pl.edu.agh.cast.model.ModelInfo
compareTo(ErrorType) - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
compareTo(Object) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
compareValues(T, T) - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
 
compareValues(Boolean, Boolean) - Method in class pl.edu.agh.cast.dataview.column.type.impl.BooleanColumnType
 
compareValues(Date, Date) - Method in class pl.edu.agh.cast.dataview.column.type.impl.DateColumnType
 
compareValues(Long, Long) - Method in class pl.edu.agh.cast.dataview.column.type.impl.LongColumnType
 
compareValues(String, String) - Method in class pl.edu.agh.cast.dataview.column.type.impl.StringColumnType
 
CompositeImportLogger - Class in pl.edu.agh.cast.importer.base.logging
An observer of the import process, which logs events to a composite.
CompositeImportLogger() - Constructor for class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
The default constructor.
conditions - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
The conditions of the query.
configuration - Variable in class pl.edu.agh.cast.ui.AbstractConfigurableView
The configuration of the view stored in IMemento object.
configuration - Variable in class pl.edu.agh.cast.ui.AbstractContentProvider
The configuration of the view.
Configuration - Class in pl.edu.agh.cast.util
CAST configuration utility class.
Configuration_13 - Static variable in class pl.edu.agh.cast.util.Messages
 
Configuration_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
configureGraphicalViewer() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
configureGraphicalViewer() - Method in class pl.edu.agh.cast.editor.AbstractEditor
confirmationDialog(String, String) - Static method in class pl.edu.agh.cast.CastApplication
Displays a confirmation dialog.
Connection - Class in pl.edu.agh.cast.model.visual.backward
A visual representation of a IRelation.
Connection() - Constructor for class pl.edu.agh.cast.model.visual.backward.Connection
Default constructor.
Connection(Node, Node, Date) - Constructor for class pl.edu.agh.cast.model.visual.backward.Connection
Constructor.
CONNECTION - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram connections changed event.
connection - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Connection this object is referring to
CONNECTION - Static variable in class pl.edu.agh.cast.util.Images
Connection icon image filename.
CONNECTION_COUNT_CHANGED - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Connection count changed event.
CONNECTION_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Connection changed event.
CONNECTION_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The name of the connections change event.
ConnectionFactory - Class in pl.edu.agh.cast.model.visual.backward
Factory responsible for creating new Connection objects.
ConnectionFactory() - Constructor for class pl.edu.agh.cast.model.visual.backward.ConnectionFactory
 
connectionFigure - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Reference to connection figure
ConnectionGroup - Class in pl.edu.agh.cast.model.visual.backward
Stores list of all connections between two nodes.
ConnectionGroup(Node, Node, ConnectionGroupAttributeManager) - Constructor for class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Creates a connection group.
ConnectionGroup_ConnCountChanged - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_DoubleLineSourceToTargetLabel - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_DoubleLineTargetToSourceLabel - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_LineColor - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_LineThickness - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_SingleLineLabel - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroup_VariableThicknessLineLabel - Static variable in class pl.edu.agh.cast.util.Messages
 
ConnectionGroupAttributeManager - Class in pl.edu.agh.cast.model.attributes
This class represents AttributeManagers which are to manage attributes of ConnectionGroups.
ConnectionGroupAttributeManager() - Constructor for class pl.edu.agh.cast.model.attributes.ConnectionGroupAttributeManager
Default constructor.
connectionGroupAttributeManager - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Connection group attribute manager.
connectionGroupPropertyManager - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Connection group attribute manager to use for all nodes.
connectionGroups - Variable in class pl.edu.agh.cast.model.visual.backward.Node
List of ConnectionGroups adjacent to the node.
ConnectionGroupWrapper - Class in pl.edu.agh.cast.ui.outline
Class wrapping ConnectionGroup so that it can be easily displayed in a OutlineTreeView.
ConnectionGroupWrapper(ConnectionGroup, Node) - Constructor for class pl.edu.agh.cast.ui.outline.ConnectionGroupWrapper
Creates new ConnectionGroup wrapper.
CONNECTIONS - Static variable in class pl.edu.agh.cast.model.visual.backward.Node
Name of the Connections changed event.
connectionToConnectionGroup - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Maps Connection to ConnectionGroup.
connectionToRelation - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Maps Connection to IRelation.
Constants - Class in pl.edu.agh.cast.common
Common constants.
Constants() - Constructor for class pl.edu.agh.cast.common.Constants
 
constructMetaPropertyManagerForClass(Class<? extends Identifiable>) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Returns a MetaPropertyManager initialized with MetaPermanentProperty'ies and MetaTransientProperty'ies defined (annotated) in given class.
containsErrorCode(Integer) - Method in class pl.edu.agh.cast.rawdata.stat.ErrorRegistry
Checks if registry contains an error by given code.
containsNode(String) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns true if factory has created a node with specific id.
containsTemplate(IImportTemplate) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Checks if a given template belongs to this group.
containsTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Checks if a template with given id belongs to this group.
contributeToActionBars() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Fill action bars with view specific actions.
contributeToActionBars() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Fill action bars with view specific actions.
contributeToActionBars() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Fill action bars with view specific actions.
contributeToActionBars() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
 
contributeToMenu(IMenuManager) - Method in class pl.edu.agh.cast.editor.DefaultActionBarContributor
contributeToMenu(IMenuManager) - Method in class pl.edu.agh.cast.schema.editor.SchemaActionBarContributor
contributeToToolBar(IToolBarManager) - Method in class pl.edu.agh.cast.editor.DefaultActionBarContributor
controller - Variable in class pl.edu.agh.cast.backward.figure.LegendFigure
The figure EditPart.
controlMoved(ControlEvent) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
controlResized(ControlEvent) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
ConversionPreviewComposite - Class in pl.edu.agh.cast.importer.wizard.page
Composite which shows conversion preview using TableViewer.
ConversionPreviewComposite(Composite, int) - Constructor for class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewComposite
The default constructor.
ConversionPreviewComposite_LoadingPreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ConversionPreviewComposite_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ConversionPreviewGenerator - Class in pl.edu.agh.cast.importer.base.util
Generates conversion preview for import templates.
ConversionPreviewGenerator() - Constructor for class pl.edu.agh.cast.importer.base.util.ConversionPreviewGenerator
 
ConversionPreviewPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of import wizard which serves preview of converted data.
ConversionPreviewPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
The default constructor.
ConversionPreviewPage_Description - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ConversionPreviewPage_Name - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ConversionPreviewPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
Composite of ConversionPreviewPage.
ConversionPreviewPageComposite_GroupName - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ConversionRuleException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot be produced due to some problems (i.e.
ConversionRuleException() - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
The default empty constructor.
ConversionRuleException(String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
Constructs a new exception with the specified list of parameters.
ConversionRuleException(ErrorType) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
Constructor.
ConversionRuleException(ErrorType, String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
Constructor.
ConversionRuleInfo - Class in pl.edu.agh.cast.importer.base.util
Holds and maintains the information about a specific conversion rule.
ConversionRuleInfo(String, String, Class<?>, String) - Constructor for class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
The default constructor.
ConversionRuleInfo(String, String, Class<?>) - Constructor for class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
The constructor.
ConversionRulesPageInfo - Class in pl.edu.agh.cast.importer.wizard.util
Class which holds information fetched from pl.edu.agh.cast.importer.wizard.rulespage extension point element.
ConversionRulesPageInfo(String, String, String, AbstractConversionRulesSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
Constructor.
conversionRulesSelectionPage - Variable in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
Conversion rules selection page.
ConversionWithProgressMonitor - Class in pl.edu.agh.cast.data.ui.importer.wizard
Embed conversion operation which can be monitored by ProgressMonitorDialog.
ConversionWithProgressMonitor(IProject, ImportPage, ValidationPage, FileRawDataLogger) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
The default constructor.
convert(DataSet) - Method in interface pl.edu.agh.cast.converter.IConverter
Covert the data in the data set.
convert(DataSet) - Method in class pl.edu.agh.cast.converter.IdentityConverter
Does nothing.
convert(DataSet) - Method in class pl.edu.agh.cast.converter.PrefixConverter
Covert the data in the data set.
convert(List<? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.converter.AbstractConverter
Converts given input data sets into a new output data set.
convert(MultiMap<ConverterInputEntry, ? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.converter.AbstractConverter
Converts given input data sets into a new output data set.
convert(MultiMap<ConverterInputEntry, ? extends IDataSet<? extends IElement>>) - Method in interface pl.edu.agh.cast.data.converter.IConverter
Converts given input data sets into a new output data set.
convert(List<? extends IDataSet<? extends IElement>>) - Method in interface pl.edu.agh.cast.data.converter.IConverter
Converts given input data sets into a new output data set.
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.BooleanPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ColorPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.DatePropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.IdPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.IntegerPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
 
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferencePropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TextArrayPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TextPropertyValidator
convert(String) - Method in class pl.edu.agh.cast.data.model.property.validator.TypePropertyValidator
convert(List<TabularData>, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
convert(List<TabularData>, IProgressMonitor) - Method in interface pl.edu.agh.cast.importer.base.converter.IImportConverter
Converts tabular data into data sets.
convert(IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Converts list of TabularData to domain data sets.
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
 
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.BooleanAttributeValidator
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.ColorAttributeValidator
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.DateAttributeValidator
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.IntegerAttributeValidator
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator
convert(String) - Method in class pl.edu.agh.cast.model.attributes.validation.StringAttributeValidator
convertedData - Variable in class pl.edu.agh.cast.importer.base.process.ImportProcess
Converted data, i.e.
converter - Variable in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
The import converter responsible for the current domain model's data conversion.
ConverterException - Exception in pl.edu.agh.cast.data.converter
Exception related to CAST model conversion.
ConverterException() - Constructor for exception pl.edu.agh.cast.data.converter.ConverterException
Empty constructor.
ConverterException(String) - Constructor for exception pl.edu.agh.cast.data.converter.ConverterException
Constructor.
ConverterException(Throwable) - Constructor for exception pl.edu.agh.cast.data.converter.ConverterException
Constructor.
ConverterException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.converter.ConverterException
Constructor.
ConverterInputEntry - Class in pl.edu.agh.cast.data.converter
This class is used for specifying input data sets for data set converters.
ConverterInputEntry(Type, int, boolean) - Constructor for class pl.edu.agh.cast.data.converter.ConverterInputEntry
Creates a new entry.
ConverterMatchingUtil - Class in pl.edu.agh.cast.data.converter
A utility class for converter matching routines.
ConverterMatchingUtil() - Constructor for class pl.edu.agh.cast.data.converter.ConverterMatchingUtil
 
ConverterReference - Class in pl.edu.agh.cast.data.converter
A descriptor class for data set converter.
ConverterReference() - Constructor for class pl.edu.agh.cast.data.converter.ConverterReference
Default constructor.
ConverterReference(ConverterSpecification, String, String) - Constructor for class pl.edu.agh.cast.data.converter.ConverterReference
Constructor.
ConverterRegistry - Class in pl.edu.agh.cast.data.converter
A locator and registry of data set converters.
ConverterSpecification - Class in pl.edu.agh.cast.data.converter
A class for encapsulating converter specification.
ConverterSpecification(List<ConverterInputEntry>, Type) - Constructor for class pl.edu.agh.cast.data.converter.ConverterSpecification
Constructor.
ConverterUtil - Class in pl.edu.agh.cast.data.converter
Utility methods for converters.
ConverterUtil() - Constructor for class pl.edu.agh.cast.data.converter.ConverterUtil
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.AbstractColumnFilter
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.AbstractDateColumnFilter
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.AbstractLongColumnFilter
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.AbstractStringColumnFilter
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.EnumEqualsColumnFilter
 
convertFilterValue(String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.StringRegexColumnFilter
 
convertFromStringFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
Converts from string representation of property type to its object representation (e.g.
convertFromStringFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
Converts from string representation of property type to its object representation (e.g.
convertRow(DataRow, int, T, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
Converts a specified data row and adds the relation, included within the row, to the specified data set.
convertRow(DataRow, int, IGeneralDataSet<IGeneralElement>, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
convertTabularData(TabularData, int, IProgressMonitor, String) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
convertToCollection(Iterable<T>) - Static method in class pl.edu.agh.cast.util.CollectionUtil
Converts given instance of Iterable to an instance of Collection.
convertToStringFormat(Object) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
Returns a string representation of the value.
convertToStringFormat(Object) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
Returns a string representation of the value.
convertToStringFormat(Object) - Method in class pl.edu.agh.cast.data.model.property.validator.TextArrayPropertyValidator
Returns a string representation of the value.
convertToStringFormat(Object) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
Returns a string representation of the value.
convertToStringFormat(Object) - Method in class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator
Returns a string representation of the value.
copy(Collection<IElement>) - Method in interface pl.edu.agh.cast.data.model.copier.IElementCopier
Returns a container containing copies of given elements.
copy(IDataSet<? extends IElement>) - Static method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Copies the given data set.
copy() - Method in class pl.edu.agh.cast.model.attributes.Attribute
Returns a copy of this Attribute instance.
copy() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
Returns a copy of this AttributeValue instance.
copy(Collection<IElement>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Returns a container containing copies of given elements.
CopyableImpl<E extends IElement> - Class in pl.edu.agh.cast.data.model.copier
Implementation of ICopyable interface.
CopyableImpl(IElementCopier<E>) - Constructor for class pl.edu.agh.cast.data.model.copier.CopyableImpl
Constructor.
CopyableImpl(IElementCopier<E>, Collection<IElementCopier<E>>) - Constructor for class pl.edu.agh.cast.data.model.copier.CopyableImpl
Constructor.
copyAttributes(AttributeValueContainer) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Copies attributes present in current model element to another model element.
copyAttributes(Mappable, ModelElement) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Copies entity's attributes to a node.
copyAttributeValues(Mappable) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Copies values of all Attributes of mappable that are registered in this ModelElement 's AttributeManager.
copyConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Creates a copy of given Connection.
copyConnectionGroup(ConnectionGroup, Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Creates a copy of given ConnectionGroup containing specified Connection.
copyDataLeavingColumns(List<Integer>) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Copies the current tabular data, leaving only the columns with the specified column indices.
copyFields(AbstractDateDoubleColumnConversionRule) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Copies all required fields of AbstractDateDoubleColumnConversionRule to the given instance of conversion rule.
copyFields(AbstractDirectedGraphConversionRule) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Copies all required fields of AbstractDirectedGraphConversionRule to the given instance of conversion rule.
copyFields(AbstractSingleColumnConversionRule) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Copies all required fields of AbstractSingleColumnConversionRule to the given instance of conversion rule.
copyFileContent(InputStream, OutputStream) - Static method in class pl.edu.agh.cast.data.util.FileIOUtil
Copies the content of the given input stream to the given output stream.
copyNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Creates a copy of given Node.
CopySelectionAction - Class in pl.edu.agh.cast.schema.editor.action
Action for copying contents from schema editor into clipboard.
CopySelectionAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
Constructor.
CopySelectionAction_MenuText - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
copyTo(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.Connection
Copies all fields of this Connection instance to that instance.
copyTo(ConnectionGroup) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Copies all fields of this ConnectionGroup instance to that instance.
copyTo(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Copies all fields of this Node instance to that instance.
CoreNodeIcon_DisplayName_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIcon_DisplayName_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIcon_DisplayName_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIcon_DisplayName_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIcon_DisplayName_Default - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIcon_Group_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
CoreNodeIconFactory - Class in pl.edu.agh.cast.backward.figure.icons
Implementation of node icon factory for Core component.
CoreNodeIconFactory() - Constructor for class pl.edu.agh.cast.backward.figure.icons.CoreNodeIconFactory
Creates new Core icon factory.
CoreServiceLocator - Class in pl.edu.agh.cast
Locator of core CAST services.
CoreServiceLocator() - Constructor for class pl.edu.agh.cast.CoreServiceLocator
 
CoreVisualResourcesProvider - Class in pl.edu.agh.cast.resource
Visual resource provider for core plugin.
CoreVisualResourcesProvider() - Constructor for class pl.edu.agh.cast.resource.CoreVisualResourcesProvider
Constructor.
count() - Method in interface pl.edu.agh.cast.data.model.IReferenceListIterator
Returns the number of references in the list.
countMonitorTotalWork(List<TabularData>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
countWhiteSpacesInColumn(List<String>, int) - Static method in class pl.edu.agh.cast.data.importer.data.txt.TxtDataImporter
Counts the number of white spaces in columns, given their lines' content and the maximum line length.
CP1250 - Static variable in class pl.edu.agh.cast.data.importer.data.util.AbstractEncodingRecognizer
Set of characters for CP1250 encoding.
CP1250 - Static variable in class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
Set of characters for CP1250 encoding.
createActionBarAdvisor(IActionBarConfigurer) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchWindowAdvisor
createActions() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
createActions() - Method in class pl.edu.agh.cast.editor.AbstractEditor
createActions() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
createAndActivateProject(String, IPath) - Method in class pl.edu.agh.cast.project.ProjectUtil
Create project of specified name if it does not exists and activates created project.
createAndAddColumn(List<TabularDataColumn>, IConversionRule, Class<?>, String) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
CreateAndModifyPropertiesCommand - Class in pl.edu.agh.cast.command
Command which consists of the two following commands: CreatePropertiesCommand and ModfiyPropertiesCommand.
CreateAndModifyPropertiesCommand(IPropertyContainer, Collection<CustomProperty>, Map<String, Property<? extends MetaProperty>>, Map<String, Object>) - Constructor for class pl.edu.agh.cast.command.CreateAndModifyPropertiesCommand
Constructor.
createAndShowEditor(IPresentationElement<? extends IElement>, CommandStack) - Static method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Creates and shows properties editor.
CreateBendpointCommand - Class in pl.edu.agh.cast.schema.editor.command.bendpoints
Command creating bend points.
CreateBendpointCommand() - Constructor for class pl.edu.agh.cast.schema.editor.command.bendpoints.CreateBendpointCommand
 
createButtons() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Creates standard buttons: Cancel, Reset and Save.
createButtonsForButtonBar(Composite) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
createButtonsForButtonBar(Composite) - Method in class pl.edu.agh.cast.importer.wizard.dialog.DataSetNameDialog
Override this method to remove Cancel button.
createCellEditorOn(Composite) - Method in class pl.edu.agh.cast.editpart.LabelEditManager
 
createCellEditorOn(Composite) - Method in class pl.edu.agh.cast.tool.LabelEditManager
 
createChangeConstraintCommand(ChangeBoundsRequest, EditPart, Object) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaLayoutEditPolicy
createChangeConstraintCommand(EditPart, Object) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaLayoutEditPolicy
createConnection(IRelation) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns a connection corresponding to the given relation, creating it if necessary.
createConnection(IRelation, Set<String>) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns a connection corresponding to the given relation, creating it if necessary.
createConnectionGroup(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns a connection group corresponding to the given connection, creating it if necessary.
createContents(Composite) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
Creates dialog contents.
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
 
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
 
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.DateDoubleColumnConversionRuleConfigDialog
createContents() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.DirectedGraphConversionRuleConfigDialog
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
createControl(Composite) - Method in class pl.edu.agh.cast.data.ui.template.ParametersWizardPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
createControl(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
createControl(Composite) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
This method creats the tree control, it is intendet to be changed in subclasses which need some more sophisticated control.
createControl(Composite) - Method in class pl.edu.agh.cast.ui.AbstractTableView
This method creates the tree control, it is intended to be changed in subclasses which need some more sophisticated control.
createControl(Composite) - Method in class pl.edu.agh.cast.ui.AbstractTreeView
This method creats the tree control, it is intendet to be changed in subclasses which need some more sophisticated control.
createControl(Composite) - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
createControl(Composite) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
createControl(Composite) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
 
createControl(Composite) - Method in class pl.edu.agh.cast.ui.wizards.SelectRootNumbersWizardPage
 
createConverter() - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
Creates a new instance of converter.
createConverter() - Method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterSpecification
Creates a new instance of converter.
createConvRulesComposite(Composite) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
createConvRulesComposite(Composite) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
 
createCopy() - Method in interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.general.DateDoubleColumnConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.general.DateSingleColumnConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.general.DirectedGraphConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.general.SourceNodeSingleColumnConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.general.TargetNodeSingleColumnConversionRule
Creates a copy of the current conversion rule.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAndTimeAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in interface pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.TimeAnalyzer
Creates a copy of the current analyzer.
createCopy() - Method in interface pl.edu.agh.cast.importer.base.parser.IImportParser
Create parser copy which contains copies of all analyzers.
createCopy() - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
Create parser copy which contains copies of all analyzers.
createCopy() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Creates a copy of this template.
createCopy() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Creates a copy of this template.
createDataSetIterable(Collection<T>) - Static method in class pl.edu.agh.cast.data.model.ModelHelper
Creates a IDataSetIterable instance for data sets from given Collection.
createDataSetName() - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
Return the name of new data set.
createDeleteCommand(GroupRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaDeletePolicy
createDialogArea(Composite) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
createEditPart(EditPart, Object) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPartsFactory
createEditPolicies() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
createEditPolicies() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
createEditPolicies() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
createEditPolicies() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
createEditPolicies() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
createElementIterable(Collection<T>) - Static method in class pl.edu.agh.cast.data.model.ModelHelper
Creates a IElementIterable instance for elements from given Collection.
createEmptyDiagram() - Static method in class pl.edu.agh.cast.schema.editor.util.SchemaFactory
Creates empty diagram.
createEmptyReferenceList() - Method in interface pl.edu.agh.cast.data.model.util.IReferenceProvider
Creates an empty reference list of unknown type.
createEmptyReferenceList(T) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
Creates an empty IReferenceList object.
createEmptyReferenceList() - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
Creates an empty reference list of unknown type.
createErrorMsg(AbstractErrorLogData) - Method in class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
Creates the error message for the specified error, which may later be inserted into an import logger.
createFieldEditors() - Method in class pl.edu.agh.cast.ui.preferences.GeneralPreferencesPage
createFigure() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
createFigure() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
createFigure() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
createFigure() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
createFigure() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
createInitialLayout(IPageLayout) - Method in class pl.edu.agh.cast.ui.DefaultPerspective
createInstanceFor(Composite) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Creates new instance of MsgBoxHelper for given parent composite.
createList(T...) - Static method in class pl.edu.agh.cast.util.CollectionUtil
Creates a new list containing all of the given elements.
createNewDefaultGroup() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
 
createNewDescriptor() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns new, uninitialized instance of descriptor.
createNewDescriptor() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns new, uninitialized instance of descriptor.
createNewDescriptor() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns new, uninitialized instance of descriptor.
createNewDescriptor() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Returns new, uninitialized instance of descriptor.
createNode(IEntity) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns a node corresponding to the given entity, creating if it necessary.
createNode(IEntity, Set<String>) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns a node corresponding to the given entity, creating if it necessary.
createNodeCreationToolDrawers() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
createNodeCreationToolDrawers() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
createNodeIcon(Class, String, String, String, String, String) - Static method in class pl.edu.agh.cast.backward.figure.icons.AbstractNodeIconFactory
Creates node icon object.
createPaletteViewerProvider() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
createPaletteViewerProvider() - Method in class pl.edu.agh.cast.editor.AbstractEditor
createPartControl(Composite) - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
createPartControl(Composite) - Method in class pl.edu.agh.cast.ui.AbstractTableView
This method initializes the part control, i.e.
createPartControl(Composite) - Method in class pl.edu.agh.cast.ui.AbstractTreeView
This method initializes the part control, i.e.
createPartControl(Composite) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
createPersistenceProvider(String) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProviderFactory
Creates a new instance of persistence provider.
createPersistenceProvider(String, String) - Static method in class pl.edu.agh.cast.data.persistence.PersistenceProviderLocator
Attempts to create an instance of persistence provider with given ID using the specified persistence file.
createPersistenceProvider(String) - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProviderFactory
Creates a new instance of persistence provider.
createPersistenceProvider(String) - Method in class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProviderFactory
Creates a new instance of persistence provider.
createPersistenceProvider(String) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProviderFactory
Creates a new instance of persistence provider.
createProject(String, IPath) - Method in class pl.edu.agh.cast.project.ProjectUtil
Create project of specified name if it does not exists.
CreateProjectAction - Class in pl.edu.agh.cast.navigator.ui.action
Action to create a new project.
CreateProjectAction() - Constructor for class pl.edu.agh.cast.navigator.ui.action.CreateProjectAction
 
CreateProjectAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectAction_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectDialog - Class in pl.edu.agh.cast.ui.dialogs
Dialog used for creating a new project.
CreateProjectDialog(Shell, int, String, String, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
Creates new dialog for defining new projects.
CreateProjectDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreateProjectDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
CreatePropertiesCommand - Class in pl.edu.agh.cast.command
Adds custom properties to given IPropertyContainer.
CreatePropertiesCommand(IPropertyContainer, Collection<CustomProperty>) - Constructor for class pl.edu.agh.cast.command.CreatePropertiesCommand
Constructor.
createProperty(MetaProperty) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
 
createReference(T) - Method in interface pl.edu.agh.cast.data.model.util.IReferenceProvider
Creates a reference to the given object.
createReference(T) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
Creates IReference object for given instance.
createReference(T) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
Creates a reference to the given object.
createReferenceList(T) - Method in interface pl.edu.agh.cast.data.model.util.IReferenceProvider
Creates a reference list with one object.
createReferenceList(Iterable<T>, Type) - Method in interface pl.edu.agh.cast.data.model.util.IReferenceProvider
Creates a reference list with a list of objects of the given type.
createReferenceList(Type) - Method in interface pl.edu.agh.cast.data.model.util.IReferenceProvider
Creates an empty reference list of the given type.
createReferenceList(T) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
Creates IReferenceList object for given instance.
createReferenceList(Iterable<T>, Type) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
Creates IReferenceList object for given instances.
createReferenceList(T, Type) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
Creates IReferenceList object for given instances.
createReferenceList(T) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
Creates a reference list with one object.
createReferenceList(Iterable<T>, Type) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
Creates a reference list with a list of objects of the given type.
createReferenceList(Type) - Method in class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
Creates an empty reference list of the given type.
createSampleDiagram() - Static method in class pl.edu.agh.cast.schema.editor.util.SchemaFactory
Creates diagram with sample data.
createTable(Composite, String[], TabularData, MappingWizardPage) - Method in class pl.edu.agh.cast.data.ui.template.ComboBoxTableCreator
Creates table basing on column names and tabular data.
createTable(ModelColumn[], TabularData) - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
Creates a table with specified column names and indication whether they are required or not, and calls the table creator to fill the table with the specified data.
createTable(Composite, String[]) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Creates a table with specified captions and adds it to a specified composite.
createTable(Composite, ButtonTableCreator, Class<?>, String) - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
Calls the ButtonTableCreator.createTable(Composite, GridData, TabularData, Map) method of the specified table creator, which is to be created on the specified composite.
createTable() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
 
createTable() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.DateSingleColumnConversionRuleConfigDialog
 
createTable() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.NumberSingleColumnRuleConfigDialog
 
createTable() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.StringSingleColumnConversionRuleConfigDialog
 
createTable(RawTabularData) - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPageComposite
Calls ComboBoxTableCreator.createTable() method, which creates table basing on items and data to insert into the combo boxes and tokenized raw tabular data.
createTable(Composite, GridData, TabularData, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.importer.wizard.utils.ButtonTableCreator
Creates table basing on parsed tabular data.
createTable(Composite, String[], Object[], RawTabularData) - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Creates table basing on column names and tokenized raw tabular data.
createTargetRequest() - Method in class pl.edu.agh.cast.backward.editor.EntityCreationTool
createTargetRequest() - Method in class pl.edu.agh.cast.backward.editor.EntityDropTargetListener
createTargetRequest() - Method in class pl.edu.agh.cast.schema.editor.dnd.NodeDropTargetListener
createTargetRequest() - Method in class pl.edu.agh.cast.schema.editor.tool.SchemaConnectionCreationTool
createTargetRequest() - Method in class pl.edu.agh.cast.schema.editor.tool.SchemaNodeCreationTool
createTemplateBasedOnImportProcess(ImportProcess, String, String) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Creates new import template based on given ImportProcess object with given name and description.
CreateTemplateWizardStrategy - Class in pl.edu.agh.cast.importer.wizard.strategy
New template creation wizard strategy.
CreateTemplateWizardStrategy() - Constructor for class pl.edu.agh.cast.importer.wizard.strategy.CreateTemplateWizardStrategy
 
createVisualDataSet() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Creates a new visual data set to be associated with this presentation data set.
createVisualDataSet() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Creates a new visual data set to be associated with this presentation data set.
createVisualElement() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Creates a new visual element to be associated with this presentation element.
createVisualElement() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Creates a new visual element to be associated with this presentation element.
createVisualElement() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Creates a new visual element to be associated with this presentation element.
createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
createXStreamInstance() - Static method in class pl.edu.agh.cast.backward.resources.xml.XStreamInitializer
Creates and initializes a new XStream instance with default set of classes.
createXStreamInstance(Class<?>[]) - Static method in class pl.edu.agh.cast.backward.resources.xml.XStreamInitializer
Creates and initializes a new XStream instance.
createXStreamInstance() - Static method in class pl.edu.agh.cast.data.template.xml.TemplateXStreamInitializer
Creates and initializes a new XStream instance with default set of classes.
createXStreamInstance(Class<?>[]) - Static method in class pl.edu.agh.cast.data.template.xml.TemplateXStreamInitializer
Creates and initializes a new XStream instance.
CSV_TOKENIZER_ID - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
Name of the CSV tokenizer.
CsvDataImporter - Class in pl.edu.agh.cast.data.importer.data.csv
Simple CSV data importer with separator set to semicolon.
CsvDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.csv.CsvDataImporter
 
CsvTokenizer - Class in pl.edu.agh.cast.importer.base.tokenizer.csv
Simple CSV data tokenizer.
CsvTokenizer() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
 
CsvTokenizer_TokenizeTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
CustomProperty - Class in pl.edu.agh.cast.data.model.property
Custom property - contains the value of the property.
CustomProperty(MetaProperty) - Constructor for class pl.edu.agh.cast.data.model.property.CustomProperty
Creates new custom property.
CustomProperty(MetaProperty, Object) - Constructor for class pl.edu.agh.cast.data.model.property.CustomProperty
Creates new custom property with initialized value.
CUT_POINTS_OPTION_NAME - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
Indices of column cuts separated by white chars.

D

d1 - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
First dimensions describing location of bend point relating to connection
d2 - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Second dimensions describing location of bend point relating to connection
data - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Data in tabular form, which is to be converted to data set.
data - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The tabular data to be converted.
DATA - Static variable in class pl.edu.agh.cast.util.Images
Data set icon image filename.
DATA_IMPORTER - Static variable in class pl.edu.agh.cast.data.Activator
Data importer identifier.
DATA_IMPORTER_CLASS - Static variable in class pl.edu.agh.cast.data.Activator
Data importer class identifier.
DATA_IMPORTER_DESCRIPTION - Static variable in class pl.edu.agh.cast.data.Activator
Data importer description identifier.
DATA_IMPORTER_EXTENSION_ID - Static variable in class pl.edu.agh.cast.data.Activator
Data importer extension point identifier.
DATA_IMPORTER_ID - Static variable in class pl.edu.agh.cast.data.Activator
Data importer ID identifier.
DATA_IMPORTER_NAME - Static variable in class pl.edu.agh.cast.data.Activator
Data importer name identifier.
DATA_PREPROCESSOR_CLASS - Static variable in class pl.edu.agh.cast.data.Activator
Data preprocessor class identifier.
DATA_PREPROCESSOR_DESC - Static variable in class pl.edu.agh.cast.data.Activator
Data preprocessor description identifier.
DATA_PREPROCESSOR_EXTENSION_ID - Static variable in class pl.edu.agh.cast.data.Activator
Data preprocessor extension point identifier.
DATA_PREPROCESSOR_ID - Static variable in class pl.edu.agh.cast.data.Activator
Data preprocessor ID identifier.
DATA_PREPROCESSOR_NAME - Static variable in class pl.edu.agh.cast.data.Activator
Data preprocessor name identifier.
DATA_SET_DATE_FORMAT - Static variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The data set date format.
DATA_VIEW_COLUMN_CAPTION - Static variable in class pl.edu.agh.cast.dataview.Activator
Data view column caption.
DATA_VIEW_COLUMN_TYPE_ID - Static variable in class pl.edu.agh.cast.dataview.Activator
Data view column type id.
DATA_VIEW_COLUMN_VALUE_PROVIDER - Static variable in class pl.edu.agh.cast.dataview.Activator
Data view column value provider class.
DATA_VIEW_CONTENT_PROVIDER - Static variable in class pl.edu.agh.cast.dataview.Activator
Data view content provider class.
DATA_VIEW_SUPPORTED_MODEL - Static variable in class pl.edu.agh.cast.dataview.Activator
Data view supported model extension id.
DataCell - Class in pl.edu.agh.cast.data.preprocessing
Represents a single data cell in the tabular data.
DataCell(DataRow, int) - Constructor for class pl.edu.agh.cast.data.preprocessing.DataCell
The default constructor.
DataImporter - Class in pl.edu.agh.cast.model.base
Deprecated.  
DataImporter(IModel) - Constructor for class pl.edu.agh.cast.model.base.DataImporter
Deprecated. Constructor which binds the loader to the given model.
DataModelVisualResourcesProvider - Class in pl.edu.agh.cast.data.model.resource
Visual resource provider for data-model plug-in.
DataModelVisualResourcesProvider() - Constructor for class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
Constructor.
DataModelVisualResourcesProvider_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataModelVisualResourcesProvider_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
DataRow - Class in pl.edu.agh.cast.importer.base.data
Class, which represents one analyzed row of data read from the source data file.
DataRow(int, TabularData) - Constructor for class pl.edu.agh.cast.importer.base.data.DataRow
The default constructor.
DataRow(DataRow, TabularData) - Constructor for class pl.edu.agh.cast.importer.base.data.DataRow
The copying constructor.
DataRow - Class in pl.edu.agh.cast.rawdata
Class which represents one row of data read from source data file.
DataRow() - Constructor for class pl.edu.agh.cast.rawdata.DataRow
Default constructor.
DataRowEditingSupport - Class in pl.edu.agh.cast.data.ui.importer.wizard
Support for DataRow editing, which can be set for table viewers.
DataRowEditingSupport(TableViewer, BrokenDataInfo, int, ValidationPageComposite) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.DataRowEditingSupport
The default constructor.
DataRowEditingSupport - Class in pl.edu.agh.cast.importer.wizard.utils
Support for DataRow editing, which can be set for table viewers.
DataRowEditingSupport(TableViewer, String, int, ValidationPageComposite) - Constructor for class pl.edu.agh.cast.importer.wizard.utils.DataRowEditingSupport
The default constructor.
DataRowErrorLogData - Class in pl.edu.agh.cast.importer.base.stat
Representation of error log data for a specified data row.
DataRowErrorLogData(Integer, ErrorType, String[], IDataRow<?>) - Constructor for class pl.edu.agh.cast.importer.base.stat.DataRowErrorLogData
The default constructor.
DataRowIndexColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provider for row index in DataRow.
DataRowIndexColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.DataRowIndexColumnLabelProvider
 
DataRowIndexColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provider row index in IDataRow.
DataRowIndexColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.DataRowIndexColumnLabelProvider
 
dataSet - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Data set.
dataSet - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Data set into which the data will be converted during the import.
DataSet - Class in pl.edu.agh.cast.model.base
The default implementation of the IDataSet interface.
DataSet() - Constructor for class pl.edu.agh.cast.model.base.DataSet
Constructor needed by the mapping mechanism.
DataSet(String) - Constructor for class pl.edu.agh.cast.model.base.DataSet
The default constructor.
DataSet(String, IModel) - Constructor for class pl.edu.agh.cast.model.base.DataSet
The parametrized constructor.
DataSetDescriptor - Class in pl.edu.agh.cast.data.model
Descriptor of a data set (see IDataSet).
DataSetDescriptor() - Constructor for class pl.edu.agh.cast.data.model.DataSetDescriptor
Default constructor.
DataSetDescriptor(Type) - Constructor for class pl.edu.agh.cast.data.model.DataSetDescriptor
Initializes descriptor with type.
DataSetDescriptor(Type, String) - Constructor for class pl.edu.agh.cast.data.model.DataSetDescriptor
Constructor for descriptors of new data sets.
DataSetDescriptor(Type, UUID, String, Date) - Constructor for class pl.edu.agh.cast.data.model.DataSetDescriptor
Constructor.
DataSetNameDialog - Class in pl.edu.agh.cast.importer.wizard.dialog
Dialog used in ImporterWizard to get target data set name.
DataSetNameDialog(Shell, String) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.DataSetNameDialog
Constructor.
DataSetNameDialog_0 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_3 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_4 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_DataSetName - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_Save - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataSetNameDialog_Title - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
dataSets - Variable in class pl.edu.agh.cast.model.base.Relation
The data sets which this relation belongs to.
DataTableColumn - Class in pl.edu.agh.cast.dataview.ui
Data table column with enabled column filtering.
DataTableColumn(TableViewer, DataViewColumn) - Constructor for class pl.edu.agh.cast.dataview.ui.DataTableColumn
Creates instance of DataTableColumn.
DataTableColumn_AddFilter - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumn_ClearFilters - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumn_FilterButtonTip - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumn_LabelEqualsFilter - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumn_NoFilters - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumnMenu_AddAlternative - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumnMenu_Remove - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableColumnSorter - Class in pl.edu.agh.cast.dataview.ui
Column sorter for DataTableEditor.
DataTableColumnSorter(DataViewColumn) - Constructor for class pl.edu.agh.cast.dataview.ui.DataTableColumnSorter
Creates instance of DataTableColumnSorter.
DataTableContentProvider - Class in pl.edu.agh.cast.dataview.ui
Content provider used in DataTableEditor.
DataTableContentProvider(IContentProvider) - Constructor for class pl.edu.agh.cast.dataview.ui.DataTableContentProvider
Creates instance of DataTableContentProvider.
DataTableEditor - Class in pl.edu.agh.cast.dataview.ui.editor
Data View Editor.
DataTableEditor() - Constructor for class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
 
DataTableEditor_FilterByValue - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableFilterDialog_DoFilter - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableFilterDialog_DoNegation - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableFilterDialog_FilterDesc - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableFilterDialog_FilterDialogText - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableFilterDialog_FilterVal - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DataTableLabelProvider - Class in pl.edu.agh.cast.dataview.ui
Provides label in data table using DataViewColumn's read from data view extension point.
DataTableLabelProvider(DataViewColumn[]) - Constructor for class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
Creates instance of DataTableLabelProvider.
DataTableView_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
DataTableView_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
DataTableView_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
DataTableView_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
DataTableView_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
DataType_Date - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataType_DateAndTime - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataType_Direction - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataType_Text - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataType_Time - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DataTypeInfo - Class in pl.edu.agh.cast.importer.base.util
Holds and maintains the information about a specific data type.
DataTypeInfo(String, String, IAnalyzer) - Constructor for class pl.edu.agh.cast.importer.base.util.DataTypeInfo
The default constructor.
DataTypeInfo(DataTypeInfo) - Constructor for class pl.edu.agh.cast.importer.base.util.DataTypeInfo
The copying constructor.
DataView - Class in pl.edu.agh.cast.dataview.view
Data view provider.
DataView(String, IContentProvider, DataViewColumn[]) - Constructor for class pl.edu.agh.cast.dataview.view.DataView
The constructor.
DATAVIEW_VIEW_EXTENSION_ID - Static variable in class pl.edu.agh.cast.dataview.Activator
Extension id for data view providers.
DataViewColumn - Class in pl.edu.agh.cast.dataview.view
Contains information about column retrieved from data view extension.
DataViewColumn(String, DataViewColumnType, IColumnValueProvider) - Constructor for class pl.edu.agh.cast.dataview.view.DataViewColumn
The constructor.
DataViewColumnFilter - Class in pl.edu.agh.cast.dataview.view
Contains information about column data filter.
DataViewColumnFilter(IColumnFilter, String, String) - Constructor for class pl.edu.agh.cast.dataview.view.DataViewColumnFilter
Creates new instance of DataViewColumnFilter.
DataViewColumnType - Class in pl.edu.agh.cast.dataview.view
Contains information about column type.
DataViewColumnType(String, IComparator, ILabelProvider, DataViewColumnFilter[]) - Constructor for class pl.edu.agh.cast.dataview.view.DataViewColumnType
Creates instance of DataViewColumnType.
DataViewFactory - Class in pl.edu.agh.cast.dataview.view.util
Factory class for DataView.
date - Variable in class pl.edu.agh.cast.model.base.TimedRelation
The date of the relation.
DATE_ATTRIBUTE_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Date attribute name for Relation and TimedRelation in the model exsd.
DATE_CAST_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of incorrect date value error.
DATE_FORMAT - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The format of the date.
DateAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the DateDataType objects representing the connection's date.
DateAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
The default constructor.
DateAndTimeAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the DateAndTimeDataType objects representing the connection's date and time.
DateAndTimeAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.DateAndTimeAnalyzer
The default constructor.
DateAndTimeConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Dialog of the import wizard, which serves for configuration of data of date/time type.
DateAndTimeConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
The default constructor.
DateAndTimeConfigDialog_DateAndTimeCombo - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigDialog_DateAndTimeCustom - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigDialog_DateAndTimeGroupName - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_ApplyToAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_ConfigureFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_CustomDateFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_CustomTimeFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_DateAndTimeComponent - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_DateFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_Example - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_Letter - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeConfigurationDialog_TimeFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateAndTimeDataType - Class in pl.edu.agh.cast.importer.base.data.type
The date and time data type containing the Date value describing it.
DateAndTimeDataType(Date) - Constructor for class pl.edu.agh.cast.importer.base.data.type.DateAndTimeDataType
The default constructor.
DateAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class for validating date value type.
DateAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.DateAttributeValidator
 
DateBeforeColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Selects rows which date is before input date.
DateBeforeColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.DateBeforeColumnFilter
 
dateColumnIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
The index of the column holding the connection date.
DateColumnType - Class in pl.edu.agh.cast.dataview.column.type.impl
Column type for Date type elements.
DateColumnType() - Constructor for class pl.edu.agh.cast.dataview.column.type.impl.DateColumnType
 
DateConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Dialog of the import wizard, which serves for configuration of data of type date.
DateConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
The default constructor.
DateConfigurationDialog_ApplyToAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ConfigureDateFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_DateComponent - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_DateFormatGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_DayOfWeekExample - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_Example - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForDayInMonth - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForDayInYear - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForDayOfWeek - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForMonth - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForWeekInMonth - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForWeekInYear - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_ForYear - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_Letter - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_MonthExample - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateConfigurationDialog_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateDataType - Class in pl.edu.agh.cast.importer.base.data.type
The date data type containing the Date value describing it.
DateDataType(Date) - Constructor for class pl.edu.agh.cast.importer.base.data.type.DateDataType
The default constructor.
DateDoubleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.general
Date conversion rule for two columns: one date column and one time column.
DateDoubleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.general.DateDoubleColumnConversionRule
 
DateDoubleColumnConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Configuration dialog for two Date columns representing date and time.
DateDoubleColumnConversionRuleConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.DateDoubleColumnConversionRuleConfigDialog
The default constructor.
DateDoubleColumnConversionRuleConfigDialog_DateInstruction - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateDoubleColumnConversionRuleConfigDialog_DialogDescriptionLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateDoubleColumnConversionRuleConfigDialog_TimeInstruction - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateEqualsColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Date equals column filter.
DateEqualsColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.DateEqualsColumnFilter
 
DateFilterPanel - Class in pl.edu.agh.cast.ui.dialogs.search
SWT Control for configuring DateParameterFilter.
DateFilterPanel(Composite, int, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel
Creates new date filter panel.
dateFormat - Variable in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
Date format comprising only the date.
dateFormat - Variable in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
The date format.
DateParameterFilter - Class in pl.edu.agh.cast.backward.editor.operation.search.filters
Date based parameter filter.
DateParameterFilter(String, Date, Date) - Constructor for class pl.edu.agh.cast.backward.editor.operation.search.filters.DateParameterFilter
Creates new date based filter.
DatePropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating date property types.
DatePropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.DatePropertyValidator
 
DateSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.general
Date conversion rule for a single column.
DateSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.general.DateSingleColumnConversionRule
The default constructor.
DateSingleColumnConversionRule_Description - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
DateSingleColumnConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Configuration dialog for Date single column conversion rules.
DateSingleColumnConversionRuleConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.DateSingleColumnConversionRuleConfigDialog
The default constructor.
DateSingleColumnConversionRuleConfigDialog_DescLbl_Part1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DateSingleColumnConversionRuleConfigDialog_DescLbl_Part2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
dateTimeFormat - Variable in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
Date format comprising both the date and the time.
DBLoader - Class in pl.edu.agh.cast.model.mapper.internal
The loader which uses relational data base to store objects.
DBLoader(Map<Node, Mappable>, Class<Mappable>, Map<String, Class>, SortedMap<String, Object>) - Constructor for class pl.edu.agh.cast.model.mapper.internal.DBLoader
The parameterized constructor.
DBSaver - Class in pl.edu.agh.cast.model.mapper.internal
The saver implementation which uses relational data base to store objects.
DBSaver(Mappable, boolean) - Constructor for class pl.edu.agh.cast.model.mapper.internal.DBSaver
The parameterized constructor.
deactivate() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
deactivate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
deactivate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
Removes itself from a property change listener list of visual data set.
deactivate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
deactivate() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
deactivate() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
declareGlobalActionKeys() - Method in class pl.edu.agh.cast.editor.DefaultActionBarContributor
DEFAULT_COMMENT_CHAR - Static variable in class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
The default comment character contained in the data file.
DEFAULT_FOLDER - Static variable in class pl.edu.agh.cast.model.mapper.Mapper
The default name of the directory where models are stored.
DEFAULT_GROUP_ID - Static variable in class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
Default group ID.
DEFAULT_GROUP_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
Default group id.
DEFAULT_NODE_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
Default node resource id.
DEFAULT_NODE_TYPE - Static variable in class pl.edu.agh.cast.model.visual.backward.Node
Default node type.
DEFAULT_PATH - Static variable in class pl.edu.agh.cast.model.mapper.Mapper
The dafault path to the directory where models should be stored.
DEFAULT_RESOURCE_ID - Static variable in class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
Default resource ID.
DEFAULT_ROOT - Static variable in class pl.edu.agh.cast.model.mapper.Mapper
The default root directory where models should be stored.
DEFAULT_VISUAL_LABEL_ID - Static variable in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Property id which is default visual label.
DefaultActionBarContributor - Class in pl.edu.agh.cast.editor
Default ActionBarContributor.
DefaultActionBarContributor() - Constructor for class pl.edu.agh.cast.editor.DefaultActionBarContributor
 
DefaultFlayoutPreferences - Class in pl.edu.agh.cast.backward.editor
Default FlyoutPaletteComposite.FlyoutPreferences.
DefaultFlayoutPreferences() - Constructor for class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
 
DefaultFlayoutPreferences - Class in pl.edu.agh.cast.editor
Default FlyoutPaletteComposite.FlyoutPreferences.
DefaultFlayoutPreferences() - Constructor for class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
 
DefaultPerspective - Class in pl.edu.agh.cast.ui
Default CAST application UI perspective.
DefaultPerspective() - Constructor for class pl.edu.agh.cast.ui.DefaultPerspective
 
DefaultStatisticsProvider - Class in pl.edu.agh.cast.model
The default implementation of the statistics provider counts only the number of source and target relations, not taking into account any domain model data associated with them.
DefaultStatisticsProvider() - Constructor for class pl.edu.agh.cast.model.DefaultStatisticsProvider
 
DefaultStatisticsProvider_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteActionDelegate - Class in pl.edu.agh.cast.backward.editor.action
Action for deleting selected elements from an editor.
DeleteActionDelegate() - Constructor for class pl.edu.agh.cast.backward.editor.action.DeleteActionDelegate
 
DeleteActionDelegate - Class in pl.edu.agh.cast.schema.editor.action
Action for deleting selected elements from an editor.
DeleteActionDelegate() - Constructor for class pl.edu.agh.cast.schema.editor.action.DeleteActionDelegate
 
DeleteBendpointCommand - Class in pl.edu.agh.cast.schema.editor.command.bendpoints
Command deleting bend points.
DeleteBendpointCommand() - Constructor for class pl.edu.agh.cast.schema.editor.command.bendpoints.DeleteBendpointCommand
 
DeleteElementsCommand - Class in pl.edu.agh.cast.schema.editor.command
This command will be created multiple times because of the way delete requests work on edit parts.
DeleteElementsCommand(SchemaEditPart) - Constructor for class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
Creates new instance of command to delete model elements.
DeleteElementsCommand_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_1 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_2 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_3 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_4 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_5 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
DeleteElementsCommand_6 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
deleteErrors(List<BrokenCellInfo>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
Delegate to ImportWizard.deleteErrors(List<BrokenCellInfo>) method.
deleteErrors(List<BrokenCellInfo>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
Deletes rows containing the specified cells with errors.
deleteErrors(List<AbstractErrorLogData>) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
Delegate method.
DeleteModelElementsCommand - Class in pl.edu.agh.cast.backward.command
This command will be created multiple times because of the way delete requests work on edit parts.
DeleteModelElementsCommand(IDiagram) - Constructor for class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
Creates new instance of command to delete model elements.
DeleteModelElementsCommand_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
DeleteModelElementsCommand_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
deleteRowsWithErrors(List<AbstractErrorLogData>) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Removes all rows containing the errors specified.
DelimiterSelectionPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for selection of data column delimiters.
DelimiterSelectionPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPage
The default constructor.
DelimiterSelectionPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the DelimiterSelectionPage.
DelimiterSelectionPageComposite(Composite, int, DelimiterSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPageComposite
The default constructor.
DelimiterSelectionPageComposite_Comma - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_CommentChar - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_CommentCharTooltip - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_Delimiters - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_MergeSplitInstructionLabel - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_None - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_Other - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_Semicolon - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_Space - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_Tab - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_TextQualifier - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DelimiterSelectionPageComposite_TextQualifierTooltip - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
dependsOnExternalFocusListener() - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
 
DERIVED_TYPE - Static variable in class pl.edu.agh.cast.data.model.presentation.IPresentationElement.Properties
The name of the 'derived type' property.
DESC - Static variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Constant indicating the descending sort order.
DESELECT - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram nodes deselected event.
deselect() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Removes selection in diagram edit part.
deselect() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Removes selection in diagram edit part.
DESTORYED_EVENT - Static variable in class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
The name of "provider destroyed" event.
destroy() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Destroys the instance of IPersistenceProvider.
destroy() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Destroys the instance of IPersistenceProvider.
destroy() - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Destroys the instance of IPersistenceProvider.
destroy() - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Destroys the instance of IPersistenceProvider.
destroy() - Method in class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProvider
Destroys the instance of IPersistenceProvider.
destroy() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Destroys the instance of IPersistenceProvider.
destroyPersistenceProvider() - Method in class pl.edu.agh.cast.project.ProjectUtil
Destroys persistence provider for active project.
Diagram - Class in pl.edu.agh.cast.model.visual.backward
Diagram, which consists of of Nodes and Connections.
Diagram(Collection<IDataSet>) - Constructor for class pl.edu.agh.cast.model.visual.backward.Diagram
Constructs new diagram from model.
Diagram(Collection<IDataSet>, IProgressMonitor) - Constructor for class pl.edu.agh.cast.model.visual.backward.Diagram
Constructs new diagram from model.
Diagram(Collection<IDataSet>, IProgressMonitor, boolean) - Constructor for class pl.edu.agh.cast.model.visual.backward.Diagram
Constructs new diagram from model.
Diagram<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>> - Class in pl.edu.agh.cast.model.visual
Abstract implementation of IDiagram.
Diagram(M) - Constructor for class pl.edu.agh.cast.model.visual.Diagram
Constructor.
diagram - Variable in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
Schema diagram which contains nodes to layout
Diagram_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
Diagram_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
Diagram_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
Diagram_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
DIAGRAM_MARGIN_ID - Static variable in class pl.edu.agh.cast.model.attributes.DiagramAttributeManager
Name of the permanent attribute Margin.
DIAGRAM_SAVED_EVENT - Static variable in class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
The name of "diagram (presentation + visual data set) save event" event.
DiagramAttributeManager - Class in pl.edu.agh.cast.model.attributes
Attribute manager for diagram's attributes.
DiagramAttributeManager() - Constructor for class pl.edu.agh.cast.model.attributes.DiagramAttributeManager
Default constructor.
diagramAttributeManager - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Diagram attribute manager.
DiagramEditorInput - Class in pl.edu.agh.cast.backward.resources
Editor input provider in form of a IDiagram.
DiagramEditorInput(IDiagram, IFile) - Constructor for class pl.edu.agh.cast.backward.resources.DiagramEditorInput
Constructor.
DiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>> - Class in pl.edu.agh.cast.editor.input
Default implementation of IDiagramEditorInput - see for more details.
DiagramEditorInput(T) - Constructor for class pl.edu.agh.cast.editor.input.DiagramEditorInput
Constructor.
DiagramEnhancingMonitor_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
DiagramEnhancingMonitor_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
DiagramEnhancingMonitor_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
DiagramMarin_Label - Static variable in class pl.edu.agh.cast.util.Messages
 
DiagramSettings - Class in pl.edu.agh.cast.model.visual.backward
Schema diagram settings.
DiagramSettings() - Constructor for class pl.edu.agh.cast.model.visual.backward.DiagramSettings
 
DialogCompositeButtons_Cancel - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DialogCompositeButtons_Reset - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DialogCompositeButtons_Save - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
dialogDescriptionLbl - Variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
The dialog description label.
dialogDescriptionLbl - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The dialog description label.
dialogDescriptionLbl - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.DateDoubleColumnConversionRuleConfigDialog
The dialog description label.
dialogDescriptionLbl - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.DirectedGraphConversionRuleConfigDialog
The dialog description label.
DIMENSION_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The name of the dimension change event.
dimensions - Variable in class pl.edu.agh.cast.model.visual.backward.Node
Dimensions of the node.
DIRECTED - Static variable in class pl.edu.agh.cast.data.model.general.IManyToManyRelation.Properties
The name of the 'directed' property.
DirectedColumnValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for Directed column.
DirectedColumnValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.DirectedColumnValueProvider
 
DirectedGraphConversionRule - Class in pl.edu.agh.cast.importer.base.general
Source and target nodes' conversion for two String columns and one Direction column.
DirectedGraphConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.general.DirectedGraphConversionRule
 
DirectedGraphConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Configuration dialog for directed graph (two String and a single DirectionDataType columns).
DirectedGraphConversionRuleConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.DirectedGraphConversionRuleConfigDialog
The default constructor.
DirectedGraphConversionRuleConfigDialog_DialogDescriptionLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectedGraphConversionRuleConfigDialog_DirectionInstruction - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectedGraphConversionRuleConfigDialog_NodesInstruction - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectedGraphLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for DirectedGraphLayoutAlgorithm layout algorithm.
DirectedGraphLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.DirectedGraphLayoutAlgorithmAction
Default constructor.
Direction - Enum in pl.edu.agh.cast.model.mapper
The direction enum is used base model annotations.
direction - Variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Direction of sort.
DirectionAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the Strings representing a direction.
DirectionAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
 
directionColumnIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
The index of the column holding the direction.
DirectionConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Dialog of the import wizard, which serves for configuration of data of type direction.
DirectionConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
The default constructor.
DirectionConfigDialog_ConfigureInboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_ConfigureOutboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_CustomInboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_CustomOutboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_DialogDescriptionLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_InboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_InboundSameAsOutbound - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_InboundSameAsOutboundErrorMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionConfigDialog_OutboundDirections - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
DirectionDataType - Class in pl.edu.agh.cast.importer.base.data.type
The direction data type containing the text value as well as the actual direction.
DirectionDataType(DirectionDataType.Direction, String) - Constructor for class pl.edu.agh.cast.importer.base.data.type.DirectionDataType
The default constructor.
DirectionDataType.Direction - Enum in pl.edu.agh.cast.importer.base.data.type
The direction enumeration.
dirFor(IProject) - Static method in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
For given project returns the directory where the model is stored.
disableCombos(List<Combo>, IConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPageComposite
Disables comboboxes after blocking rule selection.
disableConfigButton(int) - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Disables configuration button in column with the specified index.
DisjunctionColumnFilter_OR - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
DisjunctionFilter - Class in pl.edu.agh.cast.dataview.column.filter.cnf
Disjunction filter.
DisjunctionFilter(IFilter) - Constructor for class pl.edu.agh.cast.dataview.column.filter.cnf.DisjunctionFilter
The constructor.
DISPLAY_NAME - Static variable in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Name of the Diagram display name changed event.
dispose() - Static method in class com.cloudgarden.resource.SWTResourceManager
 
dispose() - Method in class pl.edu.agh.cast.action.AboutAction
dispose() - Method in class pl.edu.agh.cast.action.ExitAction
dispose() - Method in class pl.edu.agh.cast.action.HelpContentsAction
dispose() - Method in class pl.edu.agh.cast.action.PluginConfigurationAction
dispose() - Method in class pl.edu.agh.cast.action.PluginUpdateAction
dispose() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
dispose() - Method in class pl.edu.agh.cast.backward.editor.action.AbstractOpenEditorAction
dispose() - Method in class pl.edu.agh.cast.backward.editor.action.SaveAction
dispose() - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
dispose() - Method in class pl.edu.agh.cast.backward.editor.action.SearchAction
dispose() - Method in interface pl.edu.agh.cast.common.IDisposable
Method called before disposing the object.
dispose() - Method in class pl.edu.agh.cast.data.logging.ShowImportLogFileAction
dispose() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Disposes this instance of PropertyContainer.
dispose() - Method in class pl.edu.agh.cast.data.template.export.ExportTemplateActionNavigator
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionGlobal
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListContentProvider
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TabularDataContentProvider
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
dispose() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
dispose() - Method in class pl.edu.agh.cast.dataview.ui.action.OpenDataTableEditor
dispose() - Method in class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
dispose() - Method in class pl.edu.agh.cast.dataview.ui.DataTableContentProvider
dispose() - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
dispose() - Method in class pl.edu.agh.cast.editor.AbstractEditor
dispose() - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
dispose() - Method in class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
dispose() - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
dispose() - Method in class pl.edu.agh.cast.editor.action.FitZoomAction
dispose() - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionGlobal
dispose() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
dispose() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
dispose() - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorsLogContentProvider
dispose() - Method in class pl.edu.agh.cast.importer.wizard.provider.TabularDataContentProvider
dispose() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Disposes this presenter.
dispose() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
dispose() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
dispose() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
dispose() - Method in class pl.edu.agh.cast.importer.wizard.util.provider.ListContentProvider
dispose() - Method in class pl.edu.agh.cast.navigator.ui.action.CloseProjectAction
dispose() - Method in class pl.edu.agh.cast.navigator.ui.action.CreateProjectAction
dispose() - Method in class pl.edu.agh.cast.navigator.ui.action.OpenProjectAction
dispose() - Method in class pl.edu.agh.cast.navigator.ui.action.RenameProjectAction
dispose() - Method in class pl.edu.agh.cast.navigator.ui.action.ShowProjectStartupAction
dispose() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
dispose() - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Disposes all hold resources including loaded images.
dispose() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Disposes the resource.
dispose() - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Disposes all hold resources including loaded images.
dispose() - Method in class pl.edu.agh.cast.resource.VisualResource
Disposes the resource.
dispose() - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
dispose() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Remove all connections from the data set during dispose.
dispose() - Method in class pl.edu.agh.cast.ui.AbstractContentProvider
The default implementation does not grab any resources, so this method is empty.
dispose() - Method in class pl.edu.agh.cast.ui.AbstractTableView
dispose() - Method in class pl.edu.agh.cast.ui.AbstractTreeView
dispose() - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Disposes view.
dispose() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
dispose() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Disposes view.
dispose() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
dispose() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
doCompare(Object, Object) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumnSorter
 
doCompare(Object, Object) - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
 
doConvert(MultiMap<ConverterInputEntry, ? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.converter.AbstractConverter
 
doConvert(MultiMap<ConverterInputEntry, ? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverter
doGetValue() - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
 
doGetValue() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
DomainDataSet<T extends IDomainElement> - Class in pl.edu.agh.cast.data.model.domain
Abstract data set of domain specific models.
DomainDataSet(DomainDataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
DomainDataSet(DomainDataSetDescriptor, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSet
Initializes data set with its descriptor and MetaPropertyManager.
DomainDataSet(DomainDataSetDescriptor, MetaPropertyManager, Map<Type, MetaPropertyManager>) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSet
Initializes data set with its descriptor and MetaPropertyManager.
DomainDataSetDescriptor - Class in pl.edu.agh.cast.data.model.domain
Enhanced descriptor of a domain data set (see IDomainDataSet).
DomainDataSetDescriptor() - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
Default constructor.
DomainDataSetDescriptor(Type) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
Initializes descriptor with type.
DomainDataSetDescriptor(Type, String) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
Constructor.
DomainDataSetDescriptor(Type, String, String, String, Date) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
Constructor.
DomainDataSetDescriptor(Type, UUID, String, Date, String, String, Date) - Constructor for class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
Constructor.
DomainDataSetNavigatorItemProvider - Class in pl.edu.agh.cast.navigator.provider
Navigator tree item provider class for DomainDataSet.
DomainDataSetNavigatorItemProvider() - Constructor for class pl.edu.agh.cast.navigator.provider.DomainDataSetNavigatorItemProvider
 
doSave(IProgressMonitor) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
doSave(IProgressMonitor) - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
doSave(IProgressMonitor) - Method in class pl.edu.agh.cast.editor.AbstractEditor
Delegates save process to AbstractEditor.doSaveWithoutMessageBox(IProgressMonitor) and shows info in message box.
doSaveAs() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
doSaveWithoutMessageBox(IProgressMonitor) - Method in class pl.edu.agh.cast.editor.AbstractEditor
Saves current diagram without any information to user.
doSetFocus() - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
 
doSetFocus() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
doSetValue(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
 
doSetValue(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
doSort(AbstractColumnSorter, int) - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Performs the sort action.
DOT - Static variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The dot character.
DOUBLE_CONNECTION_SOURCE_LABEL - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Connection double line source-to-target label changed event.
DOUBLE_CONNECTION_TARGET_LABEL - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Connection double line target-to-source label changed event.
drawNotConnected(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
Lays out the nodes provided in argument horizontally in the upper left corner of the diagram
DS_CREATION_DATE - Static variable in class pl.edu.agh.cast.data.model.IDataSet.Properties
The name of the 'elements' property.
DS_NAME - Static variable in class pl.edu.agh.cast.data.model.IDataSet.Properties
The name of the 'elements' property.
DUMMY_ID - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Default, dummy id of diagrams editor.
DUMMY_PROJECT_FILE_EXTENSION - Static variable in class pl.edu.agh.cast.util.Configuration
Project file extension.
dummyManager - Static variable in class pl.edu.agh.cast.model.attributes.ConnectionGroupAttributeManager
Dummy ConnectionGroupAttributeManager.
dummyManager - Static variable in class pl.edu.agh.cast.model.attributes.LegendAttributeManager
Dummy LegendAttributeManager.
dummyManager - Static variable in class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Dummy NodeAttributeManager.
DurationColumnValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for Duration column.
DurationColumnValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.DurationColumnValueProvider
 

E

EDITED_ATTRIBUTE_ID - Static variable in class pl.edu.agh.cast.policy.NodeDirectEditPolicy
 
EDITOR_ID_ATTR_ID - Static variable in class pl.edu.agh.cast.editor.EditorUtil
ID of the id attribute of pl.edu.agh.cast.editor extension point element.
EDITOR_NAME_ATTR_ID - Static variable in class pl.edu.agh.cast.editor.EditorUtil
ID of the name attribute of pl.edu.agh.cast.editor extension point element.
EDITOR_TYPEID_ATTR_ID - Static variable in class pl.edu.agh.cast.editor.EditorUtil
ID of the typeId attribute of pl.edu.agh.cast.editor extension point element.
EditorAction - Class in pl.edu.agh.cast.backward.editor.action
Default implementation of editor actions.
EditorAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.EditorAction
 
EditorAction - Class in pl.edu.agh.cast.editor.action
Default implementation of editor actions.
EditorAction() - Constructor for class pl.edu.agh.cast.editor.action.EditorAction
 
EditorException - Exception in pl.edu.agh.cast.editor
Base editor exception class.
EditorException() - Constructor for exception pl.edu.agh.cast.editor.EditorException
Default empty constructor.
EditorException(String) - Constructor for exception pl.edu.agh.cast.editor.EditorException
Constructor.
EditorException(Throwable) - Constructor for exception pl.edu.agh.cast.editor.EditorException
Constructor.
EditorException(String, Throwable) - Constructor for exception pl.edu.agh.cast.editor.EditorException
Constructor.
EditorSaverSupport - Class in pl.edu.agh.cast.backward.editor
Handles prompts to save an editor when closing.
EditorSaverSupport - Class in pl.edu.agh.cast.editor
Handles prompts to save an editor when closing.
EditorSaverSupportDialog - Class in pl.edu.agh.cast.backward.editor
Dialog for saving editor state.
EditorSaverSupportDialog(Shell, int, String, boolean) - Constructor for class pl.edu.agh.cast.backward.editor.EditorSaverSupportDialog
Creates new save dialog.
EditorSaverSupportDialog - Class in pl.edu.agh.cast.editor
Dialog for saving editor state.
EditorSaverSupportDialog(Shell, int, String, boolean) - Constructor for class pl.edu.agh.cast.editor.EditorSaverSupportDialog
Creates new save dialog.
EditorSaverSupportDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorSaverSupportDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorSaverSupportDialog_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorSaverSupportDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorSaverSupportDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorSaverSupportDialog_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtil - Class in pl.edu.agh.cast.editor
Editor's utilities.
EditorUtil() - Constructor for class pl.edu.agh.cast.editor.EditorUtil
 
EditorUtil_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtil_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtil_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtil_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtil_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
EditorUtilBackward - Class in pl.edu.agh.cast.backward.editor
Utility methods for editors.
EditorUtilBackward() - Constructor for class pl.edu.agh.cast.backward.editor.EditorUtilBackward
 
editorValueChanged(boolean, boolean) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
ELEMENTS - Static variable in class pl.edu.agh.cast.data.model.IDataSet.Properties
The name of the 'elements' property.
ElementTransferContainer<E extends IElement> - Class in pl.edu.agh.cast.data.model.copier
Container for transferring elements to data set.
ElementTransferContainer(Type) - Constructor for class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Constructor.
ElementTransferContainer(Type, List<E>) - Constructor for class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Constructor.
EMPTY_DATA_ROW_WARNING - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of empty data row warning.
EMPTY_DATE_NODE_WARNING - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of empty date value error.
EMPTY_SOURCE_NODE_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of empty source node identifier error.
EMPTY_STRING - Static variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The empty string.
EMPTY_TABULAR_DATA_WARNING - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of empty tabular data warning.
EMPTY_TARGET_NODE_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of empty target node identifier error.
EmptyValueConversionRuleException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot be done due to the value being empty.
EmptyValueConversionRuleException() - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.EmptyValueConversionRuleException
The default empty constructor.
EmptyValueConversionRuleException(String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.EmptyValueConversionRuleException
Constructs a new exception with the specified list of parameters.
EmptyValueConversionRuleException(ErrorType) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.EmptyValueConversionRuleException
Constructor.
EmptyValueConversionRuleException(ErrorType, String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.EmptyValueConversionRuleException
Constructor.
enableCombos(List<Combo>) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPageComposite
Enables comboboxes after non-blocking rule selection.
enableConfigButton(int) - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Enables configuration button in column with the specified index.
enableFiltering(boolean) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Enables/disables filtering on this column.
enableFiltering(boolean) - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
Enables column filtering on viewed table.
EnableFilteringAction - Class in pl.edu.agh.cast.dataview.ui.action
Enables/disables filtering in DataTableEditor.
EnableFilteringAction() - Constructor for class pl.edu.agh.cast.dataview.ui.action.EnableFilteringAction
 
EndDateColumnValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for End Date column.
EndDateColumnValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.EndDateColumnValueProvider
 
EnhancedCircleLayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
This is implementation of AbstractLayoutAlgorithm.
EnhancedCircleLayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.EnhancedCircleLayoutAlgorithm
 
EnhancedCircleLayoutAlgorithm_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
EnhanceNodesAction - Class in pl.edu.agh.cast.backward.editor.action
An EditorAction for executing EnhanceNodesCommand.
EnhanceNodesAction(IDiagram, IDataSet) - Constructor for class pl.edu.agh.cast.backward.editor.action.EnhanceNodesAction
Constructor.
EnhanceNodesCommand - Class in pl.edu.agh.cast.backward.command
A command that is to enhance Nodes from a IDiagram with attributes from matching entities of given IDataSet.
EnhanceNodesCommand(IDiagram, IDataSet) - Constructor for class pl.edu.agh.cast.backward.command.EnhanceNodesCommand
Command constructor.
EnhanceNodesCommand_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
EntitieColumnValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for single column cell created from entities sequence.
EntitieColumnValueProvider(IMultiColumnValueProvider, int) - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.EntitieColumnValueProvider
The constructor.
Entity - Class in pl.edu.agh.cast.data.model.general
Default implementation of IEntity interface.
Entity() - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Default constructor.
Entity(String) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given name and newly-generated ID.
Entity(IGeneralDataSet<? extends IGeneralElement>, String) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given data set, name and newly-generated ID.
Entity(UUID, String) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given ID and name.
Entity(UUID, IGeneralDataSet<? extends IGeneralElement>, String) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given ID, data set and name.
Entity(UUID, String, List<IManyToManyRelation>, List<IManyToManyRelation>) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given ID, data set, name and incoming and outgoing relations.
Entity(UUID, IGeneralDataSet<? extends IGeneralElement>, String, List<IManyToManyRelation>, List<IManyToManyRelation>) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Creates a new entity with given ID, data set, name and incoming and outgoing relations.
Entity(Type) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Initializes element with type.
Entity(Type, UUID, String) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Initializes element with type, ID and name.
Entity(Type, UUID, String, List<IManyToManyRelation>, List<IManyToManyRelation>) - Constructor for class pl.edu.agh.cast.data.model.general.Entity
Initializes element with given type, ID, data set, name and incoming and outgoing relations.
Entity - Class in pl.edu.agh.cast.model.base
Default IEntity implementation.
Entity() - Constructor for class pl.edu.agh.cast.model.base.Entity
Default constructor needed by the mapping mechanism.
Entity(String) - Constructor for class pl.edu.agh.cast.model.base.Entity
Parametrized constructor.
ENTITY_BIG - Static variable in class pl.edu.agh.cast.util.Images
Entity large icon image filename.
ENTITY_ID - Static variable in class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
Entity id.
ENTITY_NAME - Static variable in class pl.edu.agh.cast.data.model.general.IEntity.Properties
The name of the 'entity name' property.
ENTITY_SMALL - Static variable in class pl.edu.agh.cast.util.Images
Entity small icon image filename.
EntityCreationTool - Class in pl.edu.agh.cast.backward.editor
CreationTool for adding new entities to a diagram.
EntityCreationTool() - Constructor for class pl.edu.agh.cast.backward.editor.EntityCreationTool
 
EntityCreationToolEntry - Class in pl.edu.agh.cast.backward.editor
Tool entry for creating entities.
EntityCreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class pl.edu.agh.cast.backward.editor.EntityCreationToolEntry
Creates new entity creation tool entry for the palette.
EntityDropTargetListener - Class in pl.edu.agh.cast.backward.editor
Drop listener for the EntityCreationTool.
EntityDropTargetListener(EditPartViewer) - Constructor for class pl.edu.agh.cast.backward.editor.EntityDropTargetListener
Creates new drop listener.
EntityHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
entityToNode - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Maps IEntity.getId() to Node.
EnumEqualsColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Enum equals filter.
EnumEqualsColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.EnumEqualsColumnFilter
 
equals(Object) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
equals(Object) - Method in class pl.edu.agh.cast.backward.resources.DiagramEditorInput
Two DiagramEditorInputs are equal if their files are equal.
equals(Object) - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
equals(Object) - Method in class pl.edu.agh.cast.backward.resources.ModelEditorInput
Two ModelEditorInputs are equal if their files are equal.
equals(Object) - Method in class pl.edu.agh.cast.common.collections.MultiMap
equals(Object) - Method in class pl.edu.agh.cast.common.collections.Pair
equals(Object) - Method in class pl.edu.agh.cast.common.HexColor
equals(Object) - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
equals(Object) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Compares two elements.
equals(Object) - Method in class pl.edu.agh.cast.data.model.AbstractElement
Compares two elements.
equals(Object) - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
equals(Object) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
equals(Object) - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Returns true if given object is of type MetaProperty and has equal name, type, writable and matchable flags.
equals(Object) - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Returns true if given object is of type MetaProperty and has equal name, type, writable and matchable flags.
equals(Object) - Method in class pl.edu.agh.cast.data.model.property.MetaTransientProperty
Returns true if given object is of type MetaProperty and has equal name, type, writable and matchable flags.
equals(Object) - Method in class pl.edu.agh.cast.data.model.property.Property
equals(Object) - Method in class pl.edu.agh.cast.data.model.Type
equals(Object) - Method in class pl.edu.agh.cast.data.template.Template
equals(Object) - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
TODO ? should be moved to ModelEditorInput ?
equals(Object) - Method in class pl.edu.agh.cast.importer.base.data.DataRow
equals(Object) - Method in class pl.edu.agh.cast.importer.base.data.RawDataRow
equals(Object) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
equals(Object) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
equals(Object) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
equals(Object) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
equals(Object) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
equals(Object) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
equals(Object) - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
equals(Object) - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
equals(Object) - Method in class pl.edu.agh.cast.importer.base.stat.DataRowErrorLogData
equals(Object) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
equals(Object) - Method in class pl.edu.agh.cast.importer.base.stat.TabularDataErrorLogData
equals(Object) - Method in class pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
equals(Object) - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
equals(Object) - Method in class pl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
equals(Object) - Method in class pl.edu.agh.cast.model.attributes.Attribute
Two Attributes are considered equal if their names are equal.
equals(Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
equals(Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
equals(Object) - Method in class pl.edu.agh.cast.model.base.DataSet
equals(Object) - Method in class pl.edu.agh.cast.model.base.Entity
equals(Object) - Method in class pl.edu.agh.cast.model.base.Model
equals(Object) - Method in class pl.edu.agh.cast.model.base.Relation
To Timed relations are equal if their source and target nodes have the same id.
equals(Object) - Method in class pl.edu.agh.cast.model.base.TimedRelation
Two Timed relations are equal if their source and target nodes have the same id and their dates are equal.
equals(Object) - Method in class pl.edu.agh.cast.model.mapper.Link
equals(Object) - Method in class pl.edu.agh.cast.model.mapper.Node
equals(Object) - Method in class pl.edu.agh.cast.model.ModelColumn
equals(Object) - Method in class pl.edu.agh.cast.model.ModelColumnParameter
equals(Object) - Method in class pl.edu.agh.cast.model.visual.backward.Connection
equals(Object) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Two ConnectionGroups are equal if their sources and targets are equal.
equals(Object) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Two nodes are equal if their Node.getId()s are equal.
equals(Object) - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
equals(Object) - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
equals(Object) - Method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
This method is to verify if this method may be a polymorphic (specialized) version of given Method or PolymorphicMethod.
EqualsAssert - Class in pl.edu.agh.cast.util.test
A utility class providing various methods for testing equals/hashCode methods.
EqualsAssert() - Constructor for class pl.edu.agh.cast.util.test.EqualsAssert
 
EqualsAssertTestNG - Class in pl.edu.agh.cast.util.test
A utility class providing various methods for testing equals/hashCode methods.
EqualsAssertTestNG() - Constructor for class pl.edu.agh.cast.util.test.EqualsAssertTestNG
 
ERROR - Static variable in class pl.edu.agh.cast.data.ui.utils.Images
Import error icon file name.
ERROR - Static variable in class pl.edu.agh.cast.importer.wizard.utils.Images
Import error icon file name.
ErrorAlreadyExistsException - Exception in pl.edu.agh.cast.rawdata.stat
Exception which is thrown when already existing error is trying to be added.
ErrorAlreadyExistsException(ErrorType) - Constructor for exception pl.edu.agh.cast.rawdata.stat.ErrorAlreadyExistsException
Default constructor.
ErrorCodeColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides error code label.
ErrorCodeColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorCodeColumnLabelProvider
 
ErrorCodeColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provides error code label.
ErrorCodeColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorCodeColumnLabelProvider
 
ErrorColumnIndexColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Label provider for column containing column indexes.
ErrorColumnIndexColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorColumnIndexColumnLabelProvider
 
ErrorColumnIndexColumnLabelProvider_na - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
errorDialog(String, String) - Static method in class pl.edu.agh.cast.CastApplication
Displays an error dialog.
ErrorInfo - Class in pl.edu.agh.cast.rawdata.stat
Represents information about cell error.
ErrorInfo(ErrorType) - Constructor for class pl.edu.agh.cast.rawdata.stat.ErrorInfo
Constructor with given error type.
ErrorInfo(ErrorType, String[]) - Constructor for class pl.edu.agh.cast.rawdata.stat.ErrorInfo
Constructor with given error type and parameters.
ErrorInfo(ErrorType, String[], DataRow) - Constructor for class pl.edu.agh.cast.rawdata.stat.ErrorInfo
Constructor with given error, parameters and related row.
ErrorMessageColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Label provider for error column.
ErrorMessageColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorMessageColumnLabelProvider
 
ErrorMessageColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Label provider for error column.
ErrorMessageColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorMessageColumnLabelProvider
 
ErrorRegistry - Class in pl.edu.agh.cast.rawdata.stat
Registry for raw data errors.
ErrorRowIndexColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Label provider for column containing row indexes.
ErrorRowIndexColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorRowIndexColumnLabelProvider
 
errors - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Statistics after data validation, containing information about all errors.
errors - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
Statistics after data validation, containing information about all errors.
ErrorSeverity - Enum in pl.edu.agh.cast.importer.base.stat
Available error severities.
ErrorSeverity - Enum in pl.edu.agh.cast.rawdata.stat
Available error severities.
errorsLog - Variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The errors log.
ErrorsLog - Class in pl.edu.agh.cast.importer.base.stat
Errors log, which extends a HashMap, mapping row numbers to errors that had occurred within the rows.
ErrorsLog() - Constructor for class pl.edu.agh.cast.importer.base.stat.ErrorsLog
The default constructor.
ErrorsLogContentProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provides content for list elements.
ErrorsLogContentProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorsLogContentProvider
 
errorsTableViewer - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
Viewer for errors table.
ErrorTableColumnName_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ErrorTableColumnName_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ErrorTableColumnName_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ErrorTableColumnName_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ErrorTableColumnName_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ErrorTokenColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provides label for erroneous token.
ErrorTokenColumnLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorTokenColumnLabelProvider
 
ErrorTokenColumnLabelProvider_WholeRow - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
errorType - Variable in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
The error type.
ErrorType - Class in pl.edu.agh.cast.importer.base.stat
Class which represents the error type, containing an error code, a default message and an optional description and the error severity.
ErrorType(Integer, ErrorSeverity, String, String) - Constructor for class pl.edu.agh.cast.importer.base.stat.ErrorType
The default constructor.
ErrorType - Class in pl.edu.agh.cast.rawdata.stat
Class which represents error type, contains error, default message and severity.
ErrorType(Integer, ErrorSeverity, String, String) - Constructor for class pl.edu.agh.cast.rawdata.stat.ErrorType
Default constructor.
ErrorTypeContent - Class in pl.edu.agh.cast.data.ui.importer.wizard
Class which contains error type and relevant data.
ErrorTypeContent(boolean, ErrorType, String) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypeContent
The default constructor.
ErrorTypeContent - Class in pl.edu.agh.cast.importer.wizard.provider
Class which contains error type and relevant data.
ErrorTypeContent(boolean, ErrorType, String) - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContent
The default constructor.
ErrorTypeContentColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides error type content label.
ErrorTypeContentColumnLabelProvider(int) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
The default constructor.
ErrorTypeContentColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provides error type content label.
ErrorTypeContentColumnLabelProvider(int) - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
The default constructor.
ErrorTypesDialog - Class in pl.edu.agh.cast.data.ui.importer.wizard
Dialog that is displayed when the user requests to remove the rows according to their error type.
ErrorTypesDialog(ValidationPage, Shell) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
The default constructor.
ErrorTypesDialog - Class in pl.edu.agh.cast.importer.wizard.dialog
Dialog that is displayed when the user requests to remove the rows according to their error type.
ErrorTypesDialog(Shell, ValidationPage) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
The default constructor.
ErrorTypesDialog_Cancel - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_CheckboxColumn - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_Count - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_DeleteByType - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_DeleteSelected - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_DeselectAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_ErrorType - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_SelectAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_SelectAllErrors - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_SelectAllWarnings - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypesDialog_SelectTypesToDelete - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ErrorTypeWithReplacment - Class in pl.edu.agh.cast.rawdata.stat
Error type with value which can be replaced to fix the corresponding error.
ErrorTypeWithReplacment(int, String, String, String) - Constructor for class pl.edu.agh.cast.rawdata.stat.ErrorTypeWithReplacment
Default constructor.
escapeName(String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Escapes non-standard characters in project's name.
eventLoopException(Throwable) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
execute() - Method in class pl.edu.agh.cast.backward.command.AddNodeCommand
execute() - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
execute() - Method in class pl.edu.agh.cast.backward.command.EnhanceNodesCommand
execute() - Method in class pl.edu.agh.cast.backward.command.LabelCommand
execute() - Method in class pl.edu.agh.cast.backward.command.ModifyAttributesCommand
execute() - Method in class pl.edu.agh.cast.backward.command.PasteCommand
execute() - Method in class pl.edu.agh.cast.backward.command.RenameDiagramCommand
execute() - Method in class pl.edu.agh.cast.backward.command.ToggleShowLegendSettingCommand
execute() - Method in class pl.edu.agh.cast.backward.editor.operation.search.SearchOperation
Executes search according to given criteria and returns matching Nodes.
execute() - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsOperation
Executes the algorithm.
execute() - Method in class pl.edu.agh.cast.command.CreateAndModifyPropertiesCommand
execute() - Method in class pl.edu.agh.cast.command.CreatePropertiesCommand
execute() - Method in class pl.edu.agh.cast.command.ModfiyPropertiesCommand
execute() - Method in class pl.edu.agh.cast.command.ModifyPresentationElementCommand
execute() - Method in class pl.edu.agh.cast.command.RemoveMetaPropertiesCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.AddConnectionCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.AddNodeCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.CreateBendpointCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.DeleteBendpointCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.MoveBendpointCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.ChangeElementPropertyCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.MoveNodeCommand
execute() - Method in class pl.edu.agh.cast.schema.editor.command.SetLayoutCommand
executeCommand(Command) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Executes command.
executeCommand(Command) - Method in class pl.edu.agh.cast.editor.AbstractEditor
Executes command.
exists() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
exists() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
exists() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
exists() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
ExitAction - Class in pl.edu.agh.cast.action
Action for exiting the workbench.
ExitAction() - Constructor for class pl.edu.agh.cast.action.ExitAction
 
expandColumn(TableColumn) - Method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Expands the specified column.
export(String, List<IDiagram>, File) - Method in interface pl.edu.agh.cast.backward.resources.IExporter
Exports list of IDiagram objects to external format and saves the output to specified file.
export(IDiagram, File) - Method in interface pl.edu.agh.cast.backward.resources.IExporter
Exports a single IDiagram to external format and saves the output to specified file.
export(String, List<IDiagram>, File) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLExporter
Exports list of IDiagram objects to external format and saves the output to specified file.
export(IDiagram, File) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLExporter
Exports a single IDiagram to external format and saves the output to specified file.
export(Template) - Method in class pl.edu.agh.cast.data.template.export.ExportTemplateButtonAction
Exports a specified template to target file chosen by the user, and informs the user about the success of his/her save operation; or exists without performing any operation if the "cancel" button was chosen in the choose target file window.
export(Template, File) - Method in class pl.edu.agh.cast.data.template.xml.TemplateXmlExporter
Exports a given template to a given XML file.
ExportDiagramAction - Class in pl.edu.agh.cast.backward.editor.action
Action for exporting diagram as image.
ExportDiagramAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.ExportDiagramAction
 
ExportDiagramAction_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
exportTemplate(Template, File) - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Exports specified template to target file.
ExportTemplateActionNavigator - Class in pl.edu.agh.cast.data.template.export
Action of exporting a specified template, which is contributed into the workbench window.
ExportTemplateActionNavigator() - Constructor for class pl.edu.agh.cast.data.template.export.ExportTemplateActionNavigator
 
ExportTemplateButtonAction - Class in pl.edu.agh.cast.data.template.export
Default extension of the AbstractExportTemplateAction, implementing the export method, which is responsible for the template export to target file operation.
ExportTemplateButtonAction() - Constructor for class pl.edu.agh.cast.data.template.export.ExportTemplateButtonAction
 
exportTemplateToFile(UUID, File) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Exports a given template to specified file using defined ITemplateProvider.
exportTemplateToFile(IImportTemplate, File) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Writes given template to the file.
exportTemplateToFile(IImportTemplate, File) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Writes given template to the file.
ExtendedMouseWheelScrollHandler - Class in pl.edu.agh.cast.editor
This class represents mouse wheel scroll handler which scroll editor horizontally.
ExtendedMouseWheelZoomHandler - Class in pl.edu.agh.cast.editor
This class represents mouse wheel zoom handler which zooms editor in point pointed by mouse cursor.
ExtendedScalableFreeformRootEditPart - Class in pl.edu.agh.cast.editor
Represents ScalableFreeformRootEditPart with own ZoomManager implementation.
ExtendedScalableFreeformRootEditPart() - Constructor for class pl.edu.agh.cast.editor.ExtendedScalableFreeformRootEditPart
Constructor for ScalableFreeformRootEditPart.
ExtendedZoomManager - Class in pl.edu.agh.cast.editor
Represents implementation of ZoomManager with changed default zoom levels.
ExtendedZoomManager(ScalableFigure, Viewport) - Constructor for class pl.edu.agh.cast.editor.ExtendedZoomManager
Public constructor.
EXTENSION - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The extension of the model file.
extractMetaPermanentProperties(Class<? extends Identifiable>) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Returns a collection of MetaPermanentProperty'ies defined for given class.
extractMetaTransientProperties(Class<? extends Identifiable>) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Returns a collection of MetaTransientProperty'ies defined for given class.
extractText(T) - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
 
extractText(Boolean) - Method in class pl.edu.agh.cast.dataview.column.type.impl.BooleanColumnType
 
extractText(Date) - Method in class pl.edu.agh.cast.dataview.column.type.impl.DateColumnType
 
extractText(Long) - Method in class pl.edu.agh.cast.dataview.column.type.impl.LongColumnType
 
extractText(String) - Method in class pl.edu.agh.cast.dataview.column.type.impl.StringColumnType
 

F

fetchDomainField(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateSingleColumnConversionRule
Filters and processes a given row, in order to fetch a Date field value.
fetchDomainField(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractStringSingleColumnConversionRule
Filters and processes a given row, in order to fetch a String field value.
figureMoved(IFigure) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
FigureProvider - Class in pl.edu.agh.cast.backward.editor
Figure provider for diagram export (as an image).
FigureProvider() - Constructor for class pl.edu.agh.cast.backward.editor.FigureProvider
 
FILE - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram file changed event.
file - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
File this diagram is stored in.
FILE - Static variable in class pl.edu.agh.cast.util.Images
File icon image filename.
FILE_EXTENSION - Static variable in class pl.edu.agh.cast.util.Configuration
Diagram file extension.
FileEditorInput - Class in pl.edu.agh.cast.backward.resources
IEditorInput from IFile.
FileEditorInput(IFile) - Constructor for class pl.edu.agh.cast.backward.resources.FileEditorInput
Creates new file editor input.
fileFor(IProject, String) - Static method in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
Returns the path to the file which holds data set with given id.
FileImportLogger - Class in pl.edu.agh.cast.importer.base.logging
An observer of the import process, which logs events to file.
FileImportLogger(String) - Constructor for class pl.edu.agh.cast.importer.base.logging.FileImportLogger
The default constructor.
FileImportLogger_ColumnNum - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_DatasheetNum - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_EmptyValue - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_RowNum - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_RowRemoved - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_RowRestored - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileImportLogger_RowValueChanged - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
FileIOUtil - Class in pl.edu.agh.cast.data.util
Utility methods for the file input/output.
FileIOUtil() - Constructor for class pl.edu.agh.cast.data.util.FileIOUtil
 
FileParamsSelectionComposite_Advanced - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_DetectAutomatically - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_LineSeparator - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_Linux - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_Macintosh - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_NullRulesPageErrorDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_NullRulesPageErrorTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionComposite_Windows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileParamsSelectionPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for initial selection of all basic information that are required by the import process, such as selection of the data file format, domain model and encoding.
FileParamsSelectionPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
The default constructor.
FileParamsSelectionPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the FileParamsSelectionPage.
FileParamsSelectionPageComposite(Composite, int, FileParamsSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
The default constructor.
FileParamsSelectionPageComposite_NoFileEncodingDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
filePathTxt - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Text, which stores the path to data file that is to be imported.
FileRawDataLogger - Class in pl.edu.agh.cast.data.logging
An observer which logs events to file.
FileRawDataLogger() - Constructor for class pl.edu.agh.cast.data.logging.FileRawDataLogger
 
FileRawDataLogger_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
FileRawDataLogger_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
FileRawDataLogger_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
FileRawDataLogger_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
FileRawDataLogger_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
FileTypeSelectionPageComposite_Delimited - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileTypeSelectionPageComposite_FileEncoding - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileTypeSelectionPageComposite_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileTypeSelectionPageComposite_FixedWidth - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FileTypeSelectionPageComposite_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
fillAttributeHolder(Collection<AttributeValue>) - Method in class pl.edu.agh.cast.backward.command.ModifyAttributesCommand
Changes attributes and it's values in attributesHolder to attributes attached in input newAttributesValues Collection.
fillComposite() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.TemplateInfo
Fills itself, with the information about the template, such as its name, parameters and description.
fillMenuBar(IMenuManager) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
fillModelInfoComposite(Composite, ModelColumn[]) - Method in class pl.edu.agh.cast.data.ui.template.ModelInfo
Fills in the specified composite, with the information about the model.
fillShape(Graphics) - Method in class pl.edu.agh.cast.tool.TargetShape
 
filter(DataSet) - Method in class pl.edu.agh.cast.filter.HeadFilter
Returns the head of the data set, i.e.
filter(DataSet) - Method in interface pl.edu.agh.cast.filter.IFilter
Filters the data set.
filter(DataSet) - Method in class pl.edu.agh.cast.filter.NullFilter
Returns all relations present in the data set.
FILTER - Static variable in class pl.edu.agh.cast.util.Images
Filter icon image filename.
filterAdded(ColumnFilter) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Notifies this listener that filter was added.
filterModified(ColumnFilter) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Notifies this listener that input filter was modified.
FilterPanel - Class in pl.edu.agh.cast.ui.dialogs.search
Abstract SWT Control for configuring IParameterFilters.
FilterPanel(Composite, int) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.FilterPanel
Initializes control.
filterRemoved(ColumnFilter) - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Notifies this listener that input filter was removed.
finalize() - Method in class pl.edu.agh.cast.model.mapper.Mapper
Close DB connection on exit.
find() - Method in class pl.edu.agh.cast.model.mapper.internal.DBLoader
Load mapped objects from the data source.
find() - Method in class pl.edu.agh.cast.model.mapper.internal.XMLLoader
Load mapped objects from the data source.
find(long) - Static method in class pl.edu.agh.cast.model.mapper.Link
Find link with given id of null if not present.
find(Link) - Static method in class pl.edu.agh.cast.model.mapper.Link
Find link which is equal to given link.
find() - Method in interface pl.edu.agh.cast.model.mapper.Loader
Load mapped objects from the data source.
find(Class, Map<String, Class>, SortedMap<String, Object>, IProject) - Method in class pl.edu.agh.cast.model.mapper.Mapper
Find objects mapped to the metamodel.
find(long) - Static method in class pl.edu.agh.cast.model.mapper.Node
Returns node with given id or null if not found.
find(String) - Static method in class pl.edu.agh.cast.model.mapper.Node
Find all nodes with given type name.
find(String, SortedMap<String, Object>) - Static method in class pl.edu.agh.cast.model.mapper.Node
Find all nodes with given type name which satisfy given set of conditions.
find(Mappable) - Static method in class pl.edu.agh.cast.model.mapper.Node
Finds metamodel node for given model object.
find(Node) - Static method in class pl.edu.agh.cast.model.mapper.Node
Find node which is the same as the given node in terms of their id.
FindAction - Class in pl.edu.agh.cast.backward.editor.action
Open dialog for finding nodes on a diagram.
FindAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.FindAction
 
findAll(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
Finds all Nodes matching given criteria.
findAllByTypeName(String) - Static method in class pl.edu.agh.cast.model.mapper.Node
Finds all nodes with given type name.
findConnection(String, String, Date) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns the Connection matching given criteria.
findConnection(String, String, Date) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns the Connection matching given criteria.
findConnection(String, String, Date) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns Connection based on given node id's and date.
FindDialog - Class in pl.edu.agh.cast.ui.dialogs
Dialog used for finding nodes in diagram.
FindDialog(Shell, int, IEditorPart) - Constructor for class pl.edu.agh.cast.ui.dialogs.FindDialog
Creates new find dialog.
FindElement_Cancel - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_Find - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_FindAll - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_MatchCase - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_Next - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_Prev - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_UseWildcards - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_WholeWord - Static variable in class pl.edu.agh.cast.util.Messages
 
FindElement_WildcardDescription - Static variable in class pl.edu.agh.cast.util.Messages
 
findFile(String, IContainer) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Find reference to a file in given container.
findNext(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
Finds next Node matching given criteria.
findNode(String) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns the Node with given id.
findNode(String) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns the Node with given id.
findNode(String) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns Node based on given id.
findNodes(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
 
FindNodesOperation - Class in pl.edu.agh.cast.backward.editor.operation
Find nodes operation.
FindNodesOperation() - Constructor for class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
 
FindNodesParameters - Class in pl.edu.agh.cast.backward.editor.operation
Class that represents parameters for node search operation.
FindNodesParameters(String) - Constructor for class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Create new search parameters instance for given text.
findNoWildcards(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
 
findPathDijkstraAlgorithm(Node, Node, Collection<Node>) - Static method in class pl.edu.agh.cast.path2.SearchEngine
Implementation of Dijkstra's algorithm, more at: http://renaud.waldura.com/doc/java/dijkstra/ http://en.wikipedia.org/wiki/Dijkstra's_algorithm I hope it works correct :)
findPrev(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
Finds previous Node matching given criteria.
findRelation(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Finds IRelation for given connection.
findRelation(Connection) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Finds IRelation for given connection.
findRelation(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Find relation which was used to create given connection.
findUsingWildcards(FindNodesParameters, Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
 
findWithDst(long) - Static method in class pl.edu.agh.cast.model.mapper.Link
Find all link whose destination is a node with given id.
findWithSrc(long) - Static method in class pl.edu.agh.cast.model.mapper.Link
Find all link whose source is a node with given id.
finish(String, String) - Method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Writes the content of the buffer into the log file logFilePath.
finish(String) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
Finishes the import logging.
finish(String) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Closes the logger file handler and renames the log file, using the specified data set identifier.
finish(String) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportLogger
Finishes the import logging.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Fires the property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Fires the property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Fires the property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Fires the property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Fires the property change event.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
 
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Notifies about property change.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Notifies about property change.
firePropertyChange(String, Object, Object) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Notifies about property change.
FIRST_RELATION_START - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
The name of "first relation start" property.
FIT_ZOOM - Static variable in class pl.edu.agh.cast.util.Images
Fit zoom icon image filename.
FitZoomAction - Class in pl.edu.agh.cast.editor.action
This class represents action which fits zoom level.
FitZoomAction(String, ImageDescriptor, ZoomManager) - Constructor for class pl.edu.agh.cast.editor.action.FitZoomAction
Public constructor.
FitZoomAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
FitZoomRetargetAction - Class in pl.edu.agh.cast.editor.action
This class represents retarget version of action which fits zoom level.
FitZoomRetargetAction() - Constructor for class pl.edu.agh.cast.editor.action.FitZoomRetargetAction
Public constructor.
fixedEquals(ITimedRelation) - Method in interface pl.edu.agh.cast.model.base.ITimedRelation
Checks if given timed relation is equal in terms of timed relation not the domain-specific sense, to the given timed relation.
fixedEquals(ITimedRelation) - Method in class pl.edu.agh.cast.model.base.TimedRelation
Checks if given timed relation is equal in terms of timed relation not the domain-specific sense, to the given timed relation.
FixedWidthColumnSelectionPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for selection of columns for a fixed width data file.
FixedWidthColumnSelectionPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPage
The default constructor.
FixedWidthColumnSelectionPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the FixedWidthColumnSelectionPage.
FixedWidthColumnSelectionPageComposite(Composite, int, FixedWidthColumnSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPageComposite
The default constructor.
FixedWidthColumnSelectionPageComposite_CreateColumnBreakLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FixedWidthColumnSelectionPageComposite_DeleteColumnBreakLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FixedWidthColumnSelectionPageComposite_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
FixedWidthTokenizer - Class in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth
Tokenizer for text files where fields are aligned in columns with spaces between each field.
FixedWidthTokenizer() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
 
flush() - Method in class pl.edu.agh.cast.util.logging.LoggingOutputStream
Writes the existing contents of the output stream to the logger as a log record.
FOLDER - Static variable in class pl.edu.agh.cast.util.Images
Folder icon image filename.
force - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The force flag (should the save be forced?).
format(Date) - Method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Formats given date.
format(Date) - Method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Formats given time.
format() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
Returns a string representation of this value, to be used.
formatBoolean(boolean) - Static method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
formatDefault(Date) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Formats date using the default format: dd-mm-yyyy.
formatDefault(Date) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Formats time using the default format: HH:mm:ss.
formatDouble(double) - Static method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
formatEmpty() - Static method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
formatError(int) - Static method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
foundCount() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesOperation
Returns count of found Nodes.
fromClass(Class<? extends Identifiable>) - Static method in class pl.edu.agh.cast.data.model.Type
Returns instance of a Type associated with given Class.
fromString(String) - Static method in enum pl.edu.agh.cast.data.model.presentation.IPresentationElement.PropertyCategory
Creates enumeration object from string.
fromString(String) - Static method in class pl.edu.agh.cast.data.model.Type
Returns instance of a Type for given type name.
fromString(String) - Static method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Deserailizes schema connection bend-point from string.
fromValue(Object) - Static method in enum pl.edu.agh.cast.data.model.property.PropertyType
Returns PropertyType matching given value object or null if none is applicable.
fromValue(Object) - Static method in enum pl.edu.agh.cast.model.attributes.ValueType
Returns ValueType matching given value object or null if none is applicable.

G

GDM2SchemaConverter - Class in pl.edu.agh.cast.data.converter.gdm2schema
General domain data set to schema data set converter.
GDM2SchemaConverter(ConverterSpecification) - Constructor for class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverter
Constructor.
GDM2SchemaConverterSpecification - Class in pl.edu.agh.cast.data.converter.gdm2schema
Specification of GDM to Schema converter which accepts only one general domain data set and converts it into a schema data set.
GDM2SchemaConverterSpecification() - Constructor for class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterSpecification
Default constructor.
GDM2SchemaConverterUtil - Class in pl.edu.agh.cast.data.converter.gdm2schema
Utility methods for General Domain model to Schema model converters.
GDM2SchemaConverterUtil() - Constructor for class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil
 
GDM2SchemaConverterUtil.AggregatedRelationProperties - Class in pl.edu.agh.cast.data.converter.gdm2schema
Enumeration of relation aggregated properties.
GDM2SchemaConverterUtil.AggregatedRelationProperties() - Constructor for class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
 
GENERAL_DATA_SET_ENTRY - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterSpecification
General data set input entry.
GeneralConversionRulesSelectionPage - Class in pl.edu.agh.cast.importer.wizard.general
Page of the import wizard, which serves for selection of conversion rules for each domain field.
GeneralConversionRulesSelectionPage() - Constructor for class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
The default constructor.
GeneralConversionRulesSelectionPage_Date - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPage_DateNotConfiguredWarningTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPage_FieldNotConfiguredWarningMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite - Class in pl.edu.agh.cast.importer.wizard.general
The main composite of the GeneralConversionRulesSelectionPage.
GeneralConversionRulesSelectionPageComposite_Configure - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_ConnectionDateLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_ConnectionGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_ConversionPreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_Date - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_DialogDescDate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_DialogDescSourceEntity - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_DialogDescTargetEntity - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_NoRuleDesc - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_SourceEntity - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_SourceEntityLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_SourceGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_TargetEntity - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_TargetEntityLbl - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralConversionRulesSelectionPageComposite_TargetGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
GeneralDataSet<T extends IGeneralElement> - Class in pl.edu.agh.cast.data.model.general
Default implementation of IGeneralDataSet which contains IEntity objects connected with IManyToManyRelation.
GeneralDataSet() - Constructor for class pl.edu.agh.cast.data.model.general.GeneralDataSet
Default constructor.
GeneralDataSet(String) - Constructor for class pl.edu.agh.cast.data.model.general.GeneralDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
GeneralDataSet(String, String, String, Date) - Constructor for class pl.edu.agh.cast.data.model.general.GeneralDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
GeneralDataSet(DomainDataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.general.GeneralDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
GeneralDataSet(DomainDataSetDescriptor, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.general.GeneralDataSet
Initializes data set with its descriptor and MetaPropertyManager.
GeneralErrorTypes - Class in pl.edu.agh.cast.importer.base.stat
Temporary class, containing error types for the general domain model.
GeneralErrorTypes() - Constructor for class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
 
GeneralErrorTypes_UnexpectedErrDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
GeneralErrorTypes_UnexpectedErrMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
GeneralImportConverter - Class in pl.edu.agh.cast.importer.base.general
Import converter which converts input data to general domain model defined in base plugin.
GeneralImportConverter() - Constructor for class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
The default constructor.
GeneralImportConverter_Date - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
GeneralImportConverter_SourceEntity - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
GeneralImportConverter_TargetEntity - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
GeneralPreferencesPage - Class in pl.edu.agh.cast.ui.preferences
General CAST preferences.
GeneralPreferencesPage() - Constructor for class pl.edu.agh.cast.ui.preferences.GeneralPreferencesPage
 
GeneralPreferencesPage_ShowStartup - Static variable in class pl.edu.agh.cast.util.Messages
 
generateLogFilePath(String, String) - Static method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Generates a path to a log file for the current project location and data set id.
generatePreview(IImportTemplate, String) - Method in class pl.edu.agh.cast.importer.base.util.ConversionPreviewGenerator
Generates conversion preview for input file and input template.
generateProjectId() - Method in class pl.edu.agh.cast.project.ProjectUtil
Create unique identifier for the project.
get(K) - Method in class pl.edu.agh.cast.common.collections.MultiMap
Returns a (modifiable) list of values stored under given key.
get(String) - Method in class pl.edu.agh.cast.data.ui.utils.Images
Delegate to the ImageRegistry.get(String) method.
get(String) - Method in class pl.edu.agh.cast.importer.wizard.utils.Images
Delegate to the ImageRegistry.get(String) method.
get(int) - Method in class pl.edu.agh.cast.rawdata.DataRow
Returns the element at the specified position in this list.
get(Integer) - Method in class pl.edu.agh.cast.rawdata.stat.ErrorRegistry
Gets error type by given error code.
get(int) - Method in class pl.edu.agh.cast.rawdata.TabularData
Gets row in table by row number.
get(String) - Method in class pl.edu.agh.cast.util.Images
Returns Image for given descriptor Id.
get() - Method in class pl.edu.agh.cast.util.reflect.SerializableMethodHolder
Returns the underlying method instance.
getAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns collection of types of elements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Returns collection of types of IElements this data set is able to accept.
getAcceptedTypes() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Returns collection of types of IElements this data set is able to accept.
getActiveDiagram() - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Returns the active diagram - the diagram from active editor, if it has one.
getActiveEditorCommandStack() - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Returns CommandStack for active editor.
getActiveProject() - Static method in class pl.edu.agh.cast.CastApplication
 
getActiveProjectLocation() - Static method in class pl.edu.agh.cast.CastApplication
 
getActiveShell() - Static method in class pl.edu.agh.cast.CastApplication
Returns the active Shell.
getAdapter(Class) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getAdapter(Class) - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
getAdapter(Class) - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
getAdapter(Class) - Method in class pl.edu.agh.cast.editor.AbstractEditor
getAdapter(Class) - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
getAdapter(Class) - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
getAlgorithm() - Method in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
Returns used current layout algorithm.
getAlgorithm() - Method in class pl.edu.agh.cast.schema.editor.action.layout.SetCircleLayoutAction
 
getAlgorithm() - Method in class pl.edu.agh.cast.schema.editor.action.layout.SetGroupLayoutAction
 
getAlgorithm() - Method in class pl.edu.agh.cast.schema.editor.action.layout.SetPeacockLayoutAction
 
getAlgorithm() - Method in class pl.edu.agh.cast.schema.editor.action.layout.SetRandomLayoutAction
Returns used current layout algorithm.
getAlgorithm() - Method in class pl.edu.agh.cast.zestalgorithms.actions.AbstractLayoutAlgorithmAction
Simply creates new LayoutAlgorithmAdapter wrapping the instance of algorithm passed in constructor and returns it.
getAll() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorRegistry
Returns all error types.
getAllConnections() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns the list of all Connections in this group.
getAllDataSets() - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
 
getAllEditors() - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
 
getAllNodeIcons() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
 
getAllPropertiesMarkedAsLabel() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Gets serialized map of properties marked as labels for types of elements in the data set.
getAllPropertiesMarkedAsLabel() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Gets serialized map of properties marked as labels for types of elements in the data set.
getAllRows() - Method in class pl.edu.agh.cast.rawdata.TabularData
 
getAllRowValues(int, int) - Method in class pl.edu.agh.cast.rawdata.TabularData
Returns distinct values from all rows specified columns.
getAllSupportedFileExtensions() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Retrieves all file extensions supported by all tokenizers, mapped to their tokenizer's identifiers.
getAllTemplateGroups() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
 
getAllValues() - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Returns complete list of attribute values in this container.
getAllValues() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Returns complete list of attribute values in this container.
getAnalyzer() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
getAnalyzer() - Method in class pl.edu.agh.cast.importer.base.util.DataTypeInfo
 
getAnalyzers() - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
 
getAnnotatedMethod(Class, String) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Return an annotated method whose annotation name is the given parameter.
getAnnotatedMethods(Class<?>, Class<T>) - Static method in class pl.edu.agh.cast.util.reflect.AnnotationUtil
Returns a MultiMap of Methods of given class, which have at least one annotation of given type through the inheritance hierarchy (including the ones from implemented interfaces).
getAssignableElements(Type) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns elements from this data set of given type (or it's sub-type).
getAssignableElements(Type) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns elements from this data set of given type (or it's sub-type).
getAttribute(String) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Returns attribute with given id (name).
getAttribute() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
 
getAttribute(String) - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Get value of attribute with given name.
getAttribute(String) - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Value of the attribute with name 'name' mapped to the base model.
getAttributeManager() - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Returns attribute manager for this container.
getAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns attribute manager for this container.
getAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns attribute manager for this container.
getAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.Legend
Returns attribute manager for this container.
getAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Returns attribute manager for this container.
getAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns attribute manager for this container.
getAttributeMap(Collection<IDataSet>) - Method in class pl.edu.agh.cast.model.ModelUtil
Constructs map which allows quick look-up of model extension ID for given pair of type name and attribute name.
getAttributeName(String, String, String) - Method in class pl.edu.agh.cast.model.ModelUtil
Returns the localized name of the attribute with given id defined in the type with given type name of the model with given model extension ID.
getAttributeNames() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Return all mapped attributes names.
getAttributeNames() - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Array of names of attributes mapped to the base model.
getAttributes() - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Returns a collection of registered attributes.
getAttributeType(String) - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Returns the type of the attribute with given name.
getAttributeType(String) - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Returns the type of the attribute with given name.
getAttributeValue(String) - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Returns the value of the attribute named name.
getAttributeValue(String) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Returns the value of the attribute named name.
getBackground(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.DataRowIndexColumnLabelProvider
getBackground(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListColumnLabelProvider
getBackground(Object, int) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
getBackground(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.DataRowIndexColumnLabelProvider
getBackground(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
getBackground(Object, int) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesLabelProvider
getBaseUrl(String) - Static method in class pl.edu.agh.cast.util.Configuration
Returns plug-in base URL.
getBendpoints() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection
Returns list of bend points.
getBendpoints() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Returns list of bend points.
getBlue() - Method in class pl.edu.agh.cast.common.HexColor
 
getBooleanValue() - Method in class pl.edu.agh.cast.model.mapper.Node
Typed value getter.
getBrokenCells() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Returns list of all broken cells.
getBrokenCells() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
 
getBrokenCellsByType(ErrorType) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Returns list of BrokenCellInfo objects which are not removed.
getBrokenCellsRelatedTo(DataRow) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Returns list of BrokenCellInfo related to input row.
getBrokenRowInfo() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
 
getBrokenRowInfo(DataRow) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Returns broken row info associated with the specified row.
getBrokenRowsCount() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
 
getBundleName() - Static method in class pl.edu.agh.cast.importer.base.Activator
Retrieve the bundle name.
getBundleVendor() - Static method in class pl.edu.agh.cast.importer.base.Activator
Retrieve the bundle provider.
getBundleVersion() - Static method in class pl.edu.agh.cast.importer.base.Activator
Retrieve the bundle version.
getByClassName(String) - Static method in class pl.edu.agh.cast.backward.editor.LayoutManagerFactory
Returns an instance of LayoutManager from class with given name.
getByKey(String) - Static method in class pl.edu.agh.cast.util.Messages
 
getCaption() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumn
 
getCaption() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
getCastedModel() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
 
getCellEditor(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.DataRowEditingSupport
getCellEditor(Object) - Method in class pl.edu.agh.cast.importer.wizard.utils.DataRowEditingSupport
getCellObject(Object) - Method in class pl.edu.agh.cast.dataview.column.provider.AbstractColumnValueProvider
Returns object representing row value.
getCellObject(Object) - Method in interface pl.edu.agh.cast.dataview.column.provider.IColumnValueProvider
Returns object representing row value.
getCellObject(Object) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.EntitieColumnValueProvider
Returns object representing row value.
getCellValue(T) - Method in class pl.edu.agh.cast.dataview.column.provider.AbstractColumnValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.DirectedColumnValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.DurationColumnValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.EndDateColumnValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.SourceColumnsValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.StartDateColumnValueProvider
 
getCellValue(IManyToManyRelation) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.TargetColumnsValueProvider
 
getCellValuesSequence(Object) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.SourceColumnsValueProvider
Returns sequence of objects.
getCellValuesSequence(Object) - Method in class pl.edu.agh.cast.dataview.column.provider.impl.TargetColumnsValueProvider
Returns sequence of objects.
getCellValuesSequence(Object) - Method in interface pl.edu.agh.cast.dataview.column.provider.IMultiColumnValueProvider
Returns sequence of objects.
getCenterOfGravity(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
Returns coordinates of the center of gravity of nodes
getCharset() - Method in enum pl.edu.agh.cast.importer.wizard.utils.SimpleCharset
 
getChecked() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypeContent
 
getChecked() - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContent
 
getCheckedItems() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
 
getCheckedItems() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
getCheckedItems() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
Retrieves items which can occur during import preprocessing, which had been checked in the items table viewer.
getChild(String) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Gets child by given id.
getChildren(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
getChildren() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
getChildren(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
getChildren() - Method in interface pl.edu.agh.cast.navigator.INavigatorTreeItem
Returns navigator tree items specific for concrete navigator provider.
getChildren() - Method in class pl.edu.agh.cast.navigator.NavigatorTreeItem
Returns navigator tree items specific for concrete navigator provider.
getChildren() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns navigator tree items specific for concrete navigator provider.
getChildren(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
getChildren(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
getChildren() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getChildren(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
getChildrenMap() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Gets maps of children.
getChildrenNodeEditParts() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
Gets children edit parts which are SchemaNodeEditPart.
getClipboard() - Static method in class pl.edu.agh.cast.CastApplication
 
getCode() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
 
getCode() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
 
getColor(int, int, int) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getColumn() - Method in class pl.edu.agh.cast.data.preprocessing.DataCell
 
getColumn() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
 
getColumnAIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
getColumnAnalyzer(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Returns IAnalyzer for column from input index.
getColumnBIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
getColumnBreaksIndices() - Method in class pl.edu.agh.cast.importer.wizard.page.ColumnBreaksSelectionComposite
Returns selected column breaks indices.
getColumnCaptions() - Method in interface pl.edu.agh.cast.importer.base.data.ITabularData
Retrieves the captions of columns of the tabular data.
getColumnCaptions() - Method in class pl.edu.agh.cast.importer.base.data.RawTabularData
Retrieves the captions of columns of the tabular data.
getColumnCaptions() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves the captions of columns of the tabular data.
getColumnClass() - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
 
getColumnClass() - Method in class pl.edu.agh.cast.dataview.column.type.impl.BooleanColumnType
 
getColumnClass() - Method in class pl.edu.agh.cast.dataview.column.type.impl.DateColumnType
 
getColumnClass() - Method in class pl.edu.agh.cast.dataview.column.type.impl.LongColumnType
 
getColumnClass() - Method in class pl.edu.agh.cast.dataview.column.type.impl.StringColumnType
 
getColumnDefaultValue(String, String) - Static method in class pl.edu.agh.cast.model.ModelUtil
Returns the default value of the column with given name defined in model with given id.
getColumnImage(Object, int) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
getColumnImage(Object, int) - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
getColumnImage(Object, int) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesLabelProvider
getColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
 
getColumnInfo(IConfigurationElement) - Method in class pl.edu.agh.cast.model.ModelUtil
Returns ModelColumn constructed of given configuration element (extension) describing it.
getColumnNames(int) - Method in class pl.edu.agh.cast.data.template.Template
Returns column names.
getColumns() - Method in class pl.edu.agh.cast.dataview.view.DataView
 
getColumns(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.dataview.view.DataView
Analyse how many columns will be created and returns created columns.
getColumnsCount() - Method in interface pl.edu.agh.cast.importer.base.data.ITabularData
Retrieves the number of columns of the tabular data.
getColumnsCount() - Method in class pl.edu.agh.cast.importer.base.data.RawTabularData
Retrieves the number of columns of the tabular data.
getColumnsCount() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves the number of columns of the tabular data.
getColumnsCount() - Method in class pl.edu.agh.cast.rawdata.TabularData
Returns column count.
getColumnsParameters() - Method in class pl.edu.agh.cast.data.template.Template
 
getColumnsParameters() - Method in class pl.edu.agh.cast.data.ui.template.ParametersWizardPage
 
getColumnText(Object, int) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
getColumnText(Object, int) - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
getColumnText(Object, int) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesLabelProvider
getColumnTypes() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves the column types of the tabular data columns.
getCommandName() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
getCommonKeyHandler() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
getCommonKeyHandler() - Method in class pl.edu.agh.cast.editor.AbstractEditor
 
getCommonKeyHandler() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
 
getCommonProperties(Iterable<MetaPropertyManager>) - Static method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
This helper method finds the intersection of meta properties present in the meta property managers given as the argument.
getComparator() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnType
 
getComposite() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
getConfig() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
 
getConfig() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
 
getConfiguration() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Returns the configuration of the view.
getConnection() - Method in class pl.edu.agh.cast.ui.outline.OutlineConnectionNode
 
getConnectionAnchor() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
 
getConnectionCompleteCommand(CreateConnectionRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaConnectionEditPolicy
getConnectionCount() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
 
getConnectionCreateCommand(CreateConnectionRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaConnectionEditPolicy
getConnectionGroup(Node, Node) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Find ConnectionGroup for given nodes.
getConnectionGroup() - Method in class pl.edu.agh.cast.ui.outline.ConnectionGroupWrapper
 
getConnectionGroups() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the list of all ConnectionGroups adjacent to this node.
getConnections() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns a collection of Connections.
getConnections() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns a collection of Connections.
getConnections() - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
 
getConnections() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaDataSet
Gets all connections in data set.
getConnections() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Gets all connections associated with this node.
getConnections() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Gets all connections in data set.
getConnections() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Gets all connections associated with this node.
getConnections() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaDataSet
Gets all connections in data set.
getConnections() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Gets all connections in data set.
getConnectionsNumber() - Method in class pl.edu.agh.cast.ui.wizards.SelectRootNumbersWizardPage
 
getConstructor(Class<Mappable>) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Return default constructor for given class.
getContentProvider() - Method in class pl.edu.agh.cast.dataview.view.DataView
 
getContextMenuProvider() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
getContextMenuProvider() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Return the context menu provider.
getContextMenuProvider() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
Return the context menu provider.
getControl() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
getController() - Method in class pl.edu.agh.cast.backward.figure.LegendFigure
 
getConversionPreview() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Delegate of IImportConverter.preview(List) method.
getConversionPreview(TabularData) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Delegated method.
getConversionRuleConfigDialog(String) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Retrieves conversion rule configuration dialog for conversion rule of the specified identifier.
getConversionRuleConfigDialogConfigurations() - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.wizard.rulesconfig extension point.
getConversionRuleConfigDialogInstance(String) - Method in interface pl.edu.agh.cast.importer.wizard.util.IWizardPluginRegistryProvider
Returns the conversion rule configuration dialog for given rule identifier.
getConversionRuleConfigDialogInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockWizardPluginRegistryProvider
Returns the conversion rule configuration dialog for given rule identifier.
getConversionRuleConfigDialogInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Delegated method.
getConversionRuleConfigurations() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.base.conversionrule extension point.
getConversionRuleDescription(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves description of conversion rule with a given extension identifier.
getConversionRuleDescription(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConversionRuleDescription(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves description of conversion rule with a given extension identifier.
getConversionRuleInfos() - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the list of information about all available conversion rules.
getConversionRuleInfos() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConversionRuleInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the list of information about all available conversion rules.
getConversionRuleInstance(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the conversion rule for model with given extension identifier.
getConversionRuleInstance(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConversionRuleInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Retrieves conversion rule instance with specified identifier.
getConversionRuleInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the conversion rule for model with given extension identifier.
getConversionRuleName(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves name of conversion rule with a given extension identifier.
getConversionRuleName(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves name of conversion rule with a given extension identifier.
getConversionRulesSelectionPageConfigurations() - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.wizard.rulespage extension point.
getConversionRulesSelectionPageId() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getConversionRulesSelectionPageInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Returns infos about conversion rules selection pages read from pl.edu.agh.cast.importer.wizard.rulespage extension point.
getConversionRulesSelectionPageInstance(String) - Method in interface pl.edu.agh.cast.importer.wizard.util.IWizardPluginRegistryProvider
Returns the conversion rules selection page for given page identifier.
getConversionRulesSelectionPageInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockWizardPluginRegistryProvider
Returns the conversion rules selection page for given page identifier.
getConversionRulesSelectionPageInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Delegated method.
getConvertedData() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getConverter() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getConverter() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets an import converter.
getConverter() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets an import converter.
getConverter() - Method in class pl.edu.agh.cast.importer.base.util.ImportConverterInfo
 
getConverterDescription(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves description of converter with a given extension identifier.
getConverterDescription(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConverterDescription(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves description of converter with a given extension identifier.
getConverterId() - Method in class pl.edu.agh.cast.importer.base.util.ImportConverterInfo
 
getConverterInfos() - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the list of information about all available converters.
getConverterInfos() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConverterInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the list of information about all available converters.
getConverterInstance(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the converter for model with given extension identifier.
getConverterInstance(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getConverterInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the converter for model with given extension identifier.
getConverterRegistry() - Static method in class pl.edu.agh.cast.CoreServiceLocator
Returns the converter registry.
getConvertersConfigurations() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.base.converter extension point.
getCopiers() - Method in class pl.edu.agh.cast.data.model.copier.CopyableImpl
Returns a collection of compatible element copiers.
getCopiers() - Method in interface pl.edu.agh.cast.data.model.copier.ICopyable
Returns a collection of compatible element copiers.
getCopiers() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Returns a collection of compatible element copiers.
getCreateBendpointCommand(BendpointRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaBendPointEditPolicy
 
getCreateCommand(CreateRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaLayoutEditPolicy
getCreationDate() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns the data set creation date.
getCreationDate() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
 
getCreationDate() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns the data set creation date.
getCurrConversionRulesPage() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Returns rules page for actual selected model.
getCurrentIgnoredLinesCount() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
getCursor(int) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getCustomProperties() - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns all custom properties.
getCustomProperties() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns all custom properties.
getCutIndexes(String) - Static method in class pl.edu.agh.cast.data.importer.data.ack.AckDataImporter
Calculate cut points indexes.
getCycles(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
 
getData() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
getDataCells() - Method in interface pl.edu.agh.cast.data.preprocessing.IPreprocessingItem
Retrieves the associated data cells.
getDataCellsCount() - Method in interface pl.edu.agh.cast.data.preprocessing.IPreprocessingItem
Retrieves the number of associated data cells.
getDataImporterDescription(String) - Method in interface pl.edu.agh.cast.data.importer.data.util.IImporterImplProvider
Returns a description for the importer identified by the id.
getDataImporterDescription(String) - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Retrieves description of an importer of a given identifier.
getDataImporterInstance(String) - Method in interface pl.edu.agh.cast.data.importer.data.util.IImporterImplProvider
Returns an instance of the importer identified by the id.
getDataImporterInstance(String) - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Returns the data importer for model with given extension identifier.
getDataLoader(String) - Method in class pl.edu.agh.cast.model.ModelUtil
Returns the data loader for model with given extension identifier.
getDataSet() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns the data set this element is in.
getDataSet() - Method in interface pl.edu.agh.cast.data.model.IElement
Returns the data set this element is in.
getDataSet(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns the data set described by given descriptor.
getDataSet(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the data set described by given descriptor.
getDataSet(UUID) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the data set with given ID.
getDataSet(UUID) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns the data set with given ID.
getDataSet(DataSetDescriptor) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns the data set described by given descriptor.
getDataSet(UUID) - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Returns the data set with given ID.
getDataSet(UUID) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns the data set with given ID.
getDataSet(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns the data set described by given descriptor.
getDataSet() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
 
getDataSet() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
 
getDataSet() - Method in interface pl.edu.agh.cast.editor.input.IModelEditorInput
Gets data set which is a diagram model.
getDataSet() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
Gets data set which is a diagram model.
getDataSetConverterReferences() - Static method in class pl.edu.agh.cast.Activator
Returns list of ConverterSpecification read from extension point pl.edu.agh.cast.data.converter.
getDataSetDescriptor(UUID) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the descriptor of data set with given ID.
getDataSetDescriptor(UUID) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns the descriptor of data set with given ID.
getDataSetDescriptor(UUID) - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Returns the descriptor of data set with given ID.
getDataSetDescriptor(UUID) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns the descriptor of data set with given ID.
getDataSetDescriptors(Type) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns descriptors of all available data sets of given type (and sub-types).
getDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns descriptors of all available data sets.
getDataSetDescriptors(Type) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns descriptors of all available data sets of given type (and sub-types).
getDataSetDescriptors() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns descriptors of all available data sets.
getDataSetDescriptors(Type) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns descriptors of all available data sets of given type (and sub-types).
getDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Returns descriptors of all available data sets.
getDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns descriptors of all available data sets.
getDataSetDescriptors(Type) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns descriptors of all available data sets of given type (and sub-types).
getDataSets(Collection<DataSetDescriptor>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns the data sets described by given descriptors.
getDataSets(Collection<DataSetDescriptor>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the data sets described by given descriptors.
getDataSets(Collection<DataSetDescriptor>) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns the data sets described by given descriptors.
getDataSets(Collection<DataSetDescriptor>) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns the data sets described by given descriptors.
getDataSets() - Method in interface pl.edu.agh.cast.model.base.IModel
Return all data sets which belong to this model.
getDataSets() - Method in interface pl.edu.agh.cast.model.base.IRelation
The data sets which this relation belongs to.
getDataSets() - Method in class pl.edu.agh.cast.model.base.Model
The data sets getter.
getDataSets() - Method in class pl.edu.agh.cast.model.base.Relation
The data sets which this relation belongs to.
getDataSets() - Method in class pl.edu.agh.cast.model.visual.Diagram
Gets list containing presentation and visual data sets in such order.
getDataSets() - Method in interface pl.edu.agh.cast.model.visual.IDiagram
Gets list containing presentation and visual data sets in such order.
getDataSetsById(Collection<UUID>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns the data sets with given IDs.
getDataSetsById(Collection<UUID>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the data sets with given IDs.
getDataSetsById(Collection<UUID>) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns the data sets with given IDs.
getDataSetsById(Collection<UUID>) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns the data sets with given IDs.
getDataSetType() - Method in class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Returns the type of data set (model) from which the contained elements originate.
getDataTypeConfigDialogConfigurations() - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.wizard.datatypeconfig extension point.
getDataTypeConfigDialogInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
Retrieves the data type configuration dialog instance for the specified data type identifier.
getDataTypeConfigDialogInstance(String) - Method in interface pl.edu.agh.cast.importer.wizard.util.IWizardPluginRegistryProvider
Returns the data type configuration dialog for given data type identifier.
getDataTypeConfigDialogInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockWizardPluginRegistryProvider
Returns the data type configuration dialog for given data type identifier.
getDataTypeConfigDialogInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Delegated method.
getDataTypeConfigurations() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.base.datatype extension point.
getDataTypeId() - Method in class pl.edu.agh.cast.importer.base.util.DataTypeInfo
 
getDataTypeInfos() - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the list of information about all available data types.
getDataTypeInfos() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Deletaget method.
getDataTypeInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the list of information about all available data types.
getDataTypesInfos() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
Retrieves the available data types information.
getDataViewProvider(String) - Method in class pl.edu.agh.cast.dataview.view.util.DataViewFactory
Returns DataView for input modelId.
getDate(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Retrieves the date value for a specified data row.
getDate(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.DateDoubleColumnConversionRule
Retrieves the date value for a specified data row.
getDate(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.DateSingleColumnConversionRule
Retrieves the date value for a specified data row.
getDate(DataRow) - Method in interface pl.edu.agh.cast.importer.base.general.IDateConversionRule
Retrieves the date value for a specified data row.
getDate() - Method in interface pl.edu.agh.cast.model.base.ITimedRelation
The date of the occurrence of the relation.
getDate() - Method in class pl.edu.agh.cast.model.base.TimedRelation
Get the date of the relation.
getDateColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
 
getDatePattern() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
 
getDateRule() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
getDateRule() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
 
getDateValue() - Method in class pl.edu.agh.cast.model.mapper.Node
Type value getter.
getDefault() - Static method in class pl.edu.agh.cast.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.common.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.data.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.data.model.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.data.persistence.zlayer.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.dataview.Activator
Returns the shared instance of the data view plug-in.
getDefault() - Static method in class pl.edu.agh.cast.importer.base.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.importer.templates.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.importer.wizard.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.model.base.BasePlugin
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.path2.Activator
Returns the shared instance
getDefault() - Static method in class pl.edu.agh.cast.schema.editor.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.schema.model.Activator
Returns the shared instance.
getDefault() - Static method in class pl.edu.agh.cast.zestalgorithms.Activator
Returns the shared instance
getDefaultCopier() - Method in class pl.edu.agh.cast.data.model.copier.CopyableImpl
Returns the default element copier.
getDefaultCopier() - Method in interface pl.edu.agh.cast.data.model.copier.ICopyable
Returns the default element copier.
getDefaultCopier() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Returns the default element copier.
getDefaultEditor() - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
 
getDefaultFormat() - Static method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Returns the default date format.
getDefaultFormat() - Static method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Returns the default time format.
getDefaultIcon() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns the default NodeIcon.
getDefaultLayout() - Static method in class pl.edu.agh.cast.schema.editor.model.diagram.SchemaDiagram
Returns a default layout algorithm for schema diagram.
getDefaultLayoutManager() - Method in interface pl.edu.agh.cast.backward.editor.ILayoutSwitchable
Returns default manager.
getDefaultLayoutManagerClass() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Gets the qualified name of diagram's layout manager class.
getDefaultLayoutManagerClass() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Gets the qualified name of diagram's layout manager class.
getDefaultMergePolicy() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
getDefaultSize() - Static method in enum pl.edu.agh.cast.resource.ImageSize
Returns default image size.
getDefaultText() - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
 
getDefaultValue() - Method in enum pl.edu.agh.cast.data.model.property.PropertyType
Gets the default value for the specified property type.
getDefaultValue() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
getDefaultValue() - Method in enum pl.edu.agh.cast.model.attributes.ValueType
Gets the default value for this type.
getDefaultValue() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getDeleteBendpointCommand(BendpointRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaBendPointEditPolicy
 
getDerivedType() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
The derived type of the element is based on the type of the element(s) from the domain model wrapped by this presentation element.
getDerivedType() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
The derived type of the element is based on the type of the element(s) from the domain model wrapped by this presentation element.
getDescription() - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
getDescription() - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Returns preprocessing description.
getDescription() - Method in class pl.edu.agh.cast.data.template.Template
 
getDescription() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnFilter
 
getDescription() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
 
getDescription() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
 
getDescription() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets template description.
getDescription() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets template description.
getDescription() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
getDescription() - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
 
getDescription() - Method in class pl.edu.agh.cast.importer.base.util.ImportConverterInfo
 
getDescription() - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
 
getDescription() - Method in class pl.edu.agh.cast.importer.templates.template.Template
 
getDescription() - Method in class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
 
getDescription() - Method in enum pl.edu.agh.cast.importer.wizard.utils.SimpleCharset
 
getDescription() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
 
getDescription() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets localized resource description.
getDescription() - Method in class pl.edu.agh.cast.resource.VisualResource
Gets localized resource description.
getDescription() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getDescriptor() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Returns the descriptor of this data set.
getDescriptor() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Returns the descriptor of this data set.
getDescriptor(String) - Method in class pl.edu.agh.cast.data.ui.utils.Images
Delegate to the ImageRegistry.getDescriptor(String) method.
getDescriptor(String) - Method in class pl.edu.agh.cast.importer.wizard.utils.Images
Delegate to the ImageRegistry.getDescriptor(String) method.
getDescriptor(String) - Method in class pl.edu.agh.cast.util.Images
Returns ImageDescriptor with given Id.
getDescString() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns a string with short description of element.
getDescString() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns a string with short description of element.
getDescString() - Method in class pl.edu.agh.cast.data.model.general.Entity
Returns a string with short description of element.
getDescString() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Returns a string with short description of element.
getDescString() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Returns a string with short description of element.
getDescString() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Returns a string with short description of element.
getDestinationInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Returns the node that is the destination of the connection
getDiagram() - Method in class pl.edu.agh.cast.backward.resources.DiagramEditorInput
Returns the diagram.
getDiagram() - Method in interface pl.edu.agh.cast.backward.resources.IDiagramEditorInput
Returns the diagram.
getDiagram() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Gets diagram in current editor input.
getDiagram() - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
Returns an instance of a diagram to be used in new editor instance.
getDiagram() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
Gets diagram for an editor.
getDiagram() - Method in interface pl.edu.agh.cast.editor.input.IDiagramEditorInput
Gets diagram for an editor.
getDiagram() - Method in class pl.edu.agh.cast.model.visual.backward.NodeFactory
 
getDiagram() - Method in class pl.edu.agh.cast.schema.editor.action.OpenEmptySchemaEditor
Returns an instance of a diagram to be used in new editor instance.
getDiagram() - Method in class pl.edu.agh.cast.schema.editor.action.OpenSampleSchemaEditor
Returns an instance of a diagram to be used in new editor instance.
getDiagramName() - Method in class pl.edu.agh.cast.model.visual.backward.Legend
 
getDiagrams() - Method in interface pl.edu.agh.cast.backward.resources.IProjectContainer
Returns list of project diagrams.
getDiagrams() - Method in class pl.edu.agh.cast.backward.resources.xml.XMLProjectContainer
 
getDimension() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Returns the copy of the dimension of the node.
getDimension1() - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Returns first dimension of bend point.
getDimension2() - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Returns second dimension of bend point.
getDimensions() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the dimension of this node.
getDirectEditCommand(DirectEditRequest) - Method in class pl.edu.agh.cast.policy.NodeDirectEditPolicy
getDirectEditCommand(DirectEditRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaNodeDirectEditPolicy
getDirection() - Method in class pl.edu.agh.cast.importer.base.data.type.DirectionDataType
 
getDirectionColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
getDirectionValue(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
getDisjunctionFilter() - Method in class pl.edu.agh.cast.dataview.ui.filter.ColumnFilter
 
getDisplay() - Static method in class pl.edu.agh.cast.CastApplication
 
getDisplayName() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Returns the property display name (ex.
getDisplayName() - Method in class pl.edu.agh.cast.model.attributes.Attribute
The human readable name of the attribute.
getDisplayName() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns the display name of the diagram.
getDisplayName() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Returns diagram display name.
getDisplayName() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns the display name of the diagram.
getDisplayName() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Returns diagram display name.
getDisplayName(IProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Returns project's display name.
getDistinctTokensInColumn(int) - Method in class pl.edu.agh.cast.importer.base.data.RawTabularData
Retrieves all distinct tokens in column with the specified index.
getDistinctTokensInColumn(int) - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Delegate method.
getDockLocation() - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
getDockLocation() - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
getDomainDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns descriptors of all available domain data sets.
getDomainDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns descriptors of all available domain data sets.
getDomainDataSetDescriptors() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns descriptors of all available domain data sets.
getDomainDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns descriptors of all available domain data sets.
getDomainModel() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns all model data (packaged as one IDataSet) kept in the diagram.
getDomainModel() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns all model data (packaged as one IDataSet) kept in the diagram.
getDoubleClickTimeout() - Method in class pl.edu.agh.cast.ui.dialogs.property.BooleanCellEditor
 
getDoubleClickTimeout() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
getDoubleValue() - Method in class pl.edu.agh.cast.model.mapper.Node
Typed value getter.
getDst() - Method in class pl.edu.agh.cast.model.mapper.Link
Destination node getter.
getDstAccessor() - Method in class pl.edu.agh.cast.model.mapper.Link
Returns the name of the destination node accessor method.
getDstId() - Method in class pl.edu.agh.cast.model.mapper.Link
The destination id getter.
getDstLinks() - Method in class pl.edu.agh.cast.model.mapper.Node
The target links getter.
getDstPosition() - Method in class pl.edu.agh.cast.model.mapper.Link
The position of destination node among other nodes at the destination side of the relationship (set of links).
getDummyManager() - Static method in class pl.edu.agh.cast.model.attributes.ConnectionGroupAttributeManager
 
getDummyManager() - Static method in class pl.edu.agh.cast.model.attributes.LegendAttributeManager
 
getDummyManager() - Static method in class pl.edu.agh.cast.model.attributes.NodeAttributeManager
 
getDuration() - Method in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
Returns the duration of relation in milliseconds.
getDuration() - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Returns the duration of relation in milliseconds.
getEditor() - Method in class pl.edu.agh.cast.backward.editor.action.EditorAction
 
getEditor() - Method in class pl.edu.agh.cast.editor.action.EditorAction
 
getEditorConfiguration() - Static method in class pl.edu.agh.cast.editor.EditorUtil
Returns all configuration elements from all extensions defined for pl.edu.agh.cast.editor extension point.
getEditorId() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Returns the id of editor this diagram is displayed in.
getEditorId() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Returns the id of editor this diagram is displayed in.
getEditorInput() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getEditorViewport() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Returns editor's viewport.
getEditorViewport() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Returns editor's viewport.
getEditPartsFactory() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Gets EditPartFactory for this editor.
getEditPartsFactory() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Gets EditPartFactory for this editor.
getEditPartsFactory() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
Gets EditPartFactory for this editor.
getElement(UUID) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns element from this data set with given ID.
getElement(UUID) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns element from this data set with given ID.
getElement() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
getElement() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateTreeEntry
 
getElementCount() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns the number of elements in this data set.
getElementCount() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns the number of elements in this data set.
getElements() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns all elements from this data set.
getElements(Type) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns elements from this data set of the same type as given one.
getElements() - Method in class pl.edu.agh.cast.data.model.copier.ElementTransferContainer
Returns a modifiable list of contained elements.
getElements() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns all elements from this data set.
getElements(Type) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns elements from this data set of the same type as given one.
getElements(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TabularDataContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
getElements(Object) - Method in interface pl.edu.agh.cast.dataview.provider.IContentProvider
Returns elements table read from inputElement parameter.
getElements(Object) - Method in class pl.edu.agh.cast.dataview.provider.impl.ManyToManyRelationsContentProvider
Returns elements table read from inputElement parameter.
getElements(Object) - Method in class pl.edu.agh.cast.dataview.ui.DataTableContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorsLogContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.TabularDataContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.importer.wizard.util.provider.ListContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
getElements(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
getElementTypes() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns collection of types of IElements this data set contains.
getElementTypes() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns collection of types of IElements this data set contains.
getEmptyTokenReplacement(int) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Retrieves the empty tokens' replacement for column with the specified index.
getEncoding() - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
 
getEndDate() - Method in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
Returns the date of relation occurrence end.
getEndDate() - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Returns the date of relation occurrence end.
getEntities() - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
Returns all entities contained in the data set.
getEntities() - Method in interface pl.edu.agh.cast.data.model.general.IGeneralDataSet
Returns all entities contained in the data set.
getEntities() - Method in class pl.edu.agh.cast.model.base.DataSet
Return all entities present in this data set.
getEntities() - Method in interface pl.edu.agh.cast.model.base.IDataSet
Return all entities present in this data set.
getEntities() - Method in interface pl.edu.agh.cast.model.base.IModel
Return all entities which are present in this model.
getEntities() - Method in class pl.edu.agh.cast.model.base.Model
Return all entities which are present in this model.
getEntities(Collection<IDataSet>) - Static method in class pl.edu.agh.cast.model.base.Model
Create collection of entities which are present in given data sets.
getEntity(String, Map<String, IEntity>) - Static method in class pl.edu.agh.cast.model.base.DataImporter
Deprecated. Returns an IEntity with given id, or creates a new one.
getEntityRelationsCount(IEntity) - Static method in class pl.edu.agh.cast.model.base.util.AbstractMainEntitiesUtil
 
getErroneousRowsCount() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves the number of all errant data rows.
getErrorInfo() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
 
getErrors() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
getErrorsByType(ErrorType) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves errors that are of specified error type.
getErrorsCount() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves the number of errors of type ERROR.
getErrorsCount() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
 
getErrorSeverity() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
 
getErrorsLog() - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
Retrieves the conversion errors log.
getErrorsLog() - Method in interface pl.edu.agh.cast.importer.base.converter.IImportConverter
Retrieves the conversion errors log.
getErrorsLog() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getErrorsLog() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
Retrieves the errors log.
getErrorType() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypeContent
 
getErrorType() - Method in exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
 
getErrorType() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
 
getErrorType() - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContent
 
getErrorTypesWithOccurrences() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves error types mapped to the number of its occurrences.
getErrorTypesWithOccurrences() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Gets returns type mapped to number of occurrences in associated TabularData object.
getEventType() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyEvent
Returns the type of the event.
getExceptions() - Method in exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
 
getFigureCasted() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
 
getFigureCasted() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
 
getFile() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
 
getFile() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Return file in which this diagram is stored.
getFile() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Return file in which this diagram is stored.
getFileCharset(String, IDataImporter) - Static method in class pl.edu.agh.cast.data.importer.data.util.AbstractEncodingRecognizer
Imports a given file into tabular data and retrieves its encoding and the set of characters being used within it.
getFileCharset(String, IImportTokenizer, IProgressMonitor) - Static method in class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
Imports a given file into a list of raw tabular data and retrieves its encoding and the set of characters being used within it.
getFileCharset(String, String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Detects the file encoding for file with the specified path using the tokenizer with specified id.
getFileCharset(String, IImportTokenizer) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Detects the file encoding for file with the specified path using the specified tokenizer.
getFileCharset() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Retrieves the charset for selected file, on the basis of selected file format (tokenizer).
getFilePath() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
 
getFilePath() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
getFilePath() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getFilter() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnFilter
 
getFilter() - Method in class pl.edu.agh.cast.ui.dialogs.search.ColorFilterPanel
Returns configured IParameterFilter.
getFilter() - Method in class pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel
Returns configured IParameterFilter.
getFilter() - Method in class pl.edu.agh.cast.ui.dialogs.search.FilterPanel
Returns configured IParameterFilter.
getFilter() - Method in class pl.edu.agh.cast.ui.dialogs.search.NumericFilterPanel
Returns configured IParameterFilter.
getFilter() - Method in class pl.edu.agh.cast.ui.dialogs.search.StringFilterPanel
Returns configured IParameterFilter.
getFilters() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnType
 
getFiltersController() - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
 
getFirst() - Method in class pl.edu.agh.cast.common.collections.Pair
 
getFixedHashCode() - Method in interface pl.edu.agh.cast.model.base.ITimedRelation
Returns the hash code of the timed relation seen as timed relation, not as a domain-specific object.
getFixedHashCode() - Method in class pl.edu.agh.cast.model.base.TimedRelation
Remark: the hash code of the id of the TimedRelation is dependent on all the data which are checked in the equals method, because the id is constructed of the source and target nodes IDs and the date.
getFont(String, int, int) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getFont(String, int, int, boolean, boolean) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getFooter() - Method in class pl.edu.agh.cast.importer.base.logging.ImportLoggerPatternLayout
getForeground(Object, int) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
getForeground(Object, int) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesLabelProvider
getFormat() - Method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Returns the date format.
getFormat() - Method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Returns the time format.
getFormat() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Retrieves the domain field format.
getFormat() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Retrieves the domain field format.
getFormat() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Retrieves the domain field format.
getFormat() - Method in interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
Retrieves the domain field format.
getFormatId() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getFormatter() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
getFormatters() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves the formatters of the tabular data columns.
getFriendlyName(String) - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns localized display name for given icon image.
getFriendlyName(String) - Method in class pl.edu.agh.cast.util.Images
Deprecated. To be removed. Use NodeIconProvider.getFriendlyName() instead.
getGetter() - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Returns getter method for retrieving property value from data element.
getGetter() - Method in class pl.edu.agh.cast.data.model.property.MetaTransientProperty
Returns getter method for retrieving property value from data element.
getGraphData() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getGraphData() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Required by LayoutRelationship.
getGreen() - Method in class pl.edu.agh.cast.common.HexColor
 
getGroup() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the name of the group this icon belongs to.
getGroup() - Method in class pl.edu.agh.cast.data.template.Template
 
getGroup() - Method in exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
 
getGroup() - Method in class pl.edu.agh.cast.importer.templates.template.Template
 
getGroupedNodeIcons() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns a map of NodeIcons groups, with localized group names as keys.
getGroupId() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Returns group id.
getGroupId() - Method in class pl.edu.agh.cast.resource.VisualResource
Returns group id.
getGroupId() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getGroups() - Method in exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
 
getHeader() - Method in class pl.edu.agh.cast.importer.base.logging.ImportLoggerPatternLayout
getHeaderRowIdx() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
 
getHeight() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The height of the node.
getHeight() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The height of the node.
getHeightInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getIcon() - Method in class pl.edu.agh.cast.backward.figure.NodeFigure
 
getIcon() - Method in class pl.edu.agh.cast.figure.NodeFigure
 
getIcon() - Method in interface pl.edu.agh.cast.navigator.INavigatorTreeItem
Returns item icon image.
getIcon() - Method in class pl.edu.agh.cast.navigator.NavigatorTreeItem
Returns item icon image.
getIcon() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns item icon image.
getIconDescriptor() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the large icon descriptor.
getIconId() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the large icon unique ID.
getIconId(String) - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns Id of the icon image for given node type.
getId() - Method in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
getId() - Method in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
getId() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns object's globally unique ID.
getId() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns object's globally unique ID.
getId() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Returns the ID of the data set.
getId() - Method in interface pl.edu.agh.cast.data.model.Identifiable
Returns object's globally unique ID.
getId() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnType
 
getId() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets template id.
getId() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets template id.
getId() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
getId() - Method in class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
 
getId() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
Returns the unique id of this policy.
getId() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysFirst
Returns the unique id of this policy.
getId() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysSecond
Returns the unique id of this policy.
getId() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalAnd
Returns the unique id of this policy.
getId() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalOr
Returns the unique id of this policy.
getId() - Method in interface pl.edu.agh.cast.model.base.IDataSet
Return the id of the data set.
getId() - Method in interface pl.edu.agh.cast.model.base.IEntity
The id of the entity (getter).
getId() - Method in interface pl.edu.agh.cast.model.base.IRelation
The id of the relation (getter).
getId() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Domain specific id of the object.
getId() - Method in class pl.edu.agh.cast.model.mapper.Link
DB indentifier reader.
getId() - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Domain specific id of the object.
getId() - Method in class pl.edu.agh.cast.model.mapper.Node
DB identifier getter.
getId() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getId() - Method in class pl.edu.agh.cast.model.ModelColumnParameter
 
getId() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the Id of this node.
getId() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets resource id.
getId() - Method in class pl.edu.agh.cast.resource.VisualResource
Gets resource id.
getId() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getId() - Method in class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
getId() - Method in class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
getId() - Method in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
getId() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
getId() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
getId() - Method in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
getId() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getIgnoredColumns(int) - Method in class pl.edu.agh.cast.data.template.Template
Returns ignored columns.
getIgnoredLinesCount() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
getIgnoreFirstLineOption() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
getImage(String, Control) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getImage(String) - Static method in class com.cloudgarden.resource.SWTResourceManager
 
getImage(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorMessageColumnLabelProvider
getImage(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
getImage(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorMessageColumnLabelProvider
getImage(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
getImage(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
getImage(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorLabelProvider
getImage() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets default image associated with the resource.
getImage(ImageSize) - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets default image associated with this resource with specified size.
getImage(String) - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets a given variant of image in default size (see IVisualResource.getImage() method java doc for more details about how default size is chosen).
getImage(String, ImageSize) - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets a given variant of image in specified size.
getImage() - Method in class pl.edu.agh.cast.resource.VisualResource
Gets default image associated with the resource.
getImage(ImageSize) - Method in class pl.edu.agh.cast.resource.VisualResource
Gets default image associated with this resource with specified size.
getImage(String) - Method in class pl.edu.agh.cast.resource.VisualResource
Gets a given variant of image in default size (see IVisualResource.getImage() method java doc for more details about how default size is chosen).
getImage(String, ImageSize) - Method in class pl.edu.agh.cast.resource.VisualResource
Gets a given variant of image in specified size.
getImage(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineLabelProvider
getImageDescriptor(String) - Static method in class pl.edu.agh.cast.Activator
Returns an image descriptor for the image file at the given plug-in relative path.
getImageDescriptor() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
 
getImageDescriptor() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
 
getImageDescriptor() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
getImageDescriptor() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
getImageExtension() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getImageId() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the Id of an image that is used to display this node.
getImageId() - Method in class pl.edu.agh.cast.model.visual.backward.NodeFactory
Returns image identifier that should be used as an icon for entities created by this factory.
getImageLabel(String) - Method in class pl.edu.agh.cast.model.visual.backward.Legend
Returns label for the given image.
getImageName() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getImagesPath() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getImageVariants() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getImporterId() - Method in class pl.edu.agh.cast.data.template.Template
 
getImporterOptions() - Method in class pl.edu.agh.cast.data.template.Template
 
getImporterOptions() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getImporterOptions() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getImportersConfigurations() - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Returns configuration elements for importers with the default importer extension point identifier.
getImporterUtil() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
 
getImportLoggers() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getImportProcess() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
 
getImportProcess() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
 
getImportWizard() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
 
getInboundDirections() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
 
getIncomingRelations() - Method in class pl.edu.agh.cast.data.model.general.Entity
Returns the list of incoming relations associated with the entity.
getIncomingRelations() - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Returns the list of incoming relations associated with the entity.
getInitialSize() - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
getInitialWindowPerspectiveId() - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
getInput() - Method in class pl.edu.agh.cast.ui.AbstractTableView
Returns the input of the view.
getInputColumnForIndex(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Sets the input column reference for column with specified index.
getInputColumnIndex() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
getInputColumnRef(int) - Method in class pl.edu.agh.cast.importer.base.data.DataRow
Retrieves the reference to the input column for the specified column index.
getInputData() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
getInputEntries() - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
Returns a list of input entries expected by this converter.
getInputFileLines() - Method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
 
getInputRowNumber() - Method in class pl.edu.agh.cast.importer.base.data.DataRow
Retrieves the input row number.
getInputRowNumber() - Method in interface pl.edu.agh.cast.importer.base.data.IDataRow
Retrieves the input row number.
getInputRowNumber() - Method in class pl.edu.agh.cast.importer.base.data.RawDataRow
Retrieves the input row number.
getInstance() - Static method in class pl.edu.agh.cast.backward.editor.EditorSaverSupport
Returns single, shared instance of EditorSaverSupport.
getInstance() - Static method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns single, shared instance of NodeIconProvider.
getInstance() - Static method in class pl.edu.agh.cast.backward.resources.ProjectStore
Returns single, shared instance of ProjectStore.
getInstance() - Static method in class pl.edu.agh.cast.data.converter.ConverterRegistry
 
getInstance() - Static method in class pl.edu.agh.cast.data.model.util.ReferenceUtil
 
getInstance() - Static method in class pl.edu.agh.cast.data.ui.utils.Images
Retrieves the only instance of the Images class.
getInstance() - Static method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
 
getInstance() - Static method in class pl.edu.agh.cast.dataview.view.util.DataViewFactory
 
getInstance() - Static method in class pl.edu.agh.cast.editor.EditorSaverSupport
Returns single, shared instance of EditorSaverSupport.
getInstance() - Static method in class pl.edu.agh.cast.editor.ExtendedMouseWheelScrollHandler
Returns signleton instance of this class.
getInstance() - Static method in class pl.edu.agh.cast.editor.ExtendedMouseWheelZoomHandler
Returns singleton instance.
getInstance() - Static method in class pl.edu.agh.cast.importer.wizard.utils.Images
Retrieves the only instance of the Images class.
getInstance() - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
 
getInstance() - Static method in class pl.edu.agh.cast.model.mapper.Mapper
The only instance of the metamodel.
getInstance() - Static method in class pl.edu.agh.cast.navigator.ui.NavigatorLabelProvider
Returns single instance of this class.
getInstance() - Static method in class pl.edu.agh.cast.navigator.ui.NavigatorNameSorter
Returns single instance of this class.
getInstance() - Static method in class pl.edu.agh.cast.project.ProjectUtil
Returns single, shared instance of ProjectUtil.
getInstance() - Static method in class pl.edu.agh.cast.project.UserPreferences
Returns single, shared instance of UserPreferences.
getInstance() - Static method in class pl.edu.agh.cast.rawdata.stat.ErrorRegistry
 
getInstance() - Static method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
Returns single, shared instance of ModelElementTransfer.
getInstance() - Static method in class pl.edu.agh.cast.ui.outline.OutlineLabelProvider
Returns single, shared instance of OutlineLabelProvider.
getInstance() - Static method in class pl.edu.agh.cast.util.Configuration
 
getInstance() - Static method in class pl.edu.agh.cast.util.Images
Returns single, shared instance of Images.
getInteger(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractIntegerSingleColumnConversionRule
Returns integer value retrieved from input row.
getIsMain() - Method in class pl.edu.agh.cast.model.base.Entity
Main entity setter.
getItem() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingItemContent
 
getItemName() - Method in interface pl.edu.agh.cast.data.preprocessing.IPreprocessingItem
Retrieves the item name.
getItems() - Method in interface pl.edu.agh.cast.navigator.INavigatorItemProvider
Returns navigator tree items specific for concrete navigator provider.
getItems() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns navigator tree items specific for concrete navigator provider.
getIterator() - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Returns the IReferenceListIterator over instances referred by the reference list.
getLabel() - Method in class pl.edu.agh.cast.backward.command.RenameDiagramCommand
getLabel() - Method in interface pl.edu.agh.cast.backward.figure.ILabeledFigure
Returns the label of the figure.
getLabel() - Method in class pl.edu.agh.cast.backward.figure.NodeFigure
Returns the label of the figure.
getLabel() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Label getter.
getLabel() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Label getter.
getLabel() - Method in class pl.edu.agh.cast.editpart.LabelCellEditorLocator
Returns the nodeFigure figure.
getLabel() - Method in interface pl.edu.agh.cast.figure.ILabeledFigure
Returns the label of the figure.
getLabel() - Method in class pl.edu.agh.cast.figure.NodeFigure
Returns the label of the figure.
getLabel() - Method in interface pl.edu.agh.cast.model.visual.backward.IMoveable
Returns label of movable element.
getLabel() - Method in class pl.edu.agh.cast.model.visual.backward.Legend
 
getLabel() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns a label, composed of values of all ValueType.String attributes that have Attribute.isShowAsLabel() set.
getLabel() - Method in interface pl.edu.agh.cast.navigator.INavigatorTreeItem
Returns item label.
getLabel() - Method in class pl.edu.agh.cast.navigator.NavigatorTreeItem
Returns item label.
getLabel() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns item label.
getLabel() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Gets localized resource label.
getLabel() - Method in class pl.edu.agh.cast.resource.VisualResource
Gets localized resource label.
getLabel() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getLabel() - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaPolylineConnection
 
getLabel() - Method in class pl.edu.agh.cast.tool.LabelCellEditorLocator
Returns the nodeFigure figure.
getLabel() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getLabelFigure() - Method in class pl.edu.agh.cast.backward.figure.NodeFigure
 
getLabelFigure() - Method in class pl.edu.agh.cast.figure.NodeFigure
 
getLabelProvider() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnType
 
getLayoutInformation() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getLayoutInformation() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Getter for optional information about the layout (or any other data that is stored in this field)
getLayoutManager() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Returns current layout manager.
getLayoutManager() - Method in interface pl.edu.agh.cast.backward.editor.IWithLayoutManager
Returns current layout manager.
getLeftConnections() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Deprecated. Use ConnectionGroup.getSourceConnectionsFor(Node)
getLegend() - Method in class pl.edu.agh.cast.model.visual.Diagram
Returns legend model for this diagram.
getLegend() - Method in interface pl.edu.agh.cast.model.visual.IDiagram
Returns legend model for this diagram.
getLegendEntries() - Method in class pl.edu.agh.cast.figure.AbstractLegendFigure
Returns all figures(image and caption as one figure) that has to be listed in legend.
getLegendEntries() - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaLegendFigure
Returns all figures(image and caption as one figure) that has to be listed in legend.
getLineColorLabel(HexColor) - Method in class pl.edu.agh.cast.model.visual.backward.Legend
Returns label for the given line color.
getLineCutPoints(List<String>, int, int) - Static method in class pl.edu.agh.cast.data.importer.data.txt.TxtDataImporter
Retrieves line cut points, which are analogous to lines with a large number of spaces.
getLineCutPoints(List<String>) - Static method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.AbstractFixedWidthFilesHelper
Retrieves line cut points, which are analogous to lines with a large number of spaces.
getLineCutPoints() - Method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
Returns cut points indices.
getLinkData(Class, String) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Return link data (MapLink annotation) for the given mappable and link with given name.
getLocation() - Method in interface pl.edu.agh.cast.model.visual.backward.IMoveable
Returns current location of movable element.
getLocation() - Method in class pl.edu.agh.cast.model.visual.backward.Legend
 
getLocation() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns current location of movable element.
getLocation() - Method in class pl.edu.agh.cast.model.visual.Legend
 
getLocation() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The node location.
getLocation() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Returns the copy of the location of the node.
getLocation() - Method in class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
 
getLocations() - Method in class pl.edu.agh.cast.project.MostRecentlyUsedProject
 
getLogDirPath() - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
 
getLogger() - Static method in class pl.edu.agh.cast.Activator
Returns Logger instance for this plugin.
getLogger() - Static method in class pl.edu.agh.cast.data.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.data.model.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.data.persistence.zlayer.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.dataview.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.importer.base.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.importer.templates.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.importer.wizard.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.model.base.BasePlugin
The default logger of the plug-in.
getLogger() - Static method in class pl.edu.agh.cast.schema.editor.Activator
Returns the shared logger of the data view plug-in.
getLogger() - Static method in class pl.edu.agh.cast.schema.model.Activator
Returns the shared logger of the data view plug-in.
getLongValue() - Method in class pl.edu.agh.cast.model.mapper.Node
The value getter.
getMainEntities(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
Returns a list of nodes that are marked as main.
getMainEntitiesPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
getMap() - Method in class pl.edu.agh.cast.common.collections.MultiMap
Returns an unmodifiable view of the underlying map.
getMappedAttributes(Class<Mappable>) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Get methods with MapAttribute annotations for the given class.
getMappedLinks(Class<Mappable>) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Get methods with MapLink annotations for the given class.
getMapping(Class<Mappable>) - Method in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
 
getMappings() - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
Returns the mapping between columns mapped by user and input column indices.
getMatchingConverters(List<Type>) - Method in class pl.edu.agh.cast.data.converter.ConverterRegistry
Returns a list of converter references which match the given list of data set types.
getMatchingConverters(Type) - Method in class pl.edu.agh.cast.data.converter.ConverterRegistry
Returns a list of converter references which match the given data set type.
getMaximumAllowedInitialZoom() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
getMaximumAllowedInitialZoom() - Method in class pl.edu.agh.cast.editor.AbstractEditor
 
getMaximumAllowedInitialZoom() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
getMaxZoom() - Method in class pl.edu.agh.cast.editor.ExtendedZoomManager
getMessage() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
Returns localized error message.
getMessage() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
 
getMessage() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorInfo
Returns localised error description.
getMessage() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
 
getMetaCustomProperties() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Returns all meta custom properties.
getMetaPermanentProperties() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Returns all meta permanent properties.
getMetaProperties() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Returns all meta properties.
getMetaProperty(IPropertyContainer, String, PropertyType) - Static method in class pl.edu.agh.cast.data.converter.ConverterUtil
Returns the meta-property with given name from given property container.
getMetaProperty() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyEvent
Returns the MetaProperty related to the event.
getMetaProperty(String) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Returns meta property with given name.
getMetaProperty() - Method in class pl.edu.agh.cast.data.model.property.Property
Returns MetaProperty describing this property.
getMetaPropertyManager(Type) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns meta-property manager of elements of given type.
getMetaPropertyManager(Type) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns meta-property manager of elements of given type.
getMetaPropertyManager() - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns MetaPropertyManager of this container's properties.
getMetaPropertyManager() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns MetaPropertyManager of this container's properties.
getMetaPropertyManagers() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns meta-property managers for all types of elements.
getMetaPropertyManagers() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns meta-property managers for all types of elements.
getMetaTransientProperties() - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Returns all meta transient properties.
getMethod() - Method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
 
getMid() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
The base model id of the object.
getMid() - Method in interface pl.edu.agh.cast.model.mapper.Mappable
The base model id of the object.
getMid() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
getMinEachConnections() - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
getMinimumAllowedInitialZoom() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
getMinimumAllowedInitialZoom() - Method in class pl.edu.agh.cast.editor.AbstractEditor
 
getMinimumAllowedInitialZoom() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
getMinimumSize(int, int) - Method in class pl.edu.agh.cast.backward.figure.ImageFigure
getMinimumSize(int, int) - Method in class pl.edu.agh.cast.figure.ImageFigure
getMinMainConnections() - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
getMinTotalConnections() - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
getMinZoom() - Method in class pl.edu.agh.cast.editor.ExtendedZoomManager
getMode() - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
getModel() - Method in class pl.edu.agh.cast.backward.resources.ModelEditorInput
 
getModel(IProject) - Method in class pl.edu.agh.cast.backward.resources.ProjectStore
Returns model for given project.
getModel() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
 
getModel() - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
Returns the Legend instance.
getModel() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
 
getModel() - Method in class pl.edu.agh.cast.model.base.DataSet
 
getModel() - Method in interface pl.edu.agh.cast.model.base.IDataSet
Model getter.
getModel() - Method in class pl.edu.agh.cast.model.visual.Diagram
Gets model which is base for this diagram.
getModel() - Method in interface pl.edu.agh.cast.model.visual.IDiagram
Gets model which is base for this diagram.
getModel() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
Returns the Legend instance.
getModelCasted() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
Returns the Legend instance.
getModelCasted() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
 
getModelChildren() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
getModelColumns(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockModelPluginRegistryProvider
Returns table of ModelColumn for model with id = modelExtensionId.
getModelColumns(String) - Method in interface pl.edu.agh.cast.model.IModelPluginRegistryProvider
Returns table of ModelColumn for model with id = modelExtensionId.
getModelColumns(String) - Method in class pl.edu.agh.cast.model.ModelUtil
Delegated method.
getModelConfiguration() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getModelConfiguration(String) - Method in class pl.edu.agh.cast.model.ModelUtil
Returns the model configuration for model with given extension identifier.
getModelConfigurations() - Static method in class pl.edu.agh.cast.model.base.BasePlugin
Returns configurations (extensions description) for all models - extension point pl.edu.agh.cast.model .
getModelExtensionId() - Method in class pl.edu.agh.cast.model.base.DataSet
Returns the ID of the model extension (see pl.edu.agh.cast.model Extension Point) which defines this data set.
getModelExtensionId() - Method in interface pl.edu.agh.cast.model.base.IDataSet
Returns the ID of the model extension (see pl.edu.agh.cast.model Extension Point) which defines this data set.
getModelId() - Method in class pl.edu.agh.cast.data.template.Template
 
getModelId() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getModelId() - Method in class pl.edu.agh.cast.dataview.view.DataView
 
getModelId() - Method in class pl.edu.agh.cast.model.ModelInfo
 
getModelIndex() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getModelInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.MockModelPluginRegistryProvider
Returns the list of information about all available domain models.
getModelInfos() - Method in interface pl.edu.agh.cast.model.IModelPluginRegistryProvider
Returns the list of information about all available domain models.
getModelInfos() - Method in class pl.edu.agh.cast.model.ModelUtil
Delegated method.
getModelName(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
getModelName(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockModelPluginRegistryProvider
Retrieves name of domain model with a given extension identifier.
getModelName(String) - Method in interface pl.edu.agh.cast.model.IModelPluginRegistryProvider
Retrieves name of domain model with a given extension identifier.
getModelSourceConnections() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getModelTargetConnections() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getModelToDataMapping() - Method in class pl.edu.agh.cast.data.template.Template
 
getMostRecentlyUsedProjects() - Method in class pl.edu.agh.cast.project.UserPreferences
Returns a list of MRU projects.
getMoveBendpointCommand(BendpointRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaBendPointEditPolicy
 
getName() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns icon's display name.
getName() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
 
getName() - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
getName() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns the name of the data set.
getName() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
 
getName() - Method in class pl.edu.agh.cast.data.model.general.Entity
Returns the entity name.
getName() - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Returns the entity name.
getName() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns the name of the data set.
getName() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Returns the property name (always in UPPER CASE).
getName() - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Return preprocessing name.
getName() - Method in class pl.edu.agh.cast.data.template.Template
 
getName() - Method in class pl.edu.agh.cast.data.template.TemplateGroup
 
getName() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
 
getName() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumnFilter
 
getName() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
getName() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
getName() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets template name.
getName() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets template name.
getName() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
getName() - Method in interface pl.edu.agh.cast.importer.base.tokenizer.ITokenizerOption
Retrieves the tokenizer option name.
getName() - Method in class pl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
Retrieves the tokenizer option name.
getName() - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
 
getName() - Method in class pl.edu.agh.cast.importer.base.util.DataTypeInfo
 
getName() - Method in class pl.edu.agh.cast.importer.base.util.ImportConverterInfo
 
getName() - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
 
getName() - Method in class pl.edu.agh.cast.importer.templates.template.Template
 
getName() - Method in class pl.edu.agh.cast.importer.templates.template.TemplateGroup
 
getName() - Method in class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
 
getName() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
getName(String) - Static method in class pl.edu.agh.cast.model.base.DataImporter
Deprecated. Return the name of new data set.
getName() - Method in interface pl.edu.agh.cast.model.base.IModel
Model name getter.
getName() - Method in class pl.edu.agh.cast.model.base.Model
Model name getter.
getName() - Method in class pl.edu.agh.cast.model.mapper.Link
Name getter.
getName() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getName() - Method in class pl.edu.agh.cast.model.ModelColumnParameter
 
getName() - Method in class pl.edu.agh.cast.model.ModelInfo
 
getName() - Method in class pl.edu.agh.cast.model.visual.Diagram
Returns diagram name.
getName() - Method in interface pl.edu.agh.cast.model.visual.IDiagram
Returns diagram name.
getName() - Method in class pl.edu.agh.cast.project.MostRecentlyUsedProject
 
getName() - Method in class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
 
getNameExtension() - Method in enum pl.edu.agh.cast.resource.ImageSize
 
getNamespace() - Method in class pl.edu.agh.cast.data.template.Template
 
getNavigatorConfiguration() - Static method in class pl.edu.agh.cast.navigator.NavigatorUtil
Returns all configuration elements from all extensions defined for pl.edu.agh.cast.navigator extension point.
getNavigatorItemsProviders() - Static method in class pl.edu.agh.cast.navigator.NavigatorUtil
Instantiates and returns all available navigator item provider extensions.
getNeighbors(Collection<ISchemaNode>, ISchemaNode) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
Returns list of nodes connected with a given node
getNewEditorName() - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
 
getNewEditorName() - Method in class pl.edu.agh.cast.schema.editor.action.OpenEmptySchemaEditor
getNewEditorName() - Method in class pl.edu.agh.cast.schema.editor.action.OpenSampleSchemaEditor
GetNewNameDialog - Class in pl.edu.agh.cast.ui.dialogs
Dialog used for renaming project name.
GetNewNameDialog(Shell, int, String, String, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
Creates new dialog.
getNewObject() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionFactory
getNewObject() - Method in class pl.edu.agh.cast.model.visual.backward.NodeFactory
getNewObject(ISchemaDataSet) - Method in interface pl.edu.agh.cast.schema.editor.request.ICreationFactory
Returns a new object which belongs to given schema data set.
getNewObject(ISchemaDataSet) - Method in class pl.edu.agh.cast.schema.editor.request.SchemaConnectionCreateRequest
Returns new object which belongs to given data set.
getNewObject(ISchemaDataSet) - Method in class pl.edu.agh.cast.schema.editor.request.SchemaConnectionFactory
Returns a new object which belongs to given schema data set.
getNewObject() - Method in class pl.edu.agh.cast.schema.editor.request.SchemaConnectionFactory
This method is unsupported by this implementation.
getNewObject(ISchemaDataSet) - Method in class pl.edu.agh.cast.schema.editor.request.SchemaNodeCreateRequest
Returns new object which belongs to given data set.
getNewObject() - Method in class pl.edu.agh.cast.schema.editor.request.SchemaNodeFactory
This method is unsupported by this implementation.
getNewObject(ISchemaDataSet) - Method in class pl.edu.agh.cast.schema.editor.request.SchemaNodeFactory
Returns the new object which belongs to given data set.
getNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
getNextPage(IWizardPage) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
getNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
getNextPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
getNextPage() - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
getNextPage() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
getNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
 
getNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
 
getNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
getNextPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
getNextPage(AbstractImportWizardPage) - Method in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
Calculates which wizard page should be next, and returns reference to next page.
getNextPage(AbstractImportWizardPage) - Method in class pl.edu.agh.cast.importer.wizard.strategy.ApplyTemplateWizardStrategy
Calculates which wizard page should be next, and returns reference to next page.
getNextPage(AbstractImportWizardPage) - Method in class pl.edu.agh.cast.importer.wizard.strategy.CreateTemplateWizardStrategy
Calculates which wizard page should be next, and returns reference to next page.
getNextPage(AbstractImportWizardPage) - Method in interface pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy
Calculates which wizard page should be next, and returns reference to next page.
getNextPage(AbstractImportWizardPage) - Method in class pl.edu.agh.cast.importer.wizard.strategy.UseTemplateWizardStrategy
Calculates which wizard page should be next, and returns reference to next page.
getNode() - Method in class pl.edu.agh.cast.ui.outline.OutlineConnectionNode
 
getNodeAttributeManager() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns the NodeAttributeManager of this diagram.
getNodeAttributeManager() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns the NodeAttributeManager of this diagram.
getNodeCount() - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
 
getNodeFigure() - Method in class pl.edu.agh.cast.editpart.LabelCellEditorLocator
 
getNodeFigure() - Method in class pl.edu.agh.cast.tool.LabelCellEditorLocator
 
getNodeIcon(String) - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns NodeIcon for given node type.
getNodeIcons() - Method in class pl.edu.agh.cast.backward.figure.icons.AbstractNodeIconFactory
Return collection of node icons provided by pl.edu.agh.cast.nodeIcons EP extender.
getNodeIcons() - Method in interface pl.edu.agh.cast.backward.figure.icons.INodeIconFactory
Return collection of node icons provided by pl.edu.agh.cast.nodeIcons EP extender.
getNodeIconsConfigurations() - Static method in class pl.edu.agh.cast.Activator
Returns configurations of extensions for pl.edu.agh.cast.nodeIcons extension point.
getNodeName() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the name of the node which correspond to this statistics row.
getNodes() - Method in class pl.edu.agh.cast.backward.editor.action.CastClipboardContents
 
getNodes() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns a collection of all diagram Nodes.
getNodes() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns a collection of all diagram Nodes.
getNodes() - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
 
getNodes() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaDataSet
Gets all nodes in data set.
getNodes() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Gets all nodes in data set.
getNodes() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaDataSet
Gets all nodes in data set.
getNodes() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Gets all nodes in data set.
getNodesNumber() - Method in class pl.edu.agh.cast.ui.wizards.SelectRootNumbersWizardPage
 
getNodeType() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the type of node this icon is for (by default).
getNotConnected(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
Searches for nodes that are not connected to any other node
getNotRecognizedCellVal() - Static method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
 
getObject() - Method in interface pl.edu.agh.cast.navigator.INavigatorTreeItem
Returns object held by this item.
getObject() - Method in class pl.edu.agh.cast.navigator.NavigatorTreeItem
Returns object held by this item.
getObject() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns object held by this item.
getObjectType() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionFactory
getObjectType() - Method in class pl.edu.agh.cast.model.visual.backward.NodeFactory
getObjectType() - Method in interface pl.edu.agh.cast.schema.editor.request.ICreationFactory
getObjectType() - Method in class pl.edu.agh.cast.schema.editor.request.SchemaConnectionFactory
getObjectType() - Method in class pl.edu.agh.cast.schema.editor.request.SchemaNodeFactory
getObservers() - Method in class pl.edu.agh.cast.importer.base.data.DataRow
Retrieves the list of all registered observers.
getObservers() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves the list of all registered observers.
getObservers() - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataMonitorable
Retrieves the list of all registered observers.
getObservers() - Method in class pl.edu.agh.cast.rawdata.logging.AbstractRawDataMonitorable
 
getOperationSet(Request) - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Returns the list of editparts which will participate in alignment.
getOptions() - Method in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
 
getOptions() - Method in class pl.edu.agh.cast.data.importer.data.csv.CsvDataImporter
Retrieves the importer options.
getOptions() - Method in interface pl.edu.agh.cast.data.importer.data.IDataImporter
Retrieves the importer options.
getOptionValue(String) - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
 
getOriginalDataSets() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Returns the original data sets which are presented by this presentation data set.
getOriginalDataSets() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns the original data sets which are presented by this presentation data set.
getOriginalElements() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Returns the original elements which are presented by this presentation element.
getOriginalElements() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Returns the original elements which are presented by this presentation element.
getOutboundDirections() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
 
getOutgoingRelations() - Method in class pl.edu.agh.cast.data.model.general.Entity
Returns the list of outgoing relations associated with the entity.
getOutgoingRelations() - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Returns the list of outgoing relations associated with the entity.
getOutputType() - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
Returns the type of conversion output data set.
getPage() - Method in class pl.edu.agh.cast.importer.wizard.util.ConversionRulesPageInfo
 
getPage1() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
 
getPage2() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
 
getPage3() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
 
getPalettePreferences() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getPalettePreferences() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getPaletteRoot() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getPaletteRoot() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getPaletteRoot() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
getPaletteState() - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
getPaletteState() - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
getPaletteWidth() - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
getPaletteWidth() - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
getParameterName() - Method in class pl.edu.agh.cast.ui.dialogs.search.ColorFilterPanel
Returns the name of the parameter to filter on.
getParameterName() - Method in class pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel
Returns the name of the parameter to filter on.
getParameterName() - Method in class pl.edu.agh.cast.ui.dialogs.search.FilterPanel
Returns the name of the parameter to filter on.
getParameterName() - Method in class pl.edu.agh.cast.ui.dialogs.search.NumericFilterPanel
Returns the name of the parameter to filter on.
getParameterName() - Method in class pl.edu.agh.cast.ui.dialogs.search.StringFilterPanel
Returns the name of the parameter to filter on.
getParameters() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getParams() - Method in exception pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
 
getParams() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
 
getParent(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
getParent() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
getParent(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
getParent() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateTreeEntry
 
getParent(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
getParent(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
getParent() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getParent(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
getParsedData() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getParseErrorsLog() - Method in interface pl.edu.agh.cast.importer.base.parser.IImportParser
Retrieves the parsing errors log.
getParseErrorsLog() - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
Retrieves the parsing errors log.
getParser() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getParser() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets an import parser.
getParser() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets an import parser.
getPartName() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getPartName() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
 
getPartName() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getPath() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
 
getPcsDelegate() - Method in class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
 
getPermanentAttributes() - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Returns list of permanent attributes.
getPermanentProperties() - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns all permanent properties.
getPermanentProperties() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns all permanent properties.
getPersistable() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
 
getPersistable() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
 
getPersistable() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
getPersistable() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
getPersistenceFilePath() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderFactory
Returns the path to the persistence provider configuration or storage file.
getPersistenceFilePath() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProviderFactory
Returns the path to the persistence provider configuration or storage file.
getPersistenceFilePath(String) - Static method in class pl.edu.agh.cast.data.persistence.PersistenceProviderLocator
Returns the path to persistence file for provider with given ID.
getPersistenceProvider() - Static method in class pl.edu.agh.cast.CoreServiceLocator
Returns the persistence provider.
getPossibleValues() - Method in class pl.edu.agh.cast.model.ModelColumnParameter
 
getPosterityCount(ISchemaNode, List<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
 
getPreference(UserPreferences.Pref) - Method in class pl.edu.agh.cast.project.UserPreferences
Returns the value of given preference.
getPreferredSize(int, int) - Method in class pl.edu.agh.cast.backward.figure.ImageFigure
getPreferredSize(int, int) - Method in class pl.edu.agh.cast.figure.ImageFigure
getPreprocessingDescription() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Returns the preprocessing description, or an empty string if the description was null.
getPreprocessingPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
getPreprocessingResult() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
getPreprocessor() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
getPreprocessorDescription() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
getPreprocessorDescription() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
Retrieves the preprocessor description.
getPreprocessorId() - Method in class pl.edu.agh.cast.data.template.Template
 
getPreprocessorId() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
Retrieves the preprocessor identifier.
getPreprocessorsConfigurations() - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Returns configuration elements for preprocessors with the default preprocessor extension point identifier.
getPresentationDataSet() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Gets wrapped presentation data set.
getPresentationDataSet() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Gets wrapped presentation data set.
getPresentationDataSetDescriptor() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Gets the descriptor of presentation data set wrapped by visual data set described by this descriptor.
getPresentationDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns descriptors of all available presentation data sets.
getPresentationDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns descriptors of all available presentation data sets.
getPresentationDataSetDescriptors() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns descriptors of all available presentation data sets.
getPresentationDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns descriptors of all available presentation data sets.
getPresentationElement() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Gets element from presentation model which is described by this visual element.
getPresentationElement() - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Gets element from presentation model which is described by this visual element.
getPreviewColumns() - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
getPreviewColumns() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
getPreviousPage(IWizardPage) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
getPrintableLayer() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Returns editor's printable layer.
getPrintableLayer() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Returns editor's printable layer.
getPriority() - Method in class pl.edu.agh.cast.model.mapper.Link
Priority reader.
getProject(IModel) - Method in class pl.edu.agh.cast.backward.resources.ProjectStore
Returns IProject for given IModel.
getProject() - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardAction
 
getProject() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
 
getProject() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
 
getProject() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
getProject() - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardAction
Retrieves the project value.
getProjectLocation() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getProjectName() - Method in interface pl.edu.agh.cast.backward.resources.IProjectContainer
Returns project name.
getProjectName() - Method in class pl.edu.agh.cast.backward.resources.xml.XMLProjectContainer
 
getProjectName() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
 
getProjectName() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
getProperties() - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns all properties.
getProperties() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns all properties.
getPropertiesMarkedAsLabel(Type) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Gets collection of descriptors describing properties which should be included in label returned by IVisualElement.getVisualLabel().
getPropertiesMarkedAsLabel() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Gets collection of properties marked as label (including properties of presentation, visual and original elements).
getPropertiesMarkedAsLabel(Type) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Gets collection of descriptors describing properties which should be included in label returned by IVisualElement.getVisualLabel().
getPropertiesMarkedAsLabel() - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Gets collection of properties marked as label (including properties of presentation, visual and original elements).
getProperty(String) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns property with given name.
getProperty(String) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns property with given name.
getProperty(IProject, String) - Static method in class pl.edu.agh.cast.project.ProjectUtil
Reads projects properties using Eclipse Preferences mechanism.
getProperty(IProject, String) - Static method in class pl.edu.agh.cast.resources.BaseProjectUtil
Reads projects properties using Eclipse Preferences mechanism.
getProperty() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getPropertyCategory() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
 
getPropertyChangeProvider() - Static method in class pl.edu.agh.cast.CastApplication
 
getPropertyManager() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
 
getPropertyName() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
 
getProposedChanges(Collection<? extends IPreprocessingItem>) - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Returns proposed changes for items.
getPrototypeFilePath() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
 
getProvider() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns the decorated provider.
getProvider() - Static method in class pl.edu.agh.cast.data.persistence.PersistenceProviderLocator
Returns the instance of persistence provider.
getProviderId() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderFactory
Returns the ID of the provider.
getProviderId() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProviderFactory
Returns the ID of the provider.
getQuantity() - Method in class pl.edu.agh.cast.data.converter.ConverterInputEntry
 
getReadableDate() - Static method in class pl.edu.agh.cast.util.ReadableDateFactory
Get current date in a nice, internationalized format.
getReadableDate(Date) - Static method in class pl.edu.agh.cast.util.ReadableDateFactory
Get a date in a nice, internationalized format.
getReconnectSourceCommand(ReconnectRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaConnectionEditPolicy
getReconnectTargetCommand(ReconnectRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaConnectionEditPolicy
getRed() - Method in class pl.edu.agh.cast.common.HexColor
 
getReference() - Method in interface pl.edu.agh.cast.data.model.IReference
Returns the instance referred by the reference.
getReferences() - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Returns the List over instances referred by the reference list.
getRegisteredTypes() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns collection of types of IElements this data set is ready to accept, i.e.
getRegisteredTypes() - Method in interface pl.edu.agh.cast.data.model.IDataSet
Returns collection of types of IElements this data set is ready to accept, i.e.
getRelatedRow() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorInfo
 
getRelations() - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
Returns all relations (many-to-many) contained in the data set.
getRelations() - Method in interface pl.edu.agh.cast.data.model.general.IGeneralDataSet
Returns all relations (many-to-many) contained in the data set.
getRelations() - Method in class pl.edu.agh.cast.model.base.DataSet
Return relations present in this data set.
getRelations() - Method in interface pl.edu.agh.cast.model.base.IDataSet
Return relations present in this data set.
getRelations() - Method in interface pl.edu.agh.cast.model.base.IModel
Return all relations which belong to this model.
getRelations() - Method in class pl.edu.agh.cast.model.base.Model
Return all relations which belong to this model.
getRelations() - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Returns all relations kept in the local (diagram) model
getRequiredColumnsCount() - Method in class pl.edu.agh.cast.data.ui.template.ModelInfo
Returns the number of columns that are required.
getResource(String) - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Looks up and returns a resource with the given id.
getResource(String, String) - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Looks up and returns a resource with the given id.
getResource(String) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Looks up and returns a resource with the given id.
getResource(String, String) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Looks up and returns a resource with the given id.
getResourceId() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The resource id of the node.
getResourceId() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The resource id of the node.
getResourceName() - Method in exception pl.edu.agh.cast.importer.base.template.exception.ResourceTemplateException
 
getResourceRegistry() - Static method in class pl.edu.agh.cast.CoreServiceLocator
Returns the resource registry.
getResources(String) - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Returns list of all resources marked with given tag.
getResources(String) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Returns list of all resources marked with given tag.
getResourcesProviders() - Static method in class pl.edu.agh.cast.Activator
Returns list of IVisualResourcesProvider providers read from extension point pl.edu.agh.cast.resource.provider.
getResult() - Method in class pl.edu.agh.cast.backward.editor.EditorSaverSupportDialog
 
getResult() - Method in class pl.edu.agh.cast.editor.EditorSaverSupportDialog
 
getResult() - Method in class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
 
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAndTimeAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in interface pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getReturnTypes() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.TimeAnalyzer
Retrieves the return types of the IAnalyzer.analyze(String) method.
getRightConnections() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Deprecated. Use ConnectionGroup.getTargetConnectionsFor(Node)
getRow() - Method in class pl.edu.agh.cast.data.preprocessing.DataCell
 
getRow() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
 
getRowByIndex(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves row with specified index.
getRowIndex() - Method in class pl.edu.agh.cast.importer.base.stat.DataRowErrorLogData
 
getRowNumber() - Method in class pl.edu.agh.cast.rawdata.DataRow
 
getRowsCount() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
 
getRuleClass() - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
 
getRuleId() - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
 
getSamplePrototypeContent() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
Creates and returns an input sample file content for the file preview, according to a specified importer.
getSchemaLocation() - Method in class pl.edu.agh.cast.data.template.Template
 
getSearchedText() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
getSecond() - Method in class pl.edu.agh.cast.common.collections.Pair
 
getSelectedAnalyzers() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPageComposite
Retrieves the selected analyzers from the combo data of the table creator.
getSelectedColumnCaptions() - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Retrieves the selected captions for tabular data columns.
getSelectedColumnIndices() - Method in class pl.edu.agh.cast.importer.wizard.utils.ButtonTableCreator
Retrieves the selected column index of the entire tabular data (basing on the indices mapping).
getSelectedComboData() - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Retrieves the selected combobox data (analyzers).
getSelectedConversionRulesSelectionPageInfo() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Retrieves the selected conversion rules selection page info.
getSelectedCustomDirections(Text) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
 
getSelectedEncoding() - Method in class pl.edu.agh.cast.importer.wizard.dialog.AdvancedEncodingDialog
Retrieves the selected charset.
getSelectedEncoding() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Retrieves the selected charset.
getSelectedEntities() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
 
getSelectedEntities() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
 
getSelectedErrors() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
getSelectedFormat() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getSelectedFormatId() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Retrieves the selected file format (tokenizer) identifier.
getSelectedImportStrategy() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
Returns selected import strategy.
getSelectedInboundDirections() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
 
getSelectedModel() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getSelectedModelName() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Retrieves the selected domain model name.
getSelectedOutboundDirections() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
 
getSelectedPreprocessor() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getSelectedRuleId(Combo) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Retrieves the conversion rule identifier selected in the specified combobox.
getSelectedTemplate() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
 
getSelectedTemplateName() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Retrieves the name of the selected template.
getSelectedTokenizerOptions() - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPageComposite
Retrieves the selected tokenizer options.
getSelectedTokens(CheckboxTableViewer, Text) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
 
getSetter() - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Returns setter method for modifying property value in data element.
getSetter(Mappable, Object, String) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Returns the setter methods.
getSettings() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns diagram settings.
getSettings() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns diagram settings.
getSeverity() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
 
getSeverity() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorInfo
 
getSeverity() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
 
getSheetName() - Method in class pl.edu.agh.cast.importer.base.data.RawTabularData
 
getSmallIconDescriptor() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the small icon descriptor.
getSmallIconId() - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Returns the small icon unique ID.
getSmallIconId(String) - Method in class pl.edu.agh.cast.backward.figure.icons.NodeIconProvider
Returns Id of the small icon image for given node type.
getSortedEntities(IDataSet) - Static method in class pl.edu.agh.cast.model.base.util.AbstractMainEntitiesUtil
Returns SortedMap (as key is IEntity, as value this entity all relations count).
getSource() - Method in interface pl.edu.agh.cast.model.base.IRelation
The source of the relation (getter).
getSource() - Method in class pl.edu.agh.cast.model.base.Relation
The source of the relation (getter).
getSource() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
 
getSource() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the value of the statistics for the source edges.
getSourceConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
getSourceConnectionAnchor(Request) - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
getSourceConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.editpart.LegendEditPart
getSourceConnectionAnchor(Request) - Method in class pl.edu.agh.cast.editpart.LegendEditPart
getSourceConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
getSourceConnectionAnchor(Request) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
getSourceConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getSourceConnectionAnchor(Request) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getSourceConnectionCountFor(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns the number of connections from source to target for given Node.
getSourceConnectionsFor(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns a list of source Connections for node.
getSourceDate() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns the date of source acquisition.
getSourceDate() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
getSourceDate() - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Returns the date of source acquisition.
getSourceDescription() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns the description of the data set source.
getSourceDescription() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
getSourceDescription() - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Returns the description of the data set source.
getSourceEntities() - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Returns source entities associated with the relation.
getSourceEntities() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Returns source entities associated with the relation.
getSourceEntitiy(int) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Gets source entity associated with the relation with given index in the list.
getSourceEntitiy(int) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Gets source entity associated with the relation with given index in the list.
getSourceEntity() - Method in interface pl.edu.agh.cast.data.model.general.IOneToOneRelation
Returns the source entity.
getSourceEntity() - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Returns the source entity.
getSourceEntity() - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Returns the source entity.
getSourceInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Returns the source node of the connection
getSourceLabel() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the label (i.e.
getSourceName() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Returns the name of the data set source.
getSourceName() - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
getSourceName() - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Returns the name of the data set source.
getSourceNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Returns source node.
getSourceNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.DirectedGraphConversionRule
Returns source node.
getSourceNode(DataRow) - Method in interface pl.edu.agh.cast.importer.base.general.ISourceNodeConversionRule
Retrieves the source node value for a specified data row.
getSourceNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.SourceNodeSingleColumnConversionRule
Retrieves the source node value for a specified data row.
getSourceNode() - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
getSourceNode() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Gets source node.
getSourceNode() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Gets source node.
getSourceNode() - Method in class pl.edu.agh.cast.ui.outline.ConnectionGroupWrapper
 
getSourceNodeRule() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
getSourceNodeRule() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
 
getSourceRelations() - Method in class pl.edu.agh.cast.model.base.Entity
Source relations (getter).
getSourceRelations() - Method in interface pl.edu.agh.cast.model.base.IEntity
Source relations (getter).
getSourceRow() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
 
getSpecification() - Method in class pl.edu.agh.cast.data.converter.AbstractConverter
Returns the converter specification.
getSpecification() - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
getSpecification() - Method in interface pl.edu.agh.cast.data.converter.IConverter
Returns the converter specification.
getSrc() - Method in class pl.edu.agh.cast.model.mapper.Link
Source node getter.
getSrcAccessor() - Method in class pl.edu.agh.cast.model.mapper.Link
Returns the name of the source node accessor method.
getSrcId() - Method in class pl.edu.agh.cast.model.mapper.Link
The source id getter.
getSrcLinks() - Method in class pl.edu.agh.cast.model.mapper.Node
 
getSrcPosition() - Method in class pl.edu.agh.cast.model.mapper.Link
The position of source node among other nodes at the source side of the relationship (set of links).
getStartDate() - Method in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
Returns the date of relation occurrence start.
getStartDate() - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Returns the date of relation occurrence start.
getStartDate() - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
getStatistics() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns statistics for current diagram.
getStatistics(IProgressMonitor) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns statistics for current diagram.
getStatistics() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Deprecated. Use the IDiagram.getStatistics(IProgressMonitor) version with progress reporting
getStatistics(IProgressMonitor) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Returns statistics for current diagram.
getStatisticsConfigurations() - Static method in class pl.edu.agh.cast.Activator
Returns configurations of extensions for pl.edu.agh.cast.statistics extension point.
getStats() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypeContent
 
getStats() - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContent
 
getStatus() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
 
getStringColumnValue(DataRow, int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
getStringValue() - Method in class pl.edu.agh.cast.model.mapper.Node
Typed value getter.
getSuggestedValue() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorTypeWithReplacment
 
getSupportedFileExtensions() - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves all file extensions supported by all tokenizers, mapped to their tokenizer's identifiers.
getSupportedFileExtensions() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getSupportedFileExtensions() - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves all file extensions supported by all tokenizers, mapped to their tokenizer's identifiers.
getSupportedTypes() - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
getTabDataIndex() - Method in class pl.edu.agh.cast.importer.base.stat.TabularDataErrorLogData
 
getTags() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Returns tags associated with the resource.
getTags() - Method in class pl.edu.agh.cast.resource.VisualResource
Returns tags associated with the resource.
getTags() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getTarget() - Method in interface pl.edu.agh.cast.model.base.IRelation
The target of the relation (getter).
getTarget() - Method in class pl.edu.agh.cast.model.base.Relation
The target of the relation (getter).
getTarget() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
 
getTarget() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the value of the statistics for the target edges.
getTargetConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
getTargetConnectionAnchor(Request) - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
getTargetConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.editpart.LegendEditPart
getTargetConnectionAnchor(Request) - Method in class pl.edu.agh.cast.editpart.LegendEditPart
getTargetConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
getTargetConnectionAnchor(Request) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
getTargetConnectionAnchor(ConnectionEditPart) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getTargetConnectionAnchor(Request) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
getTargetConnectionCountFor(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns the number of connections from target to source for given Node.
getTargetConnectionsFor(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Returns a list of target Connections for node.
getTargetEntities() - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Returns target entities associated with the relation.
getTargetEntities() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Returns target entities associated with the relation.
getTargetEntitiy(int) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Gets target entity associated with the relation with given index in the list.
getTargetEntitiy(int) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Gets target entity associated with the relation with given index in the list.
getTargetEntity() - Method in interface pl.edu.agh.cast.data.model.general.IOneToOneRelation
Returns the target entity.
getTargetEntity() - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Returns the target entity.
getTargetEntity() - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Returns the target entity.
getTargetLabel() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the label (i.e.
getTargetNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Returns target node.
getTargetNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.DirectedGraphConversionRule
Returns target node.
getTargetNode(DataRow) - Method in interface pl.edu.agh.cast.importer.base.general.ITargetNodeConversionRule
Retrieves the target node value for a specified data row.
getTargetNode(DataRow) - Method in class pl.edu.agh.cast.importer.base.general.TargetNodeSingleColumnConversionRule
Retrieves the target node value for a specified data row.
getTargetNode() - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
getTargetNode() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Gets target node.
getTargetNode() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Gets target node.
getTargetNode() - Method in class pl.edu.agh.cast.ui.outline.ConnectionGroupWrapper
 
getTargetNodeRule() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
getTargetNodeRule() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
 
getTargetRelations() - Method in class pl.edu.agh.cast.model.base.Entity
Target relations (getter).
getTargetRelations() - Method in interface pl.edu.agh.cast.model.base.IEntity
Target relations (getter).
getTemplate() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Retrieves the template, which had been selected in the template tree viewer on the import page.
getTemplate() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
getTemplate() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getTemplate() - Method in exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
 
getTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Gets template with specified id.
getTemplateConversionPreview() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
Creates and returns conversion preview.
getTemplateDescription() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getTemplateDescription() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getTemplateDescription() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
 
getTemplateDescription() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPageComposite
 
getTemplateFileName() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
 
getTemplateGroups(boolean) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Creates a default template group, sets it for all existing templates and returns the template group.
getTemplateLowerCaseNames() - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Returns templates names converted to lower case.
getTemplateManager() - Method in class pl.edu.agh.cast.importer.base.Activator
Gets template manager.
getTemplateName() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
 
getTemplateName() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
 
getTemplateName() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPageComposite
 
getTemplates() - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Retrieves a collection of valid templates.
getTemplates() - Method in class pl.edu.agh.cast.data.template.TemplateGroup
 
getTemplates() - Method in exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
 
getTemplates() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
getTemplates() - Method in class pl.edu.agh.cast.importer.templates.template.TemplateGroup
 
getTemplatesAsArray() - Method in class pl.edu.agh.cast.data.template.TemplateGroup
 
getTemplatesAsArray() - Method in class pl.edu.agh.cast.importer.templates.template.TemplateGroup
 
getTemplatesProject() - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Returns template's project.
getText() - Method in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
getText() - Method in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ColumnNumberColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.DataRowIndexColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorCodeColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorMessageColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.RowNumberColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.WrongCellColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.dataview.column.type.AbstractColumnType
Returns text value extracted from input object.
getText(Object) - Method in interface pl.edu.agh.cast.dataview.column.type.ILabelProvider
Returns text value extracted from input object.
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.DataRowIndexColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorCodeColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorColumnIndexColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorMessageColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorRowIndexColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTokenColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContentColumnLabelProvider
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
getText() - Method in interface pl.edu.agh.cast.importer.wizard.template.ITreeEntry
Gets text for an entry.
getText() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
Gets text for an entry.
getText(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
getText() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateTreeEntry
Gets text for an entry.
getText(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorLabelProvider
getText() - Method in class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
getText() - Method in class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
getText() - Method in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
getText() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
getText() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
getText() - Method in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
getText(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineLabelProvider
getTimeChars() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Retrieves all time pattern characters.
getTimeColumnIndex() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
 
getTimedRelation() - Method in interface pl.edu.agh.cast.model.base.ITimedRelation
Returns a simple representation of the relation, of class TimedRelation, regardless of the actual class of this object.
getTimedRelation() - Method in class pl.edu.agh.cast.model.base.TimedRelation
Returns object of class TimedRelation no matter if the object is of class ITimedRelation or class which inherits from it.
getTitle() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getTitle() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getTitleToolTip() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
getTitleToolTip() - Method in class pl.edu.agh.cast.editor.AbstractEditor
getTokenIndex() - Method in class pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
 
getTokenizedData() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getTokenizePreview() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Generates preview of tokenizer work.
getTokenizer() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
getTokenizer() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets import tokenizer.
getTokenizer() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets import tokenizer.
getTokenizer() - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
 
getTokenizer() - Method in class pl.edu.agh.cast.importer.templates.template.Template
 
getTokenizer() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
 
getTokenizerDescription(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves description of tokenizer with a given extension identifier.
getTokenizerDescription(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getTokenizerDescription(String) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Retrieves description of a tokenizer of the specified identifier.
getTokenizerDescription(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves description of tokenizer with a given extension identifier.
getTokenizerId() - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
 
getTokenizerInfos() - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the list of information about all available tokenizers.
getTokenizerInfos() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getTokenizerInfos() - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the list of information about all available tokenizers.
getTokenizerInstance(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Returns the tokenizer for model with given extension identifier.
getTokenizerInstance(String) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Delegated method.
getTokenizerInstance(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Returns the tokenizer for model with given extension identifier.
getTokenizerName(String) - Method in interface pl.edu.agh.cast.importer.base.util.IImporterPluginRegistryProvider
Retrieves name of tokenizer with a given extension identifier.
getTokenizerName(String) - Method in class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
Retrieves name of tokenizer with a given extension identifier.
getTokenizerOptions() - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
Returns tokenizer options.
getTokenizerOptions() - Method in interface pl.edu.agh.cast.importer.base.tokenizer.IImportTokenizer
Returns tokenizer options.
getTokenizersConfigurations() - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Returns configuration elements of extensions for pl.edu.agh.cast.importer.base.tokenizer extension point.
getToolTipText() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
getToolTipText() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
 
getToolTipText() - Method in class pl.edu.agh.cast.editor.input.DiagramEditorInput
getToolTipText() - Method in class pl.edu.agh.cast.editor.input.ModelEditorInput
getTotal() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the total value of the statistics row.
getTotalConnectionsCount() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the number of Connections this node is source or target for.
getTotalLabel() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Returns the label of the total value of the statistics row.
getTotalSourceConnectionsCount() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the number of Connections this node is source for.
getTotalTargetConnectionsCount() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the number of Connections this node is target for.
getTransientProperties() - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Returns all transient properties.
getTransientProperties() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Returns all transient properties.
getType() - Method in class pl.edu.agh.cast.data.converter.ConverterInputEntry
 
getType() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Returns object's type.
getType() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns object's type.
getType() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Returns the type of the data set.
getType() - Method in interface pl.edu.agh.cast.data.model.Identifiable
Returns object's type.
getType() - Method in interface pl.edu.agh.cast.data.model.IReferenceList
The common type of elements in the list.
getType() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Returns the property type.
getType() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumn
 
getType() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
getType() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
getType() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
The mapped type of the object.
getType() - Method in interface pl.edu.agh.cast.model.mapper.Mappable
The mapped type of the object.
getType() - Method in class pl.edu.agh.cast.model.ModelColumn
 
getType() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns the type of this node.
getType() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorInfo
 
getType() - Method in interface pl.edu.agh.cast.resource.IVisualResource
Returns type of element represented by the resource.
getType() - Method in class pl.edu.agh.cast.resource.VisualResource
Returns type of element represented by the resource.
getType() - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
getType() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.BooleanPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.ColorPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.DatePropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.IdPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.IntegerPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.ReferencePropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.TextArrayPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.TextPropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.property.validator.TypePropertyValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.data.model.Type
Returns the Class associated with this Type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.BooleanAttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.ColorAttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.DateAttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.IntegerAttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator
Gets class associated with specific property type.
getTypeClass() - Method in class pl.edu.agh.cast.model.attributes.validation.StringAttributeValidator
Gets class associated with specific property type.
getTypeFilters() - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
 
getTypeIds() - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
getTypeName() - Method in class pl.edu.agh.cast.model.mapper.Node
Type name getter.
getTypeNames() - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
getUniqueColumValues() - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
Returns all unique values from this column.
getUpperLeftCorner(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
Returns coordinates of the upper left and bottom right corner of area occupied by nodes.
getValidationPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
getValidator() - Method in enum pl.edu.agh.cast.data.model.property.PropertyType
Gets validator associated with the specified property type.
getValidator() - Method in enum pl.edu.agh.cast.model.attributes.ValueType
Gets validator associated with specific attribute type.
getValue() - Method in class pl.edu.agh.cast.data.model.property.CustomProperty
Returns property value.
getValue() - Method in class pl.edu.agh.cast.data.model.property.PermanentProperty
Returns property value.
getValue() - Method in class pl.edu.agh.cast.data.model.property.Property
Returns property value.
getValue() - Method in class pl.edu.agh.cast.data.model.property.TransientProperty
Returns property value.
getValue() - Method in class pl.edu.agh.cast.data.preprocessing.DataCell
 
getValue(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.DataRowEditingSupport
getValue() - Method in interface pl.edu.agh.cast.importer.base.tokenizer.ITokenizerOption
Retrieves the tokenizer option value.
getValue() - Method in class pl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
Retrieves the tokenizer option value.
getValue(Object) - Method in class pl.edu.agh.cast.importer.wizard.utils.DataRowEditingSupport
getValue() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
 
getValue() - Method in class pl.edu.agh.cast.model.mapper.Node
Node value getter.
getValue() - Method in enum pl.edu.agh.cast.project.UserPreferences.Pref
 
getValueProvider() - Method in class pl.edu.agh.cast.dataview.ui.DataTableColumn
 
getValueProvider() - Method in class pl.edu.agh.cast.dataview.view.DataViewColumn
 
getVersion() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Gets version of template.
getVersion() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Gets version of template.
getView() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
 
getViewer() - Method in class pl.edu.agh.cast.ui.AbstractTableView
 
getViewer() - Method in class pl.edu.agh.cast.ui.AbstractTreeView
 
getViewport() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
getVisualDataSet() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Returns the visual data set associated with this presentation element.
getVisualDataSet() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Returns the visual data set associated with this presentation element.
getVisualDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Returns descriptors of all available visual data sets.
getVisualDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Returns descriptors of all available visual data sets.
getVisualDataSetDescriptors() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Returns descriptors of all available visual data sets.
getVisualDataSetDescriptors() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Returns descriptors of all available visual data sets.
getVisualElement() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Returns the visual element associated with this presentation element.
getVisualElement() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Returns the visual element associated with this presentation element.
getVisualLabel() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Gets visual label which is created from all properties returned by IVisualDataSet.getPropertiesMarkedAsLabel(Type).
getVisualLabel() - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Gets visual label which is created from all properties returned by IVisualDataSet.getPropertiesMarkedAsLabel(Type).
getVisualModel() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
Returns visual model element for this connection.
getVisualModelFactory() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Returns caching factory of visual elements.
getVisualResources() - Method in class pl.edu.agh.cast.resource.AbstractVisualResourcesProvider
Returns list of initialized visual resources which can be registered by IResourceRegistry.
getVisualResources() - Method in interface pl.edu.agh.cast.resource.IVisualResourcesProvider
Returns list of initialized visual resources which can be registered by IResourceRegistry.
getWarningsCount() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Retrieves the number of errors of type WARNING.
getWarningsCount() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
 
getWeight() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
A problem dependent weight.
getWeight() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
A problem dependent weight.
getWeight() - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Gets weight of bend point.
getWidth() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The width of the node.
getWidth() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The width of the node.
getWidthInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getWizardStrategy() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
 
getWizardUtil() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
 
getWorkUnits(int) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
Queries for number of planned work units in the algorithm
getWorkUnits(int) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.EnhancedCircleLayoutAlgorithm
 
getWorkUnits(int) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
 
getWorkUnits(int) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.Peacock3LayoutAlgorithm
This method returns number of working units.
getWorkUnits(int) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.RandomLayoutAlgorithm
 
getXCoordinate() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The x coordinate of the node.
getXCoordinate() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The x coordinate of the node.
getXInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getXsiNamespace() - Method in class pl.edu.agh.cast.data.template.Template
 
getYCoordinate() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The y coordinate of the node.
getYCoordinate() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The y coordinate of the node.
getYInLayout() - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
getZoomManager() - Method in class pl.edu.agh.cast.editor.ExtendedScalableFreeformRootEditPart
getZoomManager() - Method in class pl.edu.agh.cast.editpart.ZoomableScalableFreeformRootEditPart
GridLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for GridLayoutAlgorithm layout algorithm.
GridLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.GridLayoutAlgorithmAction
Default constructor.
GROUP - Static variable in class pl.edu.agh.cast.util.Images
Group icon image filename.
GroupLayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
Group layout algorithm.
GroupLayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
 
GroupLayoutAlgorithm_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 

H

handleBrowseButtonPressed(Text) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
handleButtonUp(int) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
handleCancelAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleCancelAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Handles cancel action which closes the dialog.
handleCancelAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleCheckStateChangedAction(CheckStateChangedEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
 
handleCommentCharVerification(VerifyEvent) - Static method in class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
Action method, handling the comment character verification.
handleCustomDateFormatTxtVerification(VerifyEvent) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Handles verification of custom date format text input.
handleCustomDateTimeFormatVerification(VerifyEvent) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
 
handleCustomFormatModification(Text, Label) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Handles the modification of a custom date or time format text.
handleCustomTimeFormatTxtVerification(VerifyEvent) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Handles verification of custom time format text input.
handleDeleteAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleDeleteAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleDeleteAllButtonAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleDeleteButtonAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleDeleteErrorsByTypeAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleDeleteRowAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleDeselectAllAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleDeselectAllAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
 
handleDeselectAllAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleDisablePreviewAction(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
 
handleDragInProgress() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
handleDragStarted() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
handleEditCellAction(BrokenCellInfo) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleEnablePreviewAction(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
 
handleException(Exception) - Method in interface pl.edu.agh.cast.util.IExceptionHandler
Handle exception.
handleExistingProjectAction(String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when a project is already opened by another application.
handleExportTemplate(File, IMsgBoxHelper) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Handle template export to file.
handleFinished() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
handleIgnoreFirstLines() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleIgnoreLinesModifyText() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleImportTemplate(File, IMsgBoxHelper) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Handle import from file.
handleInvalidProjectAction() - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when invalid project is given.
handleLoadTemplateAction(Button) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
handleMissingProjectFile(String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when project location does not contain .projectfile.
handleMouseWheel(Event, EditPartViewer) - Method in class pl.edu.agh.cast.editor.ExtendedMouseWheelScrollHandler
Scrolls the given viewer horizontally.
handleMouseWheel(Event, EditPartViewer) - Method in class pl.edu.agh.cast.editor.ExtendedMouseWheelZoomHandler
Zooms the given viewer.
handleMove() - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
handleNoProjectAction() - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when no project was selected to be opened.
handlePersistenceProviderInitializationError(IProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when invalid project is given.
handlePreviewAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
handleRemoveTemplate() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Handle remove template action.
handleReplaceDefaultValueAction(BrokenCellInfo) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Handles reset action - must be overridden by subclasses.
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
Handles reset action - must be overridden by subclasses.
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
Handles reset action - must be overridden by subclasses.
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
Handles reset action - must be overridden by subclasses.
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
Handles reset action - must be overridden by subclasses.
handleResetAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
Handles reset action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
Handles save action - must be overridden by subclasses.
handleSaveTemplateAction(Button) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
handleSelectAllAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleSelectAllAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
 
handleSelectAllAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleSelectErrorsAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleSelectErrorsAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleSelectionChangedAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
 
handleSelectWarningsAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
 
handleSelectWarningsAction() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
 
handleShowAllColumnsAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
 
handleShowAllColumnsAction() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
handleWrongProjectLocationAction(String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Handles a situation when invalid project location is given.
hasAssociatedVisualDataSet() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Checks if any visual data set is associated with this presentation data set.
hasAssociatedVisualDataSet() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Checks if any visual data set is associated with this presentation data set.
hasAssociatedVisualElement() - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Checks if any visual element is associated with this presentation element.
hasAssociatedVisualElement() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Checks if any visual element is associated with this presentation element.
hasChildren(Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
hasChildren(Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
hasChildren() - Method in interface pl.edu.agh.cast.navigator.INavigatorTreeItem
Returns true if navigator provider has children.
hasChildren() - Method in class pl.edu.agh.cast.navigator.NavigatorTreeItem
Returns true if navigator provider has children.
hasChildren() - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Returns true if navigator provider has children.
hasChildren(Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
hasChildren(Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
hasChildren() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Checks if entry has children.
hasChildren(Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
hashCode() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
hashCode() - Method in class pl.edu.agh.cast.backward.resources.DiagramEditorInput
hashCode() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
hashCode() - Method in class pl.edu.agh.cast.backward.resources.ModelEditorInput
hashCode() - Method in class pl.edu.agh.cast.common.collections.MultiMap
hashCode() - Method in class pl.edu.agh.cast.common.collections.Pair
hashCode() - Method in class pl.edu.agh.cast.common.HexColor
hashCode() - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
hashCode() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
hashCode() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns the hash code of the element.
hashCode() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
hashCode() - Method in class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
hashCode() - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
hashCode() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
hashCode() - Method in class pl.edu.agh.cast.data.model.property.MetaTransientProperty
hashCode() - Method in class pl.edu.agh.cast.data.model.property.Property
hashCode() - Method in class pl.edu.agh.cast.data.model.Type
hashCode() - Method in class pl.edu.agh.cast.data.template.Template
hashCode() - Method in class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
hashCode() - Method in class pl.edu.agh.cast.importer.base.data.DataRow
hashCode() - Method in class pl.edu.agh.cast.importer.base.data.RawDataRow
hashCode() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
hashCode() - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
hashCode() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
hashCode() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
hashCode() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
hashCode() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
hashCode() - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
hashCode() - Method in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
hashCode() - Method in class pl.edu.agh.cast.importer.base.stat.DataRowErrorLogData
hashCode() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
hashCode() - Method in class pl.edu.agh.cast.importer.base.stat.TabularDataErrorLogData
hashCode() - Method in class pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
hashCode() - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
hashCode() - Method in class pl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
hashCode() - Method in class pl.edu.agh.cast.model.attributes.Attribute
hashCode() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
hashCode() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
hashCode() - Method in class pl.edu.agh.cast.model.base.DataSet
hashCode() - Method in class pl.edu.agh.cast.model.base.Entity
hashCode() - Method in class pl.edu.agh.cast.model.base.Model
hashCode() - Method in class pl.edu.agh.cast.model.base.Relation
hashCode() - Method in class pl.edu.agh.cast.model.base.TimedRelation
hashCode() - Method in class pl.edu.agh.cast.model.mapper.Link
The hash code.
hashCode() - Method in class pl.edu.agh.cast.model.mapper.Node
hashCode() - Method in class pl.edu.agh.cast.model.ModelColumn
hashCode() - Method in class pl.edu.agh.cast.model.ModelColumnParameter
hashCode() - Method in class pl.edu.agh.cast.model.visual.backward.Connection
hashCode() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
hashCode() - Method in class pl.edu.agh.cast.model.visual.backward.Node
hashCode() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
hashCode() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
hashCode() - Method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
HeadFilter - Class in pl.edu.agh.cast.filter
Example filter - returns first N relations from data set.
HeadFilter(String) - Constructor for class pl.edu.agh.cast.filter.HeadFilter
Parametrized constructor.
HelpContentsAction - Class in pl.edu.agh.cast.action
Action for displaying Help contents.
HelpContentsAction() - Constructor for class pl.edu.agh.cast.action.HelpContentsAction
 
Helper - Class in pl.edu.agh.cast.model.mapper.internal
Helper class for the mapper - contains methods processing reflection data.
Helper() - Constructor for class pl.edu.agh.cast.model.mapper.internal.Helper
 
HexColor - Class in pl.edu.agh.cast.common
Class represents a color as three hex RGB values.
HexColor() - Constructor for class pl.edu.agh.cast.common.HexColor
Default constructor.
HexColor(int, int, int) - Constructor for class pl.edu.agh.cast.common.HexColor
Initializing constructor.
hookContextMenu() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Add actions and action groups to context menu.
hookContextMenu() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Add actions and action groups to context menu.
hookContextMenu() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Add actions and action groups to context menu.
hookContextMenu() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
 
hookDoubleClickAction() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Provide action for double click.
hookDoubleClickAction() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Provide action for double click.
hookDoubleClickAction() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Provide action for double click.
hookDoubleClickAction() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
 
HorizontalLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for HorizontalTreeLayoutAlgorithm layout algorithm.
HorizontalLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.HorizontalLayoutAlgorithmAction
Default constructor.
HorizontalTreeLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for HorizontalTreeLayoutAlgorithm layout algorithm.
HorizontalTreeLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.HorizontalTreeLayoutAlgorithmAction
Default constructor.

I

IAnalyzer - Interface in pl.edu.agh.cast.importer.base.parser.analyzer
Interface for classes responsible for syntactic analysis of a specified type of tokens, which allows for mapping of given Strings to appropriate Objects.
IColumnFilter - Interface in pl.edu.agh.cast.dataview.column.filter
Interface for column filter.
IColumnValueProvider - Interface in pl.edu.agh.cast.dataview.column.provider
Interface for column value providers.
IComparator - Interface in pl.edu.agh.cast.dataview.column.type
Values comparator interface.
icon - Variable in class pl.edu.agh.cast.backward.figure.NodeFigure
The image figure that is used for displaying the node.
icon - Variable in class pl.edu.agh.cast.figure.NodeFigure
The image figure that is used for displaying the node.
IContentProvider - Interface in pl.edu.agh.cast.dataview.provider
Data view content provider.
IConversionRule - Interface in pl.edu.agh.cast.importer.base.converter.rules
Interface for all conversion strategies (rules of conversion), used by the IImportConverter to transform given data to a specified domain model field.
IConverter - Interface in pl.edu.agh.cast.converter
This interface serves for converting the data in the data set during its pre-processing.
IConverter - Interface in pl.edu.agh.cast.data.converter
An interface of a data set converter.
ICopyable<E extends IElement> - Interface in pl.edu.agh.cast.data.model.copier
Interface of objects (mainly data sets) which support element copying.
ICreationFactory - Interface in pl.edu.agh.cast.schema.editor.request
A custom version of CreationFactory which instead of CreationFactory.getNewObject() method defines ICreationFactory.getNewObject(ISchemaDataSet) method which used data set to initialize a new object.
ID - Static variable in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
Id of the command.
ID - Static variable in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
Action Id.
ID - Static variable in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
Action Id.
ID - Static variable in class pl.edu.agh.cast.CastApplication
Bundle Id.
ID - Static variable in class pl.edu.agh.cast.data.model.Identifiable.Properties
The name of the 'id' property.
ID - Static variable in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
data-view editor ID.
ID - Static variable in class pl.edu.agh.cast.editor.action.FitZoomAction
ID of the action.
id - Variable in class pl.edu.agh.cast.model.mapper.AbstractMappable
The general id of the mappable - this value is viewable by users and is designed for the data identification.
ID - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the field which holds the id of the node.
ID - Static variable in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
View ID.
ID - Static variable in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
Action Id.
ID - Static variable in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
Action Id.
ID - Static variable in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
Action Id.
ID - Static variable in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
Action ID.
ID - Static variable in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
Id of the command.
ID - Static variable in class pl.edu.agh.cast.schema.editor.SchemaEditor
Editor ID.
ID - Static variable in class pl.edu.agh.cast.ui.DefaultPerspective
ID of the perspective.
ID - Static variable in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
View Id.
ID - Static variable in class pl.edu.agh.cast.ui.outline.OutlineTreeView
View Id.
Id - Static variable in class pl.edu.agh.cast.util.Messages
 
ID_ALIGN_BOTTOM - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the bottom edges should be aligned.
ID_ALIGN_CENTER - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the horizontal centers should be aligned.
ID_ALIGN_LEFT - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the left edges should be aligned.
ID_ALIGN_MIDDLE - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the vertical midpoints should be aligned.
ID_ALIGN_RIGHT - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the right edges should be aligned.
ID_ALIGN_TOP - Static variable in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Indicates that the top edges should be aligned.
IDataImporter - Interface in pl.edu.agh.cast.data.importer.data
Interface for all data importer classes.
IDataLoader - Interface in pl.edu.agh.cast.model.base
Interface for data loaders which convert data into specified model.
IDataProvider - Interface in pl.edu.agh.cast.model.base
IDataProvider is an interface used for acquiring relational data to calculate statistic on it ( IStatisticsProvider).
IDataRow<T> - Interface in pl.edu.agh.cast.importer.base.data
Interface for classes, which represent one analyzed row of data read from the source data file.
IDataSet<T extends IElement> - Interface in pl.edu.agh.cast.data.model
Interface of a data set.
IDataSet - Interface in pl.edu.agh.cast.model.base
The DataSet interface represents the set of data (i.e.
IDataSet.Properties - Class in pl.edu.agh.cast.data.model
Enumeration of property name constants.
IDataSet.Properties() - Constructor for class pl.edu.agh.cast.data.model.IDataSet.Properties
 
IDateConversionRule - Interface in pl.edu.agh.cast.importer.base.general
Interface for all date conversion rules.
Identifiable - Interface in pl.edu.agh.cast.data.model
Interface of identifiable objects, which have a globally unique ID and type.
Identifiable.Properties - Class in pl.edu.agh.cast.data.model
Enumeration of property name constants.
Identifiable.Properties() - Constructor for class pl.edu.agh.cast.data.model.Identifiable.Properties
 
IdentityConverter - Class in pl.edu.agh.cast.converter
Example converter - doesn't change anything.
IdentityConverter() - Constructor for class pl.edu.agh.cast.converter.IdentityConverter
 
IDiagram - Interface in pl.edu.agh.cast.model.visual.backward
Interface of a diagram which consists of Nodes and Connections.
IDiagram<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>> - Interface in pl.edu.agh.cast.model.visual
An interface which describes a single diagram.
IDiagramEditorInput - Interface in pl.edu.agh.cast.backward.resources
Interface of editor input provider in form of a Diagram.
IDiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>> - Interface in pl.edu.agh.cast.editor.input
Editor input which contains diagram.
IDiagramSettings - Interface in pl.edu.agh.cast.model.visual.backward
Diagram settings.
IDisposable - Interface in pl.edu.agh.cast.common
Interface of objects which require performing specific actions before being disposed.
IDomainDataSet<T extends IDomainElement> - Interface in pl.edu.agh.cast.data.model.domain
Interface of domain specific data set.
IDomainElement - Interface in pl.edu.agh.cast.data.model.domain
Interface of every domain specific element.
IdPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating ID property types (UUID).
IdPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.IdPropertyValidator
 
IElement - Interface in pl.edu.agh.cast.data.model
Interface of data element.
IElementCopier<E extends IElement> - Interface in pl.edu.agh.cast.data.model.copier
Interface of element copier.
IEntity - Interface in pl.edu.agh.cast.data.model.general
An interface of an entity.
IEntity - Interface in pl.edu.agh.cast.model.base
The IEntity interface represents the model elements which are displayed in diagrams as entities (i.e.
IEntity.Properties - Class in pl.edu.agh.cast.data.model.general
Enumeration of property name constants.
IEntity.Properties() - Constructor for class pl.edu.agh.cast.data.model.general.IEntity.Properties
 
IExceptionHandler - Interface in pl.edu.agh.cast.util
Interface of asynchronous Exception handler.
IExporter - Interface in pl.edu.agh.cast.backward.resources
Interface for project and diagram exporters, which can save the diagrams list (whole project) or a single diagram in format which is understandable between different instances and versions of system.
IFilter - Interface in pl.edu.agh.cast.dataview.column.filter.cnf
Filter interface.
IFilter - Interface in pl.edu.agh.cast.filter
DataSet filter interface.
IGeneralDataSet<T extends IGeneralElement> - Interface in pl.edu.agh.cast.data.model.general
General data set which is set of entities (IEntity) connected with relations (IManyToManyRelation).
IGeneralElement - Interface in pl.edu.agh.cast.data.model.general
An interface of all elements that are allowed in the General Domain Model.
IImportConverter - Interface in pl.edu.agh.cast.importer.base.converter
Interface for classes responsible for conversion of tables of objects to data sets, according to an appropriate specified domain model.
IImportDataMonitorable - Interface in pl.edu.agh.cast.importer.base.logging
Interface for all import data, which can be monitored by IDataRowObserver objects.
IImportDataObserver - Interface in pl.edu.agh.cast.importer.base.logging
Observer interface for import data monitors.
IImporter - Interface in pl.edu.agh.cast.backward.resources
Interface for project and diagram importers, which can load the project (a list of diagrams) or a single diagram even between different instances and versions of the system.
IImporterImplProvider - Interface in pl.edu.agh.cast.data.importer.data.util
Basic interface for the importer implementation provider.
IImporterPluginRegistryProvider - Interface in pl.edu.agh.cast.importer.base.util
Basic interface for the importer implementation provider.
IImportLogger - Interface in pl.edu.agh.cast.importer.base.logging
Interface for all loggers of the import process.
IImportParser - Interface in pl.edu.agh.cast.importer.base.parser
Interface for all classes responsible for syntactic analysis of the data in particular records.
IImportPreprocessor - Interface in pl.edu.agh.cast.data.preprocessing
Interface for import preprocessors.
IImportTemplate - Interface in pl.edu.agh.cast.importer.base.template
An interface which defines template for import process.
IImportTokenizer - Interface in pl.edu.agh.cast.importer.base.tokenizer
Interface for classes responsible for initial input stream analysis and conversion to an appropriate list of record tables.
IImportWizardStrategy - Interface in pl.edu.agh.cast.importer.wizard.strategy
Interface used for defining page flow strategy.
ILabeledFigure - Interface in pl.edu.agh.cast.backward.figure
This is an interface that should be implemented by figures that allow setting and getting of textual labels.
ILabeledFigure - Interface in pl.edu.agh.cast.figure
This is an interface that should be implemented by figures that allow setting and getting of textual labels.
ILabelProvider - Interface in pl.edu.agh.cast.dataview.column.type
Label provider.
ILayoutAlgorithm - Interface in pl.edu.agh.cast.schema.editor.layout.algorithm
Interface for pluggable layout algorithms.
ILayoutSwitchable - Interface in pl.edu.agh.cast.backward.editor
Interface defining functionality of editors which support layout manager changing/switching.
image - Variable in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Root node image.
IMAGE_ID - Static variable in class pl.edu.agh.cast.backward.editor.EntityCreationTool
Id of the property containing new entitie's icon image id.
ImageFigure - Class in pl.edu.agh.cast.backward.figure
A Figure with an Image.
ImageFigure(String) - Constructor for class pl.edu.agh.cast.backward.figure.ImageFigure
Creates new figure with an image with given Id.
ImageFigure - Class in pl.edu.agh.cast.figure
A Figure with an Image.
ImageFigure(String, ImageSize) - Constructor for class pl.edu.agh.cast.figure.ImageFigure
Creates new figure with an image in resource by given id and with given size.
ImageFigure(String, ImageSize, String) - Constructor for class pl.edu.agh.cast.figure.ImageFigure
Creates new figure with an image in resource by given id and with given size.
imageId - Variable in class pl.edu.agh.cast.model.visual.backward.Node
Node's image identifier - one from Images.
Images - Class in pl.edu.agh.cast.data.ui.utils
Wrapper for the ImageRegistry, which maintains a mapping between image names and image objects used within the import wizard.
Images() - Constructor for class pl.edu.agh.cast.data.ui.utils.Images
The default constructor.
Images - Class in pl.edu.agh.cast.importer.wizard.utils
Wrapper for the ImageRegistry, which maintains a mapping between image names and image objects used within the import wizard.
Images() - Constructor for class pl.edu.agh.cast.importer.wizard.utils.Images
The default constructor.
Images - Class in pl.edu.agh.cast.util
Convenience class for storing references to image descriptors used by the README tool.
ImageSize - Enum in pl.edu.agh.cast.resource
Enumeration which defines available image size.
ImageVariants - Class in pl.edu.agh.cast.resource
Just a simple holder for visual resource variants constants.
ImageVariants() - Constructor for class pl.edu.agh.cast.resource.ImageVariants
 
IManyToManyRelation - Interface in pl.edu.agh.cast.data.model.general
An interface of many-to-many relations which may have multiple source and target entities.
IManyToManyRelation.Properties - Class in pl.edu.agh.cast.data.model.general
Enumeration of property name constants.
IManyToManyRelation.Properties() - Constructor for class pl.edu.agh.cast.data.model.general.IManyToManyRelation.Properties
 
IModel - Interface in pl.edu.agh.cast.model.base
The model interface represents single unit of work.
IModelEditorInput<M extends IDataSet<?>> - Interface in pl.edu.agh.cast.editor.input
An editor input which contains data set which is a diagram model.
IModelPluginRegistryProvider - Interface in pl.edu.agh.cast.model
 
IMoveable - Interface in pl.edu.agh.cast.model.visual.backward
Interface of a movable IDiagram element.
IMPORT_CONVERSIONRULE_CLASS - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the point attribute of pl.edu.agh.cast.importer.base.conversionrule extension point.
IMPORT_CONVERSIONRULE_DESCRIPTION - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the description attribute of pl.edu.agh.cast.importer.base.conversionrule extension point.
IMPORT_CONVERSIONRULE_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Identifier of the pl.edu.agh.cast.importer.base.conversionrule extension point.
IMPORT_CONVERSIONRULE_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the id attribute of pl.edu.agh.cast.importer.base.conversionrule extension point.
IMPORT_CONVERSIONRULE_NAME - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the name attribute of pl.edu.agh.cast.importer.base.conversionrule extension point.
IMPORT_CONVERTER_CLASS - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the point attribute of pl.edu.agh.cast.importer.base.converter extension point.
IMPORT_CONVERTER_DESCRIPTION - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the description attribute of pl.edu.agh.cast.importer.base.converter extension point.
IMPORT_CONVERTER_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Identifier of the pl.edu.agh.cast.importer.base.converter extension point.
IMPORT_CONVERTER_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the id attribute of pl.edu.agh.cast.importer.base.converter extension point.
IMPORT_CONVERTER_NAME - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the name attribute of pl.edu.agh.cast.importer.base.converter extension point.
IMPORT_DATATYPE_ANALYZER - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the analyzer attribute of pl.edu.agh.cast.importer.base.datatype extension point.
IMPORT_DATATYPE_ANALYZER_DEFAULT - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the default attribute of pl.edu.agh.cast.importer.base.datatype extension point.
IMPORT_DATATYPE_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Identifier of the pl.edu.agh.cast.importer.base.datatype extension point.
IMPORT_DATATYPE_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the id attribute of pl.edu.agh.cast.importer.base.datatype extension point.
IMPORT_DATATYPE_NAME - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the name attribute of pl.edu.agh.cast.importer.base.datatype extension point.
IMPORT_TOKENIZER_CLASS - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the point attribute of pl.edu.agh.cast.importer.base.tokenizer extension point.
IMPORT_TOKENIZER_DESCRIPTION - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the description attribute of pl.edu.agh.cast.importer.base.tokenizer extension point.
IMPORT_TOKENIZER_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Identifier of the pl.edu.agh.cast.importer.base.tokenizer extension point.
IMPORT_TOKENIZER_FILE_EXTENSION_VALUE - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the value attribute of fileextension attribute of the pl.edu.agh.cast.importer.base.tokenizer extension point.
IMPORT_TOKENIZER_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the id attribute of pl.edu.agh.cast.importer.base.tokenizer extension point.
IMPORT_TOKENIZER_NAME - Static variable in class pl.edu.agh.cast.importer.base.Activator
Name of the name attribute of pl.edu.agh.cast.importer.base.tokenizer extension point.
ImportBillingAction_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportBillingWizard_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportConversionException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown whenever a runtime exception during the import conversion process occurs.
ImportConversionException() - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
Constructs a new exception.
ImportConversionException(String) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
Constructs a new exception with the specified detail message.
ImportConversionException(String, Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
Constructs a new exception with the specified detail message and cause.
ImportConversionException(Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ImportConverterInfo - Class in pl.edu.agh.cast.importer.base.util
Holds and maintains the information about a specific tokenizer.
ImportConverterInfo(String, String, String, IImportConverter) - Constructor for class pl.edu.agh.cast.importer.base.util.ImportConverterInfo
Constructor.
importData(String, String, long, Map<String, String>) - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Imports the specified number of rows from given file using the importer with specified id.
importData(String, IDataImporter, long, Map<String, String>) - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Imports the specified number of rows from given file using the specified importer.
importData(DataRow, IDataSet, Map<String, IEntity>) - Static method in class pl.edu.agh.cast.model.base.DataImporter
Deprecated. Transforms the tokens to 2 entities and 1 relation and puts the relation in the dataSet.
importDataFromFile(String) - Method in class pl.edu.agh.cast.model.base.DataImporter
Deprecated. Imports the data from the file given as parameter.
importDiagram(File) - Method in interface pl.edu.agh.cast.backward.resources.IImporter
Imports a diagram from specified file.
importDiagram(File) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLImporter
Imports a diagram from specified file.
importDiagramSettings(File) - Method in interface pl.edu.agh.cast.backward.resources.IImporter
Imports diagram settings from specified file.
importDiagramSettings(File) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLImporter
Imports diagram settings from specified file.
importedFilePath - Variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The imported file path.
ImporterOptionsDialog - Class in pl.edu.agh.cast.data.ui.template
Dialog box for importer options change.
ImporterOptionsDialog(NewTemplateComposite, Map<String, String>) - Constructor for class pl.edu.agh.cast.data.ui.template.ImporterOptionsDialog
The default constructor.
ImporterOptionsDialog_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImporterOptionsDialog_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImporterOptionsWindow_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
importerUtil - Variable in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
Importer helper class.
ImporterUtil - Class in pl.edu.agh.cast.data.importer.data.util
Utility methods for the import process.
ImporterUtil() - Constructor for class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
The default constructor.
ImporterUtil(IImporterImplProvider) - Constructor for class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Constructor.
ImporterUtil - Class in pl.edu.agh.cast.importer.base.util
Utility methods for the import process.
ImporterUtil() - Constructor for class pl.edu.agh.cast.importer.base.util.ImporterUtil
The default constructor.
ImporterUtil(IImporterPluginRegistryProvider) - Constructor for class pl.edu.agh.cast.importer.base.util.ImporterUtil
Constructor which allows to set custom IImporterPluginRegistryProvider instance.
ImporterWizard - Class in pl.edu.agh.cast.importer.wizard
The wizard, which leads the users through an import data process, and which may also include a new template creation.
ImporterWizard(String) - Constructor for class pl.edu.agh.cast.importer.wizard.ImporterWizard
The default constructor.
ImporterWizard(IImporterPluginRegistryProvider, IModelPluginRegistryProvider, IWizardPluginRegistryProvider) - Constructor for class pl.edu.agh.cast.importer.wizard.ImporterWizard
The constructor - for test use only.
importerWizard - Variable in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
Importer wizard for this strategy.
ImporterWizard_AnalyzersSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_AnalyzersSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_DelimiterSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_DelimiterSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FileParamsSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FileParamsSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FileTypeSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FileTypeSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FixedWidthColumnSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_FixedWidthColumnSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_GeneralRulesSelectionPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_GeneralRulesSelectionPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ImportFailedMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ImportFailedTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ImportSuccessfulMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ImportSuccessfulTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_InitImportPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_InitImportPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ValidationPageDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_ValidationPageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImporterWizard_WindowTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImportFileAction - Class in pl.edu.agh.cast.backward.action
Deprecated. 
ImportFileAction() - Constructor for class pl.edu.agh.cast.backward.action.ImportFileAction
Deprecated.  
ImportLogFileDialog - Class in pl.edu.agh.cast.data.ui.logging
Dialog for reviewing the log file from the import process for a specific data set.
ImportLogFileDialog(Shell, String) - Constructor for class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
The default constructor.
ImportLogFileDialog_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportLogFileDialog_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
importLogger - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Observer which logs import events to file.
importLogger - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Observer which logs import events to file.
ImportLoggerPatternLayout - Class in pl.edu.agh.cast.importer.base.logging
The layout for the logger files, containing the import process logs, implementing the basic PatternLayout.
ImportLoggerPatternLayout(String, String, String, String) - Constructor for class pl.edu.agh.cast.importer.base.logging.ImportLoggerPatternLayout
The default constructor.
ImportLoggerPatternLayout(String, String) - Constructor for class pl.edu.agh.cast.importer.base.logging.ImportLoggerPatternLayout
The constructor for data with single data sheet.
ImportLoggerPatternLayout_BundleName - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_BundleVendor - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_BundleVersion - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_DataSetName - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_Date - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_Errors - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_FileName - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_NoTemplate - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_RowsImported - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_RowsNotImported - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_RowsProcessed - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_RowsRemoved - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_SheetName - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportLoggerPatternLayout_Template - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
importLoggers - Variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The list of import loggers for each tabular data.
importPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Import page of the import wizard.
ImportPage - Class in pl.edu.agh.cast.data.ui.importer.wizard
First page of the template import wizard, which serves for selection of all basic information that are required by the import process, such as selection of data to import, as well as the import template to use.
ImportPage(String) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
The default constructor.
importPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
First page of the import wizard: import page.
importPageComposite - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Main composite of the page.
ImportPageComposite - Class in pl.edu.agh.cast.data.ui.importer.wizard
Main composite of the ImportPage.
ImportPageComposite(Composite, int, ImportPage) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
The default constructor.
ImportPageComposite(Composite, int) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Constructor.
ImportPageComposite_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_11 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_13 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_14 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_15 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_17 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_18 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportPageComposite_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportParseException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown whenever a runtime exception during the import parsing process occurs.
ImportParseException() - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportParseException
Constructs a new exception.
ImportParseException(String) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportParseException
Constructs a new exception with the specified detail message.
ImportParseException(String, Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportParseException
Constructs a new exception with the specified detail message and cause.
ImportParseException(Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.ImportParseException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ImportParser - Class in pl.edu.agh.cast.importer.base.parser
Simple universal parser implementation.
ImportParser(List<IAnalyzer>) - Constructor for class pl.edu.agh.cast.importer.base.parser.ImportParser
The default constructor.
ImportParser_ParseRowTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportParser_ParseRowTask_SingleTabData - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportParser_ParseTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportParser_UnsupportedTokenDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportParser_UnsupportedTokenMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportProcess - Class in pl.edu.agh.cast.importer.base.process
Represents import process.
ImportProcess() - Constructor for class pl.edu.agh.cast.importer.base.process.ImportProcess
The constructor.
importProject(File) - Method in interface pl.edu.agh.cast.backward.resources.IImporter
Imports project (list of IDiagram objects) from specified file.
importProject(File) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLImporter
Imports project (list of IDiagram objects) from specified file.
importRow(DataRow, Map<Integer, Integer>, BrokenRowInfo, IDataSet, Map<String, IEntity>) - Method in class pl.edu.agh.cast.model.base.AbstractModelDataLoader
Creates one relation based on given data row.
importTemplate(File) - Method in class pl.edu.agh.cast.data.template.xml.TemplateXmlImporter
Imports a template from a given XML file.
ImportTemplate - Class in pl.edu.agh.cast.importer.base.template
Default implementation of IImportTemplate.
ImportTemplate() - Constructor for class pl.edu.agh.cast.importer.base.template.ImportTemplate
Default constructor.
ImportTemplate(String) - Constructor for class pl.edu.agh.cast.importer.base.template.ImportTemplate
Constructor.
importTemplateFromFile(File, IMsgBoxHelper) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Imports template from a given file using defined ITemplateProvider.
importTemplateFromFile(File) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Imports template from a given file.
importTemplateFromFile(File) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Imports template from a given file.
ImportTemplateGroup - Class in pl.edu.agh.cast.importer.base.template
Class which groups IImportTemplate objects.
ImportTemplateGroup() - Constructor for class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Default constructor which generates random id.
ImportTemplateManager - Class in pl.edu.agh.cast.importer.base.template
A class which manages import templates.
ImportTemplateManager() - Constructor for class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Default constructor.
ImportTemplateManager(ITemplateProvider) - Constructor for class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Constructor (for test purpose).
ImportTemplateManager_0 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportTemplateManager_1 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportTemplateManager_2 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ImportWithProgressMonitor - Class in pl.edu.agh.cast.data.ui.importer.wizard
Embed import operation which can be monitored by ProgressMonitorDialog.
ImportWithProgressMonitor(String, Template, long, ImportWizard, FileRawDataLogger) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ImportWithProgressMonitor
The default constructor.
ImportWizard - Class in pl.edu.agh.cast.data.ui.importer.wizard
The wizard which leads the users through an import data process.
ImportWizard(IProject) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
The default constructor.
ImportWizard_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_15 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_16 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_17 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_18 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_19 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_21 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_23 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_24 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizard_MainEntity_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardAction - Class in pl.edu.agh.cast.data.ui.importer.action
Action of creating and displaying the import wizard, which is contributed via an extension point.
ImportWizardAction() - Constructor for class pl.edu.agh.cast.data.ui.importer.action.ImportWizardAction
 
ImportWizardAction - Class in pl.edu.agh.cast.importer.wizard.action
Action of creating and displaying the import wizard, which is contributed via an extension point.
ImportWizardAction() - Constructor for class pl.edu.agh.cast.importer.wizard.action.ImportWizardAction
 
ImportWizardAction_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardAction_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardAction_DialogTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ImportWizardActionGlobal - Class in pl.edu.agh.cast.data.ui.importer.action
 
ImportWizardActionGlobal() - Constructor for class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionGlobal
 
ImportWizardActionGlobal - Class in pl.edu.agh.cast.importer.wizard.action
Class implementing the IWorkbenchWindowActionDelegate interface for an action that is contributed into the workbench window menu.
ImportWizardActionGlobal() - Constructor for class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionGlobal
 
ImportWizardActionNavigator - Class in pl.edu.agh.cast.data.ui.importer.action
 
ImportWizardActionNavigator() - Constructor for class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionNavigator
 
ImportWizardActionNavigator - Class in pl.edu.agh.cast.importer.wizard.action
TODO: change this :) we have only one project opened.
ImportWizardActionNavigator() - Constructor for class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionNavigator
 
ImportWizardErrorTypesDialog_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardErrorTypesDialog_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportComposite_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardImportPage_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardTemplateInfo_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardTemplateInfo_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardTemplateInfo_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardTemplateInfo_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardTemplateInfo_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_11 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_12 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_13 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_14 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_15 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_16 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_17 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_18 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_19 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_20 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationComposite_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ImportWizardValidationPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
IMsgBoxHelper - Interface in pl.edu.agh.cast.ui.util
An interface for utility class which shows dialogs of different types.
IMultiColumnValueProvider - Interface in pl.edu.agh.cast.dataview.column.provider
Interface representing column value provider, which returns multiple values (from one provider should be created multiple columns).
INavigatorItemProvider - Interface in pl.edu.agh.cast.navigator
Interface for navigator providers.
INavigatorTreeItem - Interface in pl.edu.agh.cast.navigator
Interface for navigator tree items.
INCOMING_RELATIONS - Static variable in class pl.edu.agh.cast.data.model.general.IEntity.Properties
The name of the 'incoming relations' property.
IncomingCallsHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
index - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Index of bend point in constraint list
informationDialog(String, String) - Static method in class pl.edu.agh.cast.CastApplication
Displays an information dialog.
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.action.AboutAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.action.ExitAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.action.HelpContentsAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.action.PluginConfigurationAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.action.PluginUpdateAction
init(IEditorSite, IEditorInput) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.backward.editor.action.AbstractOpenEditorAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.backward.editor.action.SearchAction
init(Class, String[][]) - Method in class pl.edu.agh.cast.backward.figure.icons.AbstractNodeIconFactory
Initializes the factory.
init() - Method in class pl.edu.agh.cast.backward.figure.LegendFigure
Initializes the legend figure.
init(String, String) - Method in class pl.edu.agh.cast.backward.figure.NodeFigure
Initializes the node figure.
init(IProject) - Method in class pl.edu.agh.cast.backward.resources.ProjectStore
Initialize the project.
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.data.logging.ShowImportLogFileAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.data.template.export.ExportTemplateActionNavigator
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionGlobal
init(IViewPart) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionNavigator
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.dataview.ui.action.OpenDataTableEditor
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
init(IEditorSite, IEditorInput) - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
init(IEditorSite, IEditorInput) - Method in class pl.edu.agh.cast.editor.AbstractEditor
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
init(String, String, ImageSize) - Method in class pl.edu.agh.cast.figure.NodeFigure
Initializes the node figure.
init(String, String, ImageSize, String) - Method in class pl.edu.agh.cast.figure.NodeFigure
Initializes the node figure.
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionGlobal
init(IViewPart) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionNavigator
init(List<Attribute>) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Initialize this manager after deserializing attributes.
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.navigator.ui.action.CloseProjectAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.navigator.ui.action.CreateProjectAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.navigator.ui.action.OpenProjectAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.navigator.ui.action.RenameProjectAction
init(IWorkbenchWindow) - Method in class pl.edu.agh.cast.navigator.ui.action.ShowProjectStartupAction
init(IProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Initializes the new project.
init(IViewSite, IMemento) - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
This init method restores the configuration of this view using the IMemento object.
init(IWorkbench) - Method in class pl.edu.agh.cast.ui.preferences.GeneralPreferencesPage
initAfterDeserialization(Set<Connection>) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Initializes all fields after custom de-serialization.
initalize() - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Initialize the resource registry.
initalize() - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Initialize the resource registry.
initCellEditor() - Method in class pl.edu.agh.cast.editpart.LabelEditManager
 
initCellEditor() - Method in class pl.edu.agh.cast.tool.LabelEditManager
 
initDiagramLayout(IProgressMonitor) - Method in interface pl.edu.agh.cast.schema.editor.model.diagram.ISchemaDiagram
If diagram has not been initialized before (is just created), the method performs default layout for all IVisualSchemaNode elements.
initDiagramLayout(IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.model.diagram.SchemaDiagram
If diagram has not been initialized before (is just created), the method performs default layout for all IVisualSchemaNode elements.
initErrorTable(TableViewer, String[], boolean, int) - Static method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Initialized the error table.
initErrorTable(TableViewer, String[], boolean, int) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Initialized the error table.
initGUI() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
 
initialize() - Static method in class pl.edu.agh.cast.CoreServiceLocator
Initializes the CAST services.
initialize(String, String) - Method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Logs the start of the import operation into the buffer.
initialize() - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Initializes the instance of IPersistenceProvider.
initialize() - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Initializes the instance of IPersistenceProvider.
initialize() - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Initializes the instance of IPersistenceProvider.
initialize() - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Initializes the instance of IPersistenceProvider.
initialize() - Method in class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProvider
Initializes the instance of IPersistenceProvider.
initialize() - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Initializes the instance of IPersistenceProvider.
initialize(String, String, String) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Initializes the layout, appender and logger and logs the start of the import operation into the log file.
initialize(String, String) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Initializes the layout, appender and logger and logs the start of the import operation into the log file.
initialize(TemplateManagementPresenter) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Initializes the view with presenter.
initialize(TemplateManagementPresenter) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Initializes the view with presenter.
initialize(Class<?>, List<VisualResourceEntry>) - Method in class pl.edu.agh.cast.resource.AbstractVisualResourcesProvider
Initializes provider with given entries.
initialize(IWorkbenchConfigurer) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
initialize(PropertiesEditorPresenter) - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Initializes view.
initialize(PropertiesEditorPresenter) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Initializes view.
INITIALIZED_EVENT - Static variable in class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
The name of "provider initialized" event.
initializeDefaultPreferences() - Method in class pl.edu.agh.cast.preferences.PreferenceInitializer
initializeDefaults() - Method in class pl.edu.agh.cast.project.UserPreferences
Initializes default preference values.
initializeGraphicalViewer() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
initializeGraphicalViewer() - Method in class pl.edu.agh.cast.editor.AbstractEditor
initializeGraphicalViewer() - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
initializeNewDataSetConversion() - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
initializeNewDataSetConversion() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
initializePersistenceProvider(IProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Initializes persistence provider for given project.
initializeProperties() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
 
InitImportPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for selection of data to import, as well as selection of whether an existing template is to be used or applied or neither.
InitImportPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.InitImportPage
The default constructor.
InitImportPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the InitImportPage.
InitImportPageComposite(Composite, int, InitImportPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
The default constructor.
InitImportPageComposite_Browse - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_CreateTemplateCombo - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_DataFilePath - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_DomainModel - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_FileFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_ImportApplyTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_ImportUseTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_ImportWithoutTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_NoFileFormatDescription - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_NoTemplateSelected - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_SelectedTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_TemplateNameUnknown - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
InitImportPageComposite_UseExistingTemplate - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
initNamespace() - Method in class pl.edu.agh.cast.data.template.Template
Initializes the namespace, XSI namespace and schema location attributes.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
initPage() is invoked before showing page.
initPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
initPage() is invoked before showing page.
initTable(TableViewer, String[], int[], boolean, int, BrokenDataInfo, boolean, ValidationPageComposite) - Static method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Initialize table viewer: creates columns chosen from selected columns and sets sorter for each column (if isSortable == true).
initTable(TableViewer, ITabularData<?>) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Delegated method.
initTable(TableViewer, Integer[], boolean, boolean, ITabularData<?>, ErrorsLog, ValidationPageComposite) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Initialize table viewer: creates columns chosen from selected columns and sets sorter for each column (if isSortable == true).
initUI() - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
Initializes the actions UI presentation.
INodeIconFactory - Interface in pl.edu.agh.cast.backward.figure.icons
Interface that should be implemented by all extensions of pl.edu.agh.cast.nodeIcons extension point.
INPUT_ENTRIES - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterSpecification
List of input entries defined by this specifier.
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TabularDataContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.dataview.ui.DataTableContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorsLogContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.importer.wizard.provider.TabularDataContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.importer.wizard.util.provider.ListContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
inputChanged(Viewer, Object, Object) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
inputData - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
The input data to be preprocessed.
IntegerAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the Integer objects.
IntegerAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
 
IntegerAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class validating integer value type.
IntegerAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.IntegerAttributeValidator
 
IntegerPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating integer property types.
IntegerPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.IntegerPropertyValidator
 
InvalidFilterValueException - Exception in pl.edu.agh.cast.dataview.column.filter
Invalid filter value exception.
InvalidFilterValueException(String) - Constructor for exception pl.edu.agh.cast.dataview.column.filter.InvalidFilterValueException
Creates instance of InvalidFilterValueException.
InvalidFilterValueException(String, Exception) - Constructor for exception pl.edu.agh.cast.dataview.column.filter.InvalidFilterValueException
Creates instance of InvalidFilterValueException.
InvertSelectionAction - Class in pl.edu.agh.cast.schema.editor.action.select
Action for inverting non empty actual selection.
InvertSelectionAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
Constructor.
InvertSelectionAction_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
IObservablePersistenceProvider - Interface in pl.edu.agh.cast.data.persistence
Interface of observable persistence provider.
IObservablePersistenceProvider.Events - Class in pl.edu.agh.cast.data.persistence
Enumeration of persistence provider events.
IObservablePersistenceProvider.Events() - Constructor for class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
 
IOneToOneRelation - Interface in pl.edu.agh.cast.data.model.general
An interface of one-to-one relations which have exactly one source and exactly one target entity.
IParameterFilter - Interface in pl.edu.agh.cast.backward.editor.operation.search.filters
Interface of Node parameter filter.
IPastable<E extends IElement> - Interface in pl.edu.agh.cast.data.model.copier
Interface of objects (mainly data sets) which support element pasting.
IPATH_CLASS_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
 
IPersistenceProvider - Interface in pl.edu.agh.cast.data.persistence
Interface of data model persistence provider.
IPersistenceProviderFactory - Interface in pl.edu.agh.cast.data.persistence
Interface of persistence provider factory.
IPreprocessingItem - Interface in pl.edu.agh.cast.data.preprocessing
Describes single item which can occur during import preprocessing.
IPresentationDataSet<T extends IPresentationElement<? extends IElement>> - Interface in pl.edu.agh.cast.data.model.presentation
An interface of presentation data set which consists of presentation elements.
IPresentationDataSet.Properties - Class in pl.edu.agh.cast.data.model.presentation
Enumeration of property name constants.
IPresentationDataSet.Properties() - Constructor for class pl.edu.agh.cast.data.model.presentation.IPresentationDataSet.Properties
 
IPresentationElement<T extends IElement> - Interface in pl.edu.agh.cast.data.model.presentation
The interface of elements of the abstract presentation model.
IPresentationElement.Properties - Class in pl.edu.agh.cast.data.model.presentation
Enumeration of property name constants.
IPresentationElement.Properties() - Constructor for class pl.edu.agh.cast.data.model.presentation.IPresentationElement.Properties
 
IPresentationElement.PropertyCategory - Enum in pl.edu.agh.cast.data.model.presentation
Constants which identify presentation element's properties.
IProjectContainer - Interface in pl.edu.agh.cast.backward.resources
Helper interface for exporter/importer, used to embed list of IDiagram objects and project name.
IPropertiesEditorView - Interface in pl.edu.agh.cast.ui.dialogs.property
An interface which describes view of properties editor.
IPropertyChangeProvider - Interface in pl.edu.agh.cast.data.model.property
This is an interface that defines methods for adding and removing property change listeners.
IPropertyContainer - Interface in pl.edu.agh.cast.data.model.property
Interface of Property container.
IRawDataMonitorable - Interface in pl.edu.agh.cast.rawdata.logging
Interface for all raw data types which can be monitorable by IRawDataObserver objects.
IRawDataObserver - Interface in pl.edu.agh.cast.rawdata.logging
Observer interface for raw data monitors.
IReference<T extends Identifiable> - Interface in pl.edu.agh.cast.data.model
Interface of reference to Identifiable object.
IReferenceList<T extends Identifiable> - Interface in pl.edu.agh.cast.data.model
Interface of list of references to Identifiable objects.
IReferenceListIterator<T> - Interface in pl.edu.agh.cast.data.model
Represents an interface for a lazy collection iterator.
IReferenceProvider - Interface in pl.edu.agh.cast.data.model.util
Interface of provider of IReference and IReferenceList instances.
IRelation - Interface in pl.edu.agh.cast.model.base
The IRelation interface represents relations, which are by default displayed as connection between entities.
IReplicable - Interface in pl.edu.agh.cast.common
Interface of objects that may be replicated.
IResourceRegistry - Interface in pl.edu.agh.cast.resource
The registry which holds all visual resources in the application.
isAllowDuplicates() - Method in class pl.edu.agh.cast.common.collections.MultiMap
Checks if duplicate values are allowed for one key.
isAttributeEditable(String) - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Checks if given attribute is editable.
isAttributeEditable(String) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Checks if given attribute is editable.
isAttributeSettable(String) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Checks if an attribute value may be set.
isBetween(Node, Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Checks if this connection group is between two given nodes.
isBetween(ISchemaNode, ISchemaNode) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Checks if this connection is between two given nodes.
isBetween(ISchemaNode, ISchemaNode) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Checks if this connection is between two given nodes.
isChecked() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingItemContent
 
ISchemaConnection - Interface in pl.edu.agh.cast.schema.model.presentation
Interface which describes a single connection between two SchemaNode objects in a schema diagram.
ISchemaDataSet - Interface in pl.edu.agh.cast.schema.model.presentation
Schema model data set which is set of nodes (ISchemaNode) connected with connections ( ISchemaConnection).
ISchemaDiagram - Interface in pl.edu.agh.cast.schema.editor.model.diagram
Schema diagram interface.
ISchemaElement<T extends IElement> - Interface in pl.edu.agh.cast.schema.model.presentation
The interface marks classes which belong to the time-line presentation model, that is classes whose instances may be included in the SchemaDataSet.
ISchemaNode - Interface in pl.edu.agh.cast.schema.model.presentation
Interface which describes node of schema diagram.
isChooseMainEntity() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
isChooseMainEntity() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
isComplete() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Indicates if the page is completed which means all the fields are filled in correctly.
isComplete() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
 
isComplete() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
isComplete() - Method in interface pl.edu.agh.cast.importer.base.converter.IImportConverter
Checks if the converter has configured properly mandatory rules.
isComplete() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Checks whether current conversion rule is fully configured - all necessary parameters are present and the the conversion process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Checks whether current conversion rule is fully configured - all necessary parameters are present and the the conversion process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Checks whether current conversion rule is fully configured - all necessary parameters are present and the the conversion process can be performed.
isComplete() - Method in interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
Checks whether current conversion rule is fully configured - all necessary parameters are present and the the conversion process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
isComplete() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
Checks whether current analyzer is fully configured - all necessary parameters are present and the the analysis process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Checks whether current analyzer is fully configured - all necessary parameters are present and the the analysis process can be performed.
isComplete() - Method in interface pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer
Checks whether current analyzer is fully configured - all necessary parameters are present and the the analysis process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
Checks whether current analyzer is fully configured - all necessary parameters are present and the the analysis process can be performed.
isComplete() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
Checks whether current analyzer is fully configured - all necessary parameters are present and the the analysis process can be performed.
isComplete() - Method in interface pl.edu.agh.cast.importer.base.parser.IImportParser
Checks if the parser has configured properly its analyzers.
isComplete() - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
Checks if the parser has configured properly its analyzers.
isComplete() - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Checks if a template is configured properly which means that all tokenizer, parser and converter are set and they are properly configured too.
isComplete() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Checks if a template is configured properly which means that all tokenizer, parser and converter are set and they are properly configured too.
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Returns whether the current conversion rule selection page is complete - whether all its obligatory conversion rules are complete (are entirely configured).
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Returns whether the current conversion rule selection page is complete - whether all its obligatory conversion rules are complete (are entirely configured).
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
 
isComplete() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPage
isConnected(IEntity) - Method in class pl.edu.agh.cast.model.base.Entity
Returns true if the entity is directly connected with given entity.
isConnected(IEntity) - Method in interface pl.edu.agh.cast.model.base.IEntity
Returns true if the entity is directly connected with given entity.
isConnected(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Checks if this node is directly connected to given node.
isConnected(ISchemaNode, ISchemaNode) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractGroupingLayoutAlgorithm
Checks for a connection between two nodes
isConverterConfigured() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
isCreateDiagram() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
 
isCreateDiagram() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
isCreateTemplateSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
 
isCurrentPage() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewPage
isCurrentWizardPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Method is a delegate of a protected method WizardPage.isCurrentPage.
isCurrentWizardPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
Method is a delegate of a protected method WizardPage.isCurrentPage.
isCurrentWizardPage() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Method is a delegate of a protected method WizardPage.isCurrentPage.
isCurrentWizardPage() - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
Method is a delegate of a protected method WizardPage.isCurrentPage.
isDataEmpty() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
 
isDBPresent() - Static method in class pl.edu.agh.cast.model.mapper.Mapper
Indicated if the Mapper was properly initialized (i.e.
isDefaultGroup() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
isDescriptorValid(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Checks if the descriptor is valid for the data set.
isDescriptorValid(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Checks if the descriptor is valid for the data set.
isDescriptorValid(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Checks if the descriptor is valid for the data set.
isDescriptorValid(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Checks if the descriptor is valid for the data set.
isDirected() - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Checks if given relation is directed (from source to target entities) or not (in that case it is bi-directional).
isDirected() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if given relation is directed (from source to target entities) or not (in that case it is bi-directional).
isDirected() - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Indicates if a connections is directed or not.
isDirected() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Indicates if a connections is directed or not.
isDirected() - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection
Indicates if the connection is directed, i.e.
isDirected() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Indicates if the connection is directed, i.e.
isDirty() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
Always returns false - user cannot modify data.
isDomainModelSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
 
isEachModeSelected() - Method in class pl.edu.agh.cast.ui.wizards.SelectRootNumbersWizardPage
 
isEditable() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
isElementValid(T) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Checks if given element is valid for the data set.
isElementValid(T) - Method in class pl.edu.agh.cast.data.model.general.GeneralDataSet
Checks if given element is valid for the data set.
isElementValid(T) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Checks if given element is valid for the data set.
isElementValid(ISchemaElement<? extends IElement>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Checks if given element is valid for the data set.
isEmpty() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Checks if group has any templates.
isEmpty() - Method in class pl.edu.agh.cast.rawdata.TabularData
Checks if table is empty.
isEnhancable() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Checks if the nodes of this diagram may be enhanced with attributes of entities from another IDataSet.
isEnhancable() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Checks if the nodes of this diagram may be enhanced with attributes of entities from another IDataSet.
isEntityListValid(List<? extends IEntity>) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if given list of entities is valid for the relation's source and target entities list.
isEntityValid(IEntity) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if given entity is valid for the relation's source and target entities list.
isEqual(MetaPropertyManager) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Checks if this MPM has equal meta-properties as the given one.
isErrorsPresent() - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
 
isFilterEnabled() - Method in class pl.edu.agh.cast.ui.dialogs.search.ColorFilterPanel
Checks whether underlying filter is enabled.
isFilterEnabled() - Method in class pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel
Checks whether underlying filter is enabled.
isFilterEnabled() - Method in class pl.edu.agh.cast.ui.dialogs.search.FilterPanel
Checks whether underlying filter is enabled.
isFilterEnabled() - Method in class pl.edu.agh.cast.ui.dialogs.search.NumericFilterPanel
Checks whether underlying filter is enabled.
isFilterEnabled() - Method in class pl.edu.agh.cast.ui.dialogs.search.StringFilterPanel
Checks whether underlying filter is enabled.
isFilteringEnabled() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
 
isFormatSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
 
isIgnoreFirstLine() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
 
isImportApplyTemplateSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
 
isImportUseTemplateSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
 
isImportWithoutTemplateSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPageComposite
 
isInitialized(IProject) - Method in class pl.edu.agh.cast.backward.resources.ProjectStore
Checks if project is initialized.
isLabelProperty(Object, String) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
isLabelProperty(Object, String) - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
isLabelProperty(Object, String) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
isLayoutInitialized() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Tells if a data set has already initialized by a layout.
isLayoutInitialized() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Tells if a data set has already initialized by a layout.
isList() - Method in enum pl.edu.agh.cast.model.attributes.ValueType
Checks if given type is a List type.
isLoadPreprocessingPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWithProgressMonitor
 
isMain - Variable in class pl.edu.agh.cast.model.base.Entity
This flag indicates if the node somehow stands out (e.g.
IsMain - Static variable in class pl.edu.agh.cast.util.Messages
 
isMainNode() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Returns main flag for this node.
isMarkAsLabel() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
isMatchable() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Checks if property is matchable.
isMatchCase() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
isMatching(ConverterSpecification, List<Type>) - Static method in class pl.edu.agh.cast.data.converter.ConverterRegistry
Checks if the given converter specification is matching the given list of data set types.
isNameLocalizable() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
isNameRegistered(String) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Checks if there is a meta property with given name already registered.
ISO88592 - Static variable in class pl.edu.agh.cast.data.importer.data.util.AbstractEncodingRecognizer
Set of characters for ISO-8856-2 encoding.
ISO88592 - Static variable in class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
Set of characters for ISO-8856-2 encoding.
ISourceNodeConversionRule - Interface in pl.edu.agh.cast.importer.base.general
Interface for all source node conversion rules.
isOverridingMethod(Method, Method) - Static method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
Checks if a method could be a polymorphic version of another method.
isPageComplete() - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
isParserConfigured() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
isPermanent() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
isPreprocessingActive - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Flag which indicates if the preprocessing page should be shown.
isPreprocessingActive() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Returns the isPreprocessingActive value.
isRedoAvailable() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Checks whether the redo operation is available.
isRedoAvailable() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Checks whether the redo operation is available.
isRegisteredId(String) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Checks if an attribute with given ID is registered.
isRememberResult() - Method in class pl.edu.agh.cast.backward.editor.EditorSaverSupportDialog
 
isRememberResult() - Method in class pl.edu.agh.cast.editor.EditorSaverSupportDialog
 
isRequired() - Method in class pl.edu.agh.cast.data.converter.ConverterInputEntry
 
isRequired() - Method in class pl.edu.agh.cast.model.ModelColumn
 
isResolved() - Method in interface pl.edu.agh.cast.data.model.IReference
Checks if reference has already been resolved.
isResolved() - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Checks if reference list has already been resolved.
isRowError() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
Checks if whole row is broken.
isRuleComplete(IConversionRule) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
isSaveAsAllowed() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
No modifications allowed so save is not allowed.
isSaved() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
isSaveTemplateSelected() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
 
isShowAsLabel() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
isShowLegend() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
 
isShowLegend() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Whether the diagram legend should be displayed.
isSourceEntitiesResolved() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if the list of source entities is resolved (loaded).
isSourceEntityListValid(List<? extends IEntity>) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if given list of entities is valid for the relation's source entities list.
isSubtypeOf(Type) - Method in class pl.edu.agh.cast.data.model.Type
Checks if this type is a sub-type of given one.
isSummary() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Is the statistic row a special (summary) row? It will always appear at the end of the statistics dialog.
isSuperMapped(Class) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Checks if given class is mapped to metamodel.
isSupported(LayoutManager) - Method in interface pl.edu.agh.cast.backward.editor.ILayoutSwitchable
Checks whether given manager can be applied.
isSupportedType(TransferData) - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
isSuppressLocationChangeEvents() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Returns suppress locations change events flag.
isSuppressLocationChangeEvents() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Returns suppress locations change events flag.
isSuppressLocationChangeEvents() - Static method in class pl.edu.agh.cast.model.visual.backward.Node
 
isTargetEntitiesResolved() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if the list of target entities is resolved (loaded).
isTargetEntityListValid(List<? extends IEntity>) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Checks if given list of entities is valid for the relations source and target entities list.
IStatisticsProvider - Interface in pl.edu.agh.cast.model
Interface to be implemented by generic statistics providers.
isTokenizerConfigured() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
isUndoAvailable() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Checks whether the undo operation is available.
isUndoAvailable() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Checks whether the undo operation is available.
isUseWildcards() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
isValid() - Method in interface pl.edu.agh.cast.common.IValidatable
Checks if the state of implementing object is valid.
isValid() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Checks if the state of implementing object is valid.
isValid() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Checks if the state of implementing object is valid.
isValid() - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Checks if this description is valid.
isValid() - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Checks if the state of implementing object is valid.
isValidClass(Object) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
Checks if object is valid type for specific property type.
isValidClass(Object) - Method in class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
Checks if object is valid type for specific property type.
isValidClass(Object) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
Checks if object is valid type for specific property type.
isValidFilter(String) - Method in class pl.edu.agh.cast.dataview.column.filter.AbstractColumnFilter
Checks if filter parameter is in valid format for this filter.
isValidFilter(String) - Method in interface pl.edu.agh.cast.dataview.column.filter.IColumnFilter
Checks if filter parameter is in valid format for this filter.
isValidPropertyName(String) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Checks if given name is a valid Property name.
isValidStringFormat(String) - Method in class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
Checks if string representation can be converted to object type (e.g.
isValidStringFormat(String) - Method in class pl.edu.agh.cast.model.attributes.validation.AttributeValidator
Checks if string representation can be converted to object type (e.g.
isValidTypeName(String) - Static method in class pl.edu.agh.cast.data.model.Type
Checks if given string representation of type is valid.
isValidValue(Object) - Method in class pl.edu.agh.cast.data.model.property.Property
Checks if a value can be assigned to this property.
isVoid() - Method in interface pl.edu.agh.cast.data.model.IReference
Checks if reference does not point to any object (it is null).
isWholeWord() - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
isWritable() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Checks if the property is writable (may be modified).
ITabularData<T extends IDataRow<?>> - Interface in pl.edu.agh.cast.importer.base.data
Interface for classes, which represents the data read from the source data file in a form of a table with records records of type extending IDataRow.
ITargetNodeConversionRule - Interface in pl.edu.agh.cast.importer.base.general
Interface for all target node conversion rules.
ITemplateManagementView - Interface in pl.edu.agh.cast.importer.wizard.template
An interface which describes view template management view.
ITemplateProvider - Interface in pl.edu.agh.cast.importer.base.template
Template provider which provides access to import templates and groups.
ITemplateSelectionListener - Interface in pl.edu.agh.cast.importer.wizard.template
Template selection listener.
ITimedManyToManyRelation - Interface in pl.edu.agh.cast.data.model.general
An interface of many-to-many relations which took place in time.
ITimedManyToManyRelation.Properties - Class in pl.edu.agh.cast.data.model.general
Enumeration of property name constants.
ITimedManyToManyRelation.Properties() - Constructor for class pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation.Properties
 
ITimedOneToOneRelation - Interface in pl.edu.agh.cast.data.model.general
An interface of one-to-one relations which took place in time.
ITimedRelation - Interface in pl.edu.agh.cast.model.base
Represents relations which have the "date" attribute.
ITokenizerOption - Interface in pl.edu.agh.cast.importer.base.tokenizer
Interface for classes representing options passed to tokenizers.
ITreeEntry - Interface in pl.edu.agh.cast.importer.wizard.template
Interface for tree viewer entries.
IValidatable - Interface in pl.edu.agh.cast.common
Interface of objects that may be validated, i.e.their state may be checked during runtime.
IVisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>> - Interface in pl.edu.agh.cast.data.model.visual
An interface which describes data set containing elements of visual model.
IVisualDataSet.Events - Class in pl.edu.agh.cast.data.model.visual
Events for visual data set and it's elements.
IVisualDataSet.Events() - Constructor for class pl.edu.agh.cast.data.model.visual.IVisualDataSet.Events
 
IVisualElement<M extends IPresentationElement<? extends IElement>> - Interface in pl.edu.agh.cast.data.model.visual
An interface which describes an element from visual model, for more detail see IVisualDataSet.
IVisualElement.Properties - Class in pl.edu.agh.cast.data.model.visual
Enumeration of property name constants.
IVisualElement.Properties() - Constructor for class pl.edu.agh.cast.data.model.visual.IVisualElement.Properties
 
IVisualResource - Interface in pl.edu.agh.cast.resource
An interface representing single visual resource which contains of: unique string identifier (not null and not empty), localized label (not null), localized description (not null), images (icons).
IVisualResourcesProvider - Interface in pl.edu.agh.cast.resource
A class responsible for providing visual resources to the resource registry.
IVisualSchemaConnection - Interface in pl.edu.agh.cast.schema.model.visual
The visual schema connection is part of schema visual model.
IVisualSchemaConnection.Properties - Class in pl.edu.agh.cast.schema.model.visual
Enumeration of property name constants.
IVisualSchemaConnection.Properties() - Constructor for class pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection.Properties
 
IVisualSchemaDataSet - Interface in pl.edu.agh.cast.schema.model.visual
The visual schema data set is part of schema visual model.
IVisualSchemaElement<T extends ISchemaElement<? extends IElement>> - Interface in pl.edu.agh.cast.schema.model.visual
The visual schema element interface represents elements which may belong to a visual schema data set.
IVisualSchemaNode - Interface in pl.edu.agh.cast.schema.model.visual
The visual schema node is part of schema visual model.
IWithLayoutManager - Interface in pl.edu.agh.cast.backward.editor
Interface indicating that implementor uses LayoutManager.
IWizardPluginRegistryProvider - Interface in pl.edu.agh.cast.importer.wizard.util
Basic interface for the wizard implementation provider.

J

javaToNative(Object, TransferData) - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
JRubyIntegration - Class in pl.edu.agh.cast.model.mapper
JRuby integration class.
JRubyIntegration() - Constructor for class pl.edu.agh.cast.model.mapper.JRubyIntegration
 
JxlXlsDataImporter - Class in pl.edu.agh.cast.data.importer.data.xls
Extension of the XlsDataImporter, which uses the JExcelAPI library (http://jexcelapi.sourceforge.net/).
JxlXlsDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.xls.JxlXlsDataImporter
The default constructor.

K

KEY_SCHEME_ID - Static variable in class pl.edu.agh.cast.CastApplication
 
keyPressed(KeyEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
keyReleased(KeyEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
keySet() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
klass - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
The class of the objects to be loaded.

L

LABEL - Static variable in class pl.edu.agh.cast.data.model.presentation.IPresentationElement.Properties
The name of the 'label' property.
label - Variable in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Root node label.
LabelCellEditorLocator - Class in pl.edu.agh.cast.editpart
Constraint for placing label CellEditors.
LabelCellEditorLocator(NodeFigure) - Constructor for class pl.edu.agh.cast.editpart.LabelCellEditorLocator
Constructor.
LabelCellEditorLocator - Class in pl.edu.agh.cast.tool
Constraint for placing label CellEditors.
LabelCellEditorLocator(NodeFigure) - Constructor for class pl.edu.agh.cast.tool.LabelCellEditorLocator
Constructor.
LabelCommand - Class in pl.edu.agh.cast.backward.command
Changes value of a single attribute of a given node.
LabelCommand(Node, String, String) - Constructor for class pl.edu.agh.cast.backward.command.LabelCommand
Creates new instance of label command.
LabelCommand_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
LabelEditManager - Class in pl.edu.agh.cast.editpart
Label edit manager.
LabelEditManager(GraphicalEditPart, LabelCellEditorLocator) - Constructor for class pl.edu.agh.cast.editpart.LabelEditManager
The default constructor.
LabelEditManager - Class in pl.edu.agh.cast.tool
Label edit manager.
LabelEditManager(GraphicalEditPart, LabelCellEditorLocator) - Constructor for class pl.edu.agh.cast.tool.LabelEditManager
The default constructor.
labelParams - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The additional parameters for the conversion rule.
LAST_RELATION_END - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
The name of "last relation end" property.
LayoutAlgorithmAdapter - Class in pl.edu.agh.cast.zestalgorithms.core
Adapts ZEST's LayoutAlgorithm to be used as CAST's Layout Algorithm
LayoutAlgorithmAdapter(LayoutAlgorithm) - Constructor for class pl.edu.agh.cast.zestalgorithms.core.LayoutAlgorithmAdapter
Constructs new adapter for given ZEST's layout algorithm to be used as CAST's layout algorithm
LayoutAlgorithmAdapter_0 - Static variable in class pl.edu.agh.cast.zestalgorithms.Messages
 
LayoutEntityAdapter - Class in pl.edu.agh.cast.zestalgorithms.core
Adapts interface of ISchemaNode to a LayoutEntity.
LayoutEntityAdapter(ISchemaNode) - Constructor for class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
Constructs new adapter for given node
LayoutManagerFactory - Class in pl.edu.agh.cast.backward.editor
Class for creating LayoutManagers.
layoutNodes(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
Lays out nodes, preserving their center of gravity.
layoutNodes(Collection<ISchemaNode>, IProgressMonitor) - Method in interface pl.edu.agh.cast.schema.editor.layout.algorithm.ILayoutAlgorithm
Method executed to layout a collection of visual nodes.
layoutNodes(Collection<ISchemaNode>) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutAlgorithmAdapter
 
layoutNodes(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutAlgorithmAdapter
 
LayoutRelationshipImpl - Class in pl.edu.agh.cast.zestalgorithms.core
Implementation of Zest's layout relationship between two nodes.
LayoutRelationshipImpl(LayoutEntity, LayoutEntity) - Constructor for class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Place for optional information about layout.
layoutSelectedNode(Collection<ISchemaNode>, ILayoutAlgorithm, IProgressMonitor) - Method in interface pl.edu.agh.cast.schema.editor.model.diagram.ISchemaDiagram
Performs the specified layout on the given visual nodes.
layoutSelectedNode(Collection<ISchemaNode>, ILayoutAlgorithm, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.model.diagram.SchemaDiagram
Performs the specified layout on the given visual nodes.
LEFT_BRACKET - Static variable in class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
The left bracket character.
legend - Variable in class pl.edu.agh.cast.backward.figure.LegendFigure
The legend to be shown on the figure.
legend - Variable in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
The underlying Legend instance.
legend - Variable in class pl.edu.agh.cast.editpart.LegendEditPart
The underlying Legend instance.
legend - Variable in class pl.edu.agh.cast.figure.AbstractLegendFigure
Legend model
Legend - Class in pl.edu.agh.cast.model.visual.backward
Diagram legend.
Legend(String) - Constructor for class pl.edu.agh.cast.model.visual.backward.Legend
Creates new Legend for given diagram.
Legend - Class in pl.edu.agh.cast.model.visual
Diagram legend.
Legend() - Constructor for class pl.edu.agh.cast.model.visual.Legend
Creates new Legend.
Legend_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
LEGEND_SHOWN - Static variable in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Name of the Show diagram legend changed event.
LegendAttributeManager - Class in pl.edu.agh.cast.model.attributes
This class represents AttributeManagers which are to manage attributes of Legend.
LegendAttributeManager() - Constructor for class pl.edu.agh.cast.model.attributes.LegendAttributeManager
Default constructor.
LegendEditPart - Class in pl.edu.agh.cast.editpart
Legend EditorPart.
LegendEditPart(Legend, LayoutManager) - Constructor for class pl.edu.agh.cast.editpart.LegendEditPart
Constructor.
LegendElement_label - Static variable in class pl.edu.agh.cast.util.Messages
 
LegendFigure - Class in pl.edu.agh.cast.backward.figure
A figure for displaying diagram Legend.
LegendFigure(Legend, LegendEditPart) - Constructor for class pl.edu.agh.cast.backward.figure.LegendFigure
Creates new legend figure.
legendFigure - Variable in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
Reference to legend figure object.
LINE_COLOR - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Line color changed event.
LINE_THICKNESS - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Line thickness changed event.
Link - Class in pl.edu.agh.cast.model.mapper
The link represents the raw connection between nodes in the base model.
Link(Map) - Constructor for class pl.edu.agh.cast.model.mapper.Link
Creates the link from key : value pairs.
Link(Node, Node, String, int) - Constructor for class pl.edu.agh.cast.model.mapper.Link
Creates the link from given set of attributes.
Link(long, long, String, int) - Constructor for class pl.edu.agh.cast.model.mapper.Link
Lazy binding constructor.
Link(Node, Node, String, Priority, String, String) - Constructor for class pl.edu.agh.cast.model.mapper.Link
 
Link(Node, Node, String, Priority) - Constructor for class pl.edu.agh.cast.model.mapper.Link
 
Link(Node, Node, String, Priority, String, String, int, int) - Constructor for class pl.edu.agh.cast.model.mapper.Link
 
link(Node, Object, String) - Method in class pl.edu.agh.cast.model.mapper.Node
Link creator.
link(Node, Direction, String, Priority) - Method in class pl.edu.agh.cast.model.mapper.Node
Links this node with given node.
LinkLoader - Interface in pl.edu.agh.cast.model.mapper
This interface is used in class-specific link loading.
links(String, Object) - Method in class pl.edu.agh.cast.model.mapper.Node
Links accessor.
links(String) - Method in class pl.edu.agh.cast.model.mapper.Node
Returns links with given name.
links(String, Direction) - Method in class pl.edu.agh.cast.model.mapper.Node
Find all links with given name, with direction direction.
LinkSaver - Interface in pl.edu.agh.cast.model.mapper
This interface is used in class-specific link saving.
ListAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
An AttributeValue validator for lists of strings.
ListAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.ListAttributeValidator
 
ListColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Column label provider for data row objects.
ListColumnLabelProvider(int, BrokenDataInfo) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListColumnLabelProvider
The default constructor.
ListColumnLabelProvider(int) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListColumnLabelProvider
Constructor.
ListColumnLabelProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Column label provider for data row objects.
ListColumnLabelProvider(int, String, ErrorsLog, int) - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
The default constructor.
ListColumnLabelProvider(int) - Constructor for class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
Constructor.
ListContentProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides content for list elements.
ListContentProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListContentProvider
 
ListContentProvider - Class in pl.edu.agh.cast.importer.wizard.util.provider
Provides content for list elements.
ListContentProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.util.provider.ListContentProvider
 
ListLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides content and color for data rows.
ListLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
 
listToInputEntries(List<? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
Converts a list of data sets into a map indexed by input entries.
loadAttribute(Node, List<Link>) - Method in interface pl.edu.agh.cast.model.mapper.AttributeLoader
Create attribute based on base model node and collection of its links.
loadData(TabularData, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics
Converts data into IDataSet.
loadData(TabularData, Map<Integer, Integer>, BrokenDataInfo) - Method in class pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics
Converts data into IDataSet.
loadData(TabularData, Map<Integer, Integer>, BrokenDataInfo) - Method in class pl.edu.agh.cast.model.base.AbstractModelDataLoader
Transforms the data given as tabular data to abstract model data set.
loadData(TabularData, Map<Integer, Integer>) - Method in interface pl.edu.agh.cast.model.base.IDataLoader
Converts data into IDataSet.
LOADER - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Loader node in the model exsd.
Loader - Interface in pl.edu.agh.cast.model.mapper
The loader interface is used load mapped objects from the data source.
loadItems() - Method in interface pl.edu.agh.cast.navigator.INavigatorItemProvider
(Re)loads the items.
loadItems() - Method in class pl.edu.agh.cast.navigator.provider.DomainDataSetNavigatorItemProvider
(Re)loads the items.
loadItems() - Method in class pl.edu.agh.cast.navigator.provider.PresentationDataSetNavigatorItemProvider
(Re)loads the items.
loadLink(List<Mappable>) - Method in interface pl.edu.agh.cast.model.mapper.LinkLoader
Load elements linked to the object in class specific way.
loadPreview(String, Template) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Loads a data preview by importing a given amount of rows (PREVIEW_ROWS_LIMIT) of a specified data file, with use of a specified template.
loadPreview(Charset, List<ITokenizerOption>, int) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Loads a data preview by importing a given amount of rows (PREVIEW_ROWS_LIMIT) of a specified data file, with use of a tokenizer of a specified identifier and its options.
loadTemplateBtn - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Button to load a specified template.
loadTemplateFromFile(String) - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Imports and loads a new template from an XML file.
LOCATION - Static variable in class pl.edu.agh.cast.model.visual.backward.Legend
Name of the Location changed event.
location - Variable in class pl.edu.agh.cast.model.visual.backward.Legend
Location of the legend.
LOCATION - Static variable in class pl.edu.agh.cast.model.visual.backward.Node
Name of the Location changed event.
location - Variable in class pl.edu.agh.cast.model.visual.backward.Node
Location of the node.
location - Variable in class pl.edu.agh.cast.model.visual.Legend
Location of the legend.
location - Variable in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Location of mouse cursor while dropping the handle
LOCATION_EVENT - Static variable in class pl.edu.agh.cast.model.visual.Legend
The name of the location change event.
LOCATION_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The name of the location change event.
log - Static variable in class pl.edu.agh.cast.backward.editor.AbstractEditor
Logger for editor.
log - Static variable in class pl.edu.agh.cast.backward.editor.action.EditorAction
Logger.
log - Static variable in class pl.edu.agh.cast.editor.AbstractEditor
Logger for editor.
log - Static variable in class pl.edu.agh.cast.editor.action.EditorAction
Logger.
LOG - Static variable in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
The logger.
log - Static variable in class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
The logger.
log - Static variable in class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
The logger.
log - Static variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The logger.
log - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Logger for this class.
log - Static variable in class pl.edu.agh.cast.resource.AbstractVisualResourcesProvider
Logger.
log - Static variable in class pl.edu.agh.cast.ui.AbstractConfigurableView
Logger
log - Variable in class pl.edu.agh.cast.ui.AbstractContentProvider
Logger.
LOG_CONFIG_FILE - Static variable in class pl.edu.agh.cast.util.Configuration
Log4J configuration file.
LOG_DIRECTORY - Static variable in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
The output directory to store the logger files in.
logFileExists(String, String) - Static method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Checks whether a log file for the current project location and data set id already exists.
LoggingOutputStream - Class in pl.edu.agh.cast.util.logging
An output stream that writes contents to a Logger upon each call to LoggingOutputStream.flush().
LoggingOutputStream(Logger, Priority) - Constructor for class pl.edu.agh.cast.util.logging.LoggingOutputStream
Constructor.
LoggingUtil - Class in pl.edu.agh.cast.util.logging
Utility methods for logger management.
LoggingUtil() - Constructor for class pl.edu.agh.cast.util.logging.LoggingUtil
 
logRowError(DataRow, int, ErrorType, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
logRowError(DataRow, ErrorType, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
logTokenError(DataRow, ConversionRuleException, ErrorType, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
logTokenError(DataRow, ConversionRuleException, List<IImportLogger>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
LongColumnType - Class in pl.edu.agh.cast.dataview.column.type.impl
Column type for Long type elements.
LongColumnType() - Constructor for class pl.edu.agh.cast.dataview.column.type.impl.LongColumnType
 
LongEqualsColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Equals filter for Long column type.
LongEqualsColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.LongEqualsColumnFilter
 
LongLessThanFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Less than filter for Long column type.
LongLessThanFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.LongLessThanFilter
 
lookup(Object) - Method in class pl.edu.agh.cast.model.visual.backward.NodeIndexer
Returns list of nodes that have the indexing attribute value equal to value.

M

M_DIAGRAM - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_CONTEXT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_CONTEXT_2 - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_EXPORT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_LAYOUT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_NEW - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_SAVE - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_DIAGRAM_SEARCH - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_EDIT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_EDIT_COPYPASTE - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_EDIT_FIND - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_EDIT_UNDOREDO - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_HELP - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_HELP_ABOUT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_HELP_CONTENTS - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_HELP_UPDATES - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT_END - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT_IMPORT - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT_MODIFY - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT_NEW - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_PROJECT_OPEN - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_VIEW - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_VIEW_ALIGN_HORIZONTAL - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_VIEW_ALIGN_VERTICAL - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
M_VIEW_ZOOM - Static variable in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Dialog inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
Main method to display this org.eclipse.swt.widgets.Composite inside a new Shell - for easier tests only.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.data.ui.template.ParametersComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.dialog.SplitColumnsDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
main(String[]) - Static method in class pl.edu.agh.cast.path2.SearchDialog
Main function for testing
main(String[]) - Static method in class pl.edu.agh.cast.ui.dialogs.search.AdvancedSearchDialog
Auto-generated main method to display this org.eclipse.swt.widgets.Dialog inside a new Shell.
mainEntities - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Main entities of the imported data.
MainEntityComposite - Class in pl.edu.agh.cast.data.ui.importer.wizard
Main composite of the MainEntityPage.
MainEntityComposite(Composite, int, MainEntityPage) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
The default constructor.
mainEntityComposite - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
Main conposite of the page.
mainEntityPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Fourth page of the import wizard: main entities page.
MainEntityPage - Class in pl.edu.agh.cast.data.ui.importer.wizard
Page of the template import wizard, which serves for main entities selection.
MainEntityPage(String, String) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
The default constructor.
makeActions() - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Create actions which are used in this view.
makeActions() - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Create actions which are used in this view.
makeActions(IWorkbenchWindow) - Method in class pl.edu.agh.cast.ui.advisor.ApplicationActionBarAdvisor
 
makeActions() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Create actions which are used in this view.
makeActions() - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
 
ManyToManyRelation - Class in pl.edu.agh.cast.data.model.general
Default implementation of IManyToManyRelation interface.
ManyToManyRelation() - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Default constructor.
ManyToManyRelation(UUID, List<? extends IEntity>, List<? extends IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Creates new many-to-many relation with given ID, source and target entities and direction.
ManyToManyRelation(IGeneralDataSet<? extends IGeneralElement>, List<? extends IEntity>, List<? extends IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Creates new many-to-many relation with given data set, source and target entities, direction and newly-generated ID.
ManyToManyRelation(UUID, IGeneralDataSet<? extends IGeneralElement>, List<? extends IEntity>, List<? extends IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Creates new many-to-many relation with given ID, data set, source and target entities and direction.
ManyToManyRelation(Type) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Initializes element with type.
ManyToManyRelation(Type, UUID, List<? extends IEntity>, List<? extends IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Initializes element with type, ID, source and target entities lists and direction flag.
ManyToManyRelation(Type, UUID, IGeneralDataSet<? extends IGeneralElement>, List<? extends IEntity>, List<? extends IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Initializes element with type, ID, data set, source and target entities lists and direction flag.
ManyToManyRelationsContentProvider - Class in pl.edu.agh.cast.dataview.provider.impl
Content provider for IDataSet.
ManyToManyRelationsContentProvider() - Constructor for class pl.edu.agh.cast.dataview.provider.impl.ManyToManyRelationsContentProvider
 
MapAttribute - Annotation Type in pl.edu.agh.cast.model.mapper.annotation
Map attribute to metamodel node.
MapLink - Annotation Type in pl.edu.agh.cast.model.mapper.annotation
Map link between two objects to metamodel link.
Mappable - Interface in pl.edu.agh.cast.model.mapper
The mappable interface should be implemented by all classes mapped to the base model.
mappedAttributeMethods(Class) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Find all methods which have the MapAttribute annotation present.
mappedClass(String, Map<String, Class>) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Returns the class for given type name and type map.
mappedLinkMethods(Class) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Find all methods which have the MapAttribute annotation present.
mappedTypeName(Class) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Get mapped type name for given class.
Mapper - Class in pl.edu.agh.cast.model.mapper
Mapper is a gate between model and persistence system.
Mapping - Annotation Type in pl.edu.agh.cast.model.mapper.annotation
Indicates that given class is mapped to the metamodel (node).
MappingWizardPage - Class in pl.edu.agh.cast.data.ui.template
New template wizard: page for preview and mapping data to domain model.
MappingWizardPage(String, String) - Constructor for class pl.edu.agh.cast.data.ui.template.MappingWizardPage
Creates new mapping page basing on columns names and tabular data.
MARK_AS_LABEL_EVENT - Static variable in class pl.edu.agh.cast.data.model.visual.IVisualDataSet.Events
The 'mark as label' event.
markLayoutInitialized() - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Marks that a layout has been just initialized.
markLayoutInitialized() - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Marks that a layout has been just initialized.
markPropertyAsLabel(Type, PresentationPropertyDescriptor, boolean) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Marks given property as label for given type.
markPropertyAsLabel(PresentationPropertyDescriptor, boolean) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Marks given property as label.
markPropertyAsLabel(Type, PresentationPropertyDescriptor, boolean) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Marks given property as label for given type.
markPropertyAsLabel(PresentationPropertyDescriptor, boolean) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Marks given property as label.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeManagerConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeValuesConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.VisualModelCachingFactoryConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.data.template.ColumnsParametersConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.data.template.ModelToDataMappingConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.data.template.TemplateFormatConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class pl.edu.agh.cast.importer.base.template.internal.SimpleDateFormatXStreamConverter
matchCase - Variable in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Whether case should be matched.
matches(Node) - Method in class pl.edu.agh.cast.backward.editor.operation.search.filters.ColorParameterFilter
Checks if given Node matches filter criteria.
matches(Node) - Method in class pl.edu.agh.cast.backward.editor.operation.search.filters.DateParameterFilter
Checks if given Node matches filter criteria.
matches(Node) - Method in interface pl.edu.agh.cast.backward.editor.operation.search.filters.IParameterFilter
Checks if given Node matches filter criteria.
matches(Node) - Method in class pl.edu.agh.cast.backward.editor.operation.search.filters.NumericParameterFilter
Checks if given Node matches filter criteria.
matches(Node) - Method in class pl.edu.agh.cast.backward.editor.operation.search.filters.StringParameterFilter
Checks if given Node matches filter criteria.
matches(IPropertyContainer) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Checks if this property container matches the property container argument.
matches(IPropertyContainer) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Checks if this property container matches the property container argument.
matchesDataSets(ConverterSpecification, List<? extends IDataSet<? extends IElement>>) - Static method in class pl.edu.agh.cast.data.converter.ConverterMatchingUtil
Checks if the given list of data sets meets the converter specification.
matchesInputEntities(ConverterSpecification, MultiMap<ConverterInputEntry, ? extends IDataSet<? extends IElement>>) - Static method in class pl.edu.agh.cast.data.converter.ConverterMatchingUtil
Checks if the given map of data sets meets the converter specification.
matchesTypes(ConverterSpecification, List<Type>) - Static method in class pl.edu.agh.cast.data.converter.ConverterMatchingUtil
Checks if given list of types meets the converter specification.
mediator - Variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
The mediating combobox table creator.
mediator - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The mediating conversion rules selection page.
MENU_TEXT - Static variable in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
Action localized name.
MENU_TEXT - Static variable in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
Action localized name.
MENU_TEXT - Static variable in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
Action localized name.
MENU_TEXT - Static variable in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
Action localized name.
MENU_TEXT - Static variable in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
Action localized name.
MERGE_POLICY_ALWAYS_FIRST - Static variable in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
A merge policy that always returns the first value.
MERGE_POLICY_ALWAYS_SECOND - Static variable in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
A merge policy that always returns the second value.
MERGE_POLICY_LOGICAL_AND - Static variable in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
A merge policy that always returns the logical conjunction (AND) of given values.
MERGE_POLICY_LOGICAL_OR - Static variable in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
A merge policy that always returns the logical alternative (OR) of given values.
mergeValues(Attribute, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysFirst
Merges two Attribute values into one.
mergeValues(Attribute, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyAlwaysSecond
Merges two Attribute values into one.
mergeValues(Attribute, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalAnd
Merges two Attribute values into one.
mergeValues(Attribute, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy.MergePolicyLogicalOr
Merges two Attribute values into one.
mergeValues(Attribute, Object, Object) - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
Merges two Attribute values into one.
Messages - Class in pl.edu.agh.cast.data.util
 
Messages - Class in pl.edu.agh.cast.dataview.util
 
Messages - Class in pl.edu.agh.cast.importer.base.util
 
Messages - Class in pl.edu.agh.cast.importer.wizard.util
 
Messages - Class in pl.edu.agh.cast.model.base.util
 
Messages - Class in pl.edu.agh.cast.schema.editor.util
 
Messages - Class in pl.edu.agh.cast.schema.model.util
 
Messages - Class in pl.edu.agh.cast.util
 
Messages - Class in pl.edu.agh.cast.zestalgorithms
Messages.
MetaPermanentProperty - Class in pl.edu.agh.cast.data.model.property
Meta property describing permanent properties.
MetaPermanentProperty(String, PropertyType, boolean, Method, Method) - Constructor for class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Creates new permanent meta property (writable by default if setter exists).
MetaPermanentProperty(String, String, PropertyType, boolean, Method, Method) - Constructor for class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Creates new permanent meta property (writable by default if setter exists).
MetaPermanentProperty(String, String, PropertyType, boolean, Method, Method, boolean) - Constructor for class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Creates new permanent meta property with the given writable flag.
MetaProperty - Class in pl.edu.agh.cast.data.model.property
Meta property is a class for describing IElements' and IDataSets' Property'ies.
MetaProperty(String, PropertyType, boolean, boolean) - Constructor for class pl.edu.agh.cast.data.model.property.MetaProperty
Creates new meta property.
MetaProperty(String, String, PropertyType, boolean, boolean) - Constructor for class pl.edu.agh.cast.data.model.property.MetaProperty
Creates new meta property.
MetaPropertyEvent - Class in pl.edu.agh.cast.data.model.property
Class representing an event related to MetaProperty'ies.
MetaPropertyEvent(MetaPropertyEvent.EventType, MetaProperty) - Constructor for class pl.edu.agh.cast.data.model.property.MetaPropertyEvent
Initializes new event.
MetaPropertyEvent.EventType - Enum in pl.edu.agh.cast.data.model.property
Enumeration of MetaPropertyEvent event types.
MetaPropertyManager - Class in pl.edu.agh.cast.data.model.property
Manager of MetaProperty'ies.
MetaPropertyManager() - Constructor for class pl.edu.agh.cast.data.model.property.MetaPropertyManager
 
MetaTransientProperty - Class in pl.edu.agh.cast.data.model.property
Meta property describing transient properties.
MetaTransientProperty(String, PropertyType, boolean, Method) - Constructor for class pl.edu.agh.cast.data.model.property.MetaTransientProperty
Creates new permanent meta property (non-writable by default).
MetaTransientProperty(String, String, PropertyType, boolean, Method) - Constructor for class pl.edu.agh.cast.data.model.property.MetaTransientProperty
Creates new permanent meta property (non-writable by default).
MockImporterPluginRegistryProvider - Class in pl.edu.agh.cast.importer.wizard.util
Importer plugin registry provider for test use only.
MockImporterPluginRegistryProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.util.MockImporterPluginRegistryProvider
The default constructor.
MockModelPluginRegistryProvider - Class in pl.edu.agh.cast.importer.wizard.util
Model plugin registry provider for test use only.
MockModelPluginRegistryProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.util.MockModelPluginRegistryProvider
The default constructor.
MockWizardPluginRegistryProvider - Class in pl.edu.agh.cast.importer.wizard.util
Wizard plugin registry provider for test use only.
MockWizardPluginRegistryProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.util.MockWizardPluginRegistryProvider
The default constructor.
model - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Model of the imported data.
model - Variable in class pl.edu.agh.cast.model.base.DataSet
The model which this data set belongs to.
Model - Class in pl.edu.agh.cast.model.base
Default implementation of the IModel interface.
Model() - Constructor for class pl.edu.agh.cast.model.base.Model
The default constructor.
Model(String) - Constructor for class pl.edu.agh.cast.model.base.Model
Parametrized constructor.
model - Variable in class pl.edu.agh.cast.model.visual.Diagram
Presentation data set which represents diagram's model.
MODEL_EXTENSION_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Model extension point id.
MODEL_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Model id attribute in the model exsd.
MODEL_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Model name attribute in the model exsd.
MODEL_PROPS - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the file where model properties are stored.
ModelColumn - Class in pl.edu.agh.cast.model
The class which represents model column which is chosen in template wizard during column mapping.
ModelColumn(String, String, int, String, boolean, String) - Constructor for class pl.edu.agh.cast.model.ModelColumn
Constructor.
ModelColumnComparator - Class in pl.edu.agh.cast.model
Comparator that compares model columns by their names.
ModelColumnComparator() - Constructor for class pl.edu.agh.cast.model.ModelColumnComparator
 
ModelColumnParameter - Class in pl.edu.agh.cast.model
 
ModelColumnParameter(String) - Constructor for class pl.edu.agh.cast.model.ModelColumnParameter
 
ModelColumnParameter(String, String) - Constructor for class pl.edu.agh.cast.model.ModelColumnParameter
 
ModelEditorInput - Class in pl.edu.agh.cast.backward.resources
IEditorInput providing CAST data model and diagram IFile.
ModelEditorInput(Collection<IDataSet>, IFile) - Constructor for class pl.edu.agh.cast.backward.resources.ModelEditorInput
Creates new instance of model editor input.
ModelEditorInput<M extends IDataSet<?>> - Class in pl.edu.agh.cast.editor.input
Default implementation of IModelEditorInput - see for more details.
ModelEditorInput(M) - Constructor for class pl.edu.agh.cast.editor.input.ModelEditorInput
Constructor.
ModelElement - Class in pl.edu.agh.cast.model.visual.backward
An abstract class for a visual model element.
ModelElement() - Constructor for class pl.edu.agh.cast.model.visual.backward.ModelElement
Initializes new instance.
ModelElementPropertyHolder_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
ModelElementPropertyManager_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
ModelElementTransfer - Class in pl.edu.agh.cast.ui.outline.dnd
Drag'n'drop Transfer for diagram outline view.
ModelElementTransfer() - Constructor for class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
 
ModelException - Exception in pl.edu.agh.cast.data.model
Exception related to basic CAST model operation.
ModelException() - Constructor for exception pl.edu.agh.cast.data.model.ModelException
Empty constructor.
ModelException(String) - Constructor for exception pl.edu.agh.cast.data.model.ModelException
Constructor.
ModelException(Throwable) - Constructor for exception pl.edu.agh.cast.data.model.ModelException
Constructor.
ModelException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.model.ModelException
Constructor.
ModelHelper - Class in pl.edu.agh.cast.data.model
A helper class for manipulating basic model.
ModelHelper() - Constructor for class pl.edu.agh.cast.data.model.ModelHelper
 
ModelInfo - Class in pl.edu.agh.cast.data.ui.template
Holds and maintains the information about a specific model.
ModelInfo(String) - Constructor for class pl.edu.agh.cast.data.ui.template.ModelInfo
The default constructor.
ModelInfo - Class in pl.edu.agh.cast.model
Holds and maintains the information about a specific domain model.
ModelInfo(String, String) - Constructor for class pl.edu.agh.cast.model.ModelInfo
The default constructor.
ModelInfo(String) - Constructor for class pl.edu.agh.cast.model.ModelInfo
Constructor.
ModelInfo_Boolean - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_ColumnOptional - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_ColumnRequired - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_Date - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_DomainModelDetails - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Double - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Long - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Name - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Optional - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Required - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_String - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_Type - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfo_TypeBoolean - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_TypeDate - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_TypeDouble - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_TypeLong - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_TypeString - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfo_Use - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ModelInfoColumn_Name - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfoColumn_Type - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelInfoColumn_Use - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ModelToDataMappingConverter - Class in pl.edu.agh.cast.data.template
Converter for the template's mapping of model column indexes to data columns.
ModelToDataMappingConverter() - Constructor for class pl.edu.agh.cast.data.template.ModelToDataMappingConverter
 
modelToDiagram(ModelEditorInput) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
 
modelToDiagram(ModelEditorInput<? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.editor.AbstractEditor
Convert the model editor input into diagram.
modelToDiagram(ModelEditorInput<? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
Convert the model editor input into diagram.
ModelUtil - Class in pl.edu.agh.cast.model
The ModeluUtil class is a helper for accessing data retrieved from extension points defined by 'Base' plug-in.
ModelUtil() - Constructor for class pl.edu.agh.cast.model.ModelUtil
The default constructor.
ModelUtil(IModelPluginRegistryProvider) - Constructor for class pl.edu.agh.cast.model.ModelUtil
Constructor which allows to set custom IModelPluginRegistryProvider instance.
ModfiyPropertiesCommand - Class in pl.edu.agh.cast.command
Command which modifies given properties.
ModfiyPropertiesCommand(Map<String, Property<? extends MetaProperty>>, Map<String, Object>) - Constructor for class pl.edu.agh.cast.command.ModfiyPropertiesCommand
Constructor.
ModifyAttributesCommand - Class in pl.edu.agh.cast.backward.command
Sets new values in AttributeValueContainer.
ModifyAttributesCommand(AttributeValueContainer, Collection<AttributeValue>) - Constructor for class pl.edu.agh.cast.backward.command.ModifyAttributesCommand
Creates new instance of attribute modification command.
ModifyAttributesCommand_Label - Static variable in class pl.edu.agh.cast.util.Messages
 
ModifyPresentationElementCommand - Class in pl.edu.agh.cast.command
Modifies properties for presentation element including modification of visual and original elements associated with the presentation element.
ModifyPresentationElementCommand(IPresentationElement<? extends IElement>, MultiMap<IPresentationElement.PropertyCategory, PropertyTreeEntry>) - Constructor for class pl.edu.agh.cast.command.ModifyPresentationElementCommand
Constructor.
modifyText(ModifyEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
modifyText(ModifyEvent) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
MostRecentlyUsedProject - Class in pl.edu.agh.cast.project
A wrapper for most recently used project information.
MostRecentlyUsedProject(String, List<String>) - Constructor for class pl.edu.agh.cast.project.MostRecentlyUsedProject
Creates new MRU descriptor.
MoveBendpointCommand - Class in pl.edu.agh.cast.schema.editor.command.bendpoints
Command moving bend points.
MoveBendpointCommand() - Constructor for class pl.edu.agh.cast.schema.editor.command.bendpoints.MoveBendpointCommand
 
MoveNodeCommand - Class in pl.edu.agh.cast.schema.editor.command
Moves schema diagram elements.
MoveNodeCommand(NodeEditPart, Point, Point) - Constructor for class pl.edu.agh.cast.schema.editor.command.MoveNodeCommand
Constructor.
MoveNodeCommand_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
MsgBoxHelper - Class in pl.edu.agh.cast.ui.util
Shows different styles of message boxes.
MsgBoxHelper(Composite) - Constructor for class pl.edu.agh.cast.ui.util.MsgBoxHelper
Constructor.
MultiMap<K,V> - Class in pl.edu.agh.cast.common.collections
This class implements a multi-map functionality.
MultiMap() - Constructor for class pl.edu.agh.cast.common.collections.MultiMap
Creates new instance using HashMap as underlying map.
MultiMap(boolean) - Constructor for class pl.edu.agh.cast.common.collections.MultiMap
Creates new instance using HashMap as underlying map.
MultiMap(Map<K, List<V>>) - Constructor for class pl.edu.agh.cast.common.collections.MultiMap
Creates new instance using map as underlying map.
MultiMap(Map<K, List<V>>, boolean) - Constructor for class pl.edu.agh.cast.common.collections.MultiMap
Creates new instance using map as underlying map.

N

NAME - Static variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Name of the Diagram name changed event.
NAME_SEPARATOR - Static variable in interface pl.edu.agh.cast.resource.IVisualResource
A character used to separate parts of image name such as size, variant and right name.
NAMESPACE_ATTR_VALUE - Static variable in class pl.edu.agh.cast.data.template.Template
The namespace constant.
nativeToJava(TransferData) - Method in class pl.edu.agh.cast.ui.outline.dnd.ModelElementTransfer
NavigatorContentProvider - Class in pl.edu.agh.cast.navigator.ui
Provides contents of the navigator tree view.
NavigatorContentProvider(Viewer, AbstractConfigurableView) - Constructor for class pl.edu.agh.cast.navigator.ui.NavigatorContentProvider
Constructor.
NavigatorLabelProvider - Class in pl.edu.agh.cast.navigator.ui
Class providing labels and images for objects in the navigator tree.
NavigatorLabelProvider() - Constructor for class pl.edu.agh.cast.navigator.ui.NavigatorLabelProvider
Default empty constructor.
NavigatorLabelProvider_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorNameSorter - Class in pl.edu.agh.cast.navigator.ui
Sorter class for NavigatorTreeItem.
NavigatorNameSorter() - Constructor for class pl.edu.agh.cast.navigator.ui.NavigatorNameSorter
Default empty constructor.
NavigatorProjectInfo - Class in pl.edu.agh.cast.navigator.ui
A control which is to display basic project (case) information at the top of navigation view.
NavigatorProjectInfo(Composite) - Constructor for class pl.edu.agh.cast.navigator.ui.NavigatorProjectInfo
Constructor.
NavigatorProjectInfo_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorProjectInfo_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorProjectInfo_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeItem - Class in pl.edu.agh.cast.navigator
The NavigatorTreeItem class represents single node in navigator tree which is held under root node.
NavigatorTreeItem(String, Image, List<INavigatorTreeItem>) - Constructor for class pl.edu.agh.cast.navigator.NavigatorTreeItem
Creates new navigator tree item.
NavigatorTreeItem(Object, String, Image) - Constructor for class pl.edu.agh.cast.navigator.NavigatorTreeItem
Creates new navigator tree item without children.
NavigatorTreeView - Class in pl.edu.agh.cast.navigator.ui
The NavigatorTreeView class responsible for displaying project tree view navigator.
NavigatorTreeView() - Constructor for class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
Default constructor.
NavigatorTreeView_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_10 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_11 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorTreeView_9 - Static variable in class pl.edu.agh.cast.util.Messages
 
NavigatorUtil - Class in pl.edu.agh.cast.navigator
Utility methods for project navigator.
NavigatorUtil() - Constructor for class pl.edu.agh.cast.navigator.NavigatorUtil
 
needsInitialLayout() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Whether the diagram needs to be initial laid out.
needsInitialLayout() - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Whether the diagram needs to be initial laid out.
NegationFilter - Class in pl.edu.agh.cast.dataview.column.filter.cnf
Negation filter.
NegationFilter(IFilter) - Constructor for class pl.edu.agh.cast.dataview.column.filter.cnf.NegationFilter
The constructor.
NegationFilter_Negation - Static variable in class pl.edu.agh.cast.dataview.util.Messages
 
NEW_DATA_SET_EVENT - Static variable in class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
The name of "new data set saved" event.
NEW_DATA_SETS_EVENT - Static variable in class pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
The name of "multiple new data sets saved" event.
NewFilterDialog - Class in pl.edu.agh.cast.dataview.ui.filter
Filter value input dialog.
NewFilterDialog(Shell, DataViewColumnFilter, Set<String>) - Constructor for class pl.edu.agh.cast.dataview.ui.filter.NewFilterDialog
Creates instance of NewFilterDialog.
NewTemlpateWizardMappingPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemlpateWizardMappingPage_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemlpateWizardParametersPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemlpateWizardParametersPage_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite - Class in pl.edu.agh.cast.data.ui.template
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
NewTemplateComposite(Composite, int, NewTemplateWizardPage) - Constructor for class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
The default constructor.
NewTemplateComposite_CHOOSE_DF - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_CHOOSE_FF - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_CHOOSE_PREPROC - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_NO_IMPORT_DESC - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_NO_PREPROCESSOR - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_PRE_NO_DESC - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_PREVIEW_NOT_AVAL - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateComposite_PROT_PREVIEW - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizard - Class in pl.edu.agh.cast.data.ui.template
The wizard which leads the users through a new template creation process.
NewTemplateWizard() - Constructor for class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
The default constructor.
NewTemplateWizard_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizard_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizardPage - Class in pl.edu.agh.cast.data.ui.template
First page of the template creation wizard, which servers for selection of all basic information that are required by the new template.
NewTemplateWizardPage(String) - Constructor for class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
The default constructor.
NewTemplateWizardPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizardPage_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizardPage_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizardPage_ImporterNotOk - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NewTemplateWizardTemplateComposite_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
NO_STD_OUT_ERR_REDIRECT - Static variable in class pl.edu.agh.cast.Activator
The application argument flag for switching off standard output and error stream redirection.
Node - Class in pl.edu.agh.cast.model.mapper
Metamodel node.
Node(Map) - Constructor for class pl.edu.agh.cast.model.mapper.Node
Parameterized constructor.
Node(String) - Constructor for class pl.edu.agh.cast.model.mapper.Node
Parameterized constructor.
Node(String, Object) - Constructor for class pl.edu.agh.cast.model.mapper.Node
Parameterized constructor.
Node - Class in pl.edu.agh.cast.model.visual.backward
Class representing nodes of IDiagram.
Node(String, boolean, NodeAttributeManager) - Constructor for class pl.edu.agh.cast.model.visual.backward.Node
Creates new Node instance.
Node(String, boolean, NodeAttributeManager, Point) - Constructor for class pl.edu.agh.cast.model.visual.backward.Node
Creates new Node instance in specified location.
NODE - Static variable in class pl.edu.agh.cast.util.Images
Node icon image filename.
NODE_ICON_FACTORY - Static variable in class pl.edu.agh.cast.Activator
Name of the factory attribute of pl.edu.agh.cast.nodeIcons extension point.
Node_label - Static variable in class pl.edu.agh.cast.util.Messages
 
NodeAttributeManager - Class in pl.edu.agh.cast.model.attributes
This class represents AttributeManagers which are to manage attributes of Nodes.
NodeAttributeManager() - Constructor for class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Default constructor.
NodeAttributeManager(Collection<IDataSet>) - Constructor for class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Initializes new instance with attributes defined for IEntity'ies in given IDataSets.
nodeAttributeManager - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Node attribute manager.
nodeAttributeManager - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Node attribute manager to use for all nodes.
NodeCreationToolEntry - Class in pl.edu.agh.cast.schema.editor.palette
Entry used in palate for node creation tool.
NodeCreationToolEntry(String, String, CreationFactory, ImageDescriptor, ImageDescriptor) - Constructor for class pl.edu.agh.cast.schema.editor.palette.NodeCreationToolEntry
Constructor.
NodeCreationToolEntry_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
NodeDirectEditPolicy - Class in pl.edu.agh.cast.policy
Provides a direct edit policy for an edit part.
NodeDirectEditPolicy() - Constructor for class pl.edu.agh.cast.policy.NodeDirectEditPolicy
 
NodeDropTargetListener - Class in pl.edu.agh.cast.schema.editor.dnd
Drop target listener responsible for creating new nodes from the palate using drag&drop.
NodeDropTargetListener(EditPartViewer) - Constructor for class pl.edu.agh.cast.schema.editor.dnd.NodeDropTargetListener
Constructor.
NodeFactory - Class in pl.edu.agh.cast.model.visual.backward
Class responsible for creating new nodes.
NodeFactory(String, String) - Constructor for class pl.edu.agh.cast.model.visual.backward.NodeFactory
Creates new factory.
NodeFigure - Class in pl.edu.agh.cast.backward.figure
A node figure with an icon and a multi-line, centered text.
NodeFigure() - Constructor for class pl.edu.agh.cast.backward.figure.NodeFigure
Creates an empty figure.
NodeFigure(String, String) - Constructor for class pl.edu.agh.cast.backward.figure.NodeFigure
Creates new node figure.
NodeFigure - Class in pl.edu.agh.cast.figure
A node figure with an icon and a multi-line, centered text.
NodeFigure() - Constructor for class pl.edu.agh.cast.figure.NodeFigure
Creates an empty figure.
NodeFigure(String, String, ImageSize) - Constructor for class pl.edu.agh.cast.figure.NodeFigure
Creates new node figure.
NodeIcon - Class in pl.edu.agh.cast.backward.figure.icons
Representation of diagram icon specific for given node type.
NodeIcon(String, String, ImageDescriptor, ImageDescriptor, String) - Constructor for class pl.edu.agh.cast.backward.figure.icons.NodeIcon
Constructor.
NodeIconProvider - Class in pl.edu.agh.cast.backward.figure.icons
Provides uniform and centralized way of accessing NodeIcons.
NodeIndexer - Class in pl.edu.agh.cast.model.visual.backward
Class for indexing Nodes based on the specified attribute.
NodeIndexer(VisualModelCachingFactory) - Constructor for class pl.edu.agh.cast.model.visual.backward.NodeIndexer
Creates node indexer with index built based on NodeAttributeManager.PERMANENT_ID attribute.
NodeIndexer(VisualModelCachingFactory, String) - Constructor for class pl.edu.agh.cast.model.visual.backward.NodeIndexer
Creates node indexer with index built based on attribute attribute.All types of nodes are indexed.
NodeIndexer(VisualModelCachingFactory, String, String) - Constructor for class pl.edu.agh.cast.model.visual.backward.NodeIndexer
Creates node indexer with index built based on attribute attribute.
NodeIndexer(VisualModelCachingFactory, String, String, IProgressMonitor) - Constructor for class pl.edu.agh.cast.model.visual.backward.NodeIndexer
Creates node indexer with index built based on attribute attribute.
nodes - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
Mapping: node id - node
NodesFinder_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
NodesFinder_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
NONE - Static variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Constant indicating that the data should NOT be sorted.
notifyColumnUpdate(ModelColumn) - Method in class pl.edu.agh.cast.data.ui.template.ParametersWizardPage
Method used by the ParametersComposite to notify about a model column update change (about addition of its' parameters possible values).
notifyDataChanged() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Notifies when some data had changed and reacts accordingly to the current state of the import page.
notifyError(AbstractErrorLogData) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
Notifies when an error occurs.
notifyError(AbstractErrorLogData) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Notifies when an error occurs.
notifyError(AbstractErrorLogData) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportLogger
Notifies when an error occurs.
notifyFilePathChange(String) - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
Method called by the InitImportPageComposite when a filePath has changed.
notifyLoggers(List<IImportLogger>, AbstractErrorLogData) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
notifyOptionsChange() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
Notifies when importer options are modified.
notifyRemoved(DataRow) - Method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Notifies when row is removed.
notifyRemoved(DataRow) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
Notifies when a row is removed.
notifyRemoved(DataRow) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Notifies when a row is removed.
notifyRemoved(DataRow) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataObserver
Notifies when a row is removed.
notifyRemoved(DataRow) - Method in interface pl.edu.agh.cast.rawdata.logging.IRawDataObserver
Notifies when row is removed.
notifyRestored(DataRow) - Method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Notifies when row is restored.
notifyRestored(DataRow) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
Notifies when a row is restored.
notifyRestored(DataRow) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Notifies when a row is restored.
notifyRestored(DataRow) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataObserver
Notifies when a row is restored.
notifyRestored(DataRow) - Method in interface pl.edu.agh.cast.rawdata.logging.IRawDataObserver
Notifies when row is restored.
notifyTemplateSelection(IImportTemplate) - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
Method called by the InitImportPageComposite when a template is selected.
notifyValueChanged(DataRow, String, String) - Method in class pl.edu.agh.cast.data.logging.FileRawDataLogger
Notifies when new value is set in specified row.
notifyValueChanged(DataRow, int, Object, Object) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
Notifies when new value is set in a specified row.
notifyValueChanged(DataRow, int, Object, Object) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Notifies when new value is set in a specified row.
notifyValueChanged(DataRow, int, Object, Object) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataObserver
Notifies when new value is set in a specified row.
notifyValueChanged(DataRow, String, String) - Method in interface pl.edu.agh.cast.rawdata.logging.IRawDataObserver
Notifies when new value is set in specified row.
notifyWizardStrategySelection() - Method in class pl.edu.agh.cast.importer.wizard.page.InitImportPage
Method called by the InitImportPageComposite when a wizard strategy has changed.
NullFilter - Class in pl.edu.agh.cast.filter
Example filter - doesn't filter anything.
NullFilter() - Constructor for class pl.edu.agh.cast.filter.NullFilter
 
NumberSingleColumnRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Configuration dialog for all Integer single column conversion rules.
NumberSingleColumnRuleConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.NumberSingleColumnRuleConfigDialog
The default constructor.
NumberSingleColumnRuleConfigDialog_Number - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumberSingleColumnRuleConfigDialog_Part1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumberSingleColumnRuleConfigDialog_Part2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Dialog of the import wizard, which serves for configuration of data of numeric type.
NumericDataConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
The default constructor.
NumericDataConfigurationDialog_Apostrophe - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_ApplyToAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_Comma - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_DecimalSeparator - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_Dot - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_Space - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericDataConfigurationDialog_ThousandsSeparator - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
NumericFilterPanel - Class in pl.edu.agh.cast.ui.dialogs.search
SWT Control for configuring NumericParameterFilter.
NumericFilterPanel(Composite, int, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.NumericFilterPanel
Creates new numeric filter panel.
NumericParameterFilter - Class in pl.edu.agh.cast.backward.editor.operation.search.filters
Floating point number based parameter filter.
NumericParameterFilter(String, Double, Double) - Constructor for class pl.edu.agh.cast.backward.editor.operation.search.filters.NumericParameterFilter
Creates new floating point number based filter.

O

objectAccessor(Class, String) - Static method in class pl.edu.agh.cast.model.mapper.internal.Helper
Returns the name of the accessor (i.e.
objectCache - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
The object cache.
objectToString(Object) - Static method in class pl.edu.agh.cast.common.SerializationUtil
Serializes the given object to string using BASE64Encoder class.
ObservablePersistenceProvider - Class in pl.edu.agh.cast.data.persistence
Observable provider implementation.
ObservablePersistenceProvider(IPersistenceProvider) - Constructor for class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Constructor.
onAddEvent(String) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Handle Add event - add new property with given name.
onError(String, Exception) - Method in class pl.edu.agh.cast.data.template.export.AbstractExportTemplateAction
 
OneToOneRelation - Class in pl.edu.agh.cast.data.model.general
Default implementation of IOneToOneRelation interface.
OneToOneRelation() - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Default constructor.
OneToOneRelation(IEntity, IEntity, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Creates new one-to-one relation with given source and target entity, direction and newly-generated ID.
OneToOneRelation(UUID, IEntity, IEntity, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Creates new one-to-one relation with given ID, source and target entity and direction.
OneToOneRelation(IGeneralDataSet<? extends IGeneralElement>, IEntity, IEntity, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Creates new one-to-one relation with given data set, source and target entity, direction and newly-generated ID.
OneToOneRelation(UUID, IReferenceList<IEntity>, IReferenceList<IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Creates new one-to-one relation with given ID, source and target entity (in form of lists), direction.
OneToOneRelation(Type) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Initializes element with type.
OneToOneRelation(Type, UUID, IReferenceList<IEntity>, IReferenceList<IEntity>, boolean) - Constructor for class pl.edu.agh.cast.data.model.general.OneToOneRelation
Initializes element with given type, ID, source and target entity and direction.
onMarkAsLabelEvent(PropertyTreeEntry, boolean) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Handles Mark-as-Label event.
onOkEvent() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Handle OK event: save properties and disposes view.
onRemoveEvent(PropertyTreeEntry) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Handle Remove event: removes given entry if this is possible.
onSuccess(String) - Method in class pl.edu.agh.cast.data.template.export.AbstractExportTemplateAction
 
open() - Method in class pl.edu.agh.cast.backward.editor.EditorSaverSupportDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypesDialog
Displays the error dialog.
open() - Method in class pl.edu.agh.cast.data.ui.template.ImporterOptionsDialog
Displays the main dialog.
open() - Method in class pl.edu.agh.cast.dataview.ui.filter.NewFilterDialog
Opens filter value dialog.
open() - Method in class pl.edu.agh.cast.editor.EditorSaverSupportDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.AdvancedEncodingDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
Displays the error dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.ReplaceEmptyTokensDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
Opens the dialog.
open() - Method in class pl.edu.agh.cast.importer.wizard.dialog.SplitColumnsDialog
Opens the dialog.
open(String) - Method in class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
Opens dialog with current name specified for changes.
open() - Method in class pl.edu.agh.cast.ui.dialogs.FindDialog
Opens the dialog.
open(String) - Method in class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
Opens dialog with current name specified for changes.
open() - Method in class pl.edu.agh.cast.ui.dialogs.ProjectStartupDialog
Opens the dialog.
open() - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Opens view.
open() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Opens view.
open() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Opens associated view.
open() - Method in class pl.edu.agh.cast.ui.dialogs.search.AdvancedSearchDialog
 
open() - Method in class pl.edu.agh.cast.ui.dialogs.StatisticsDialog
Opens the dialog.
OpenDataTableEditor - Class in pl.edu.agh.cast.dataview.ui.action
Open Data Table Editor Action.
OpenDataTableEditor() - Constructor for class pl.edu.agh.cast.dataview.ui.action.OpenDataTableEditor
 
openEditorForSavedDiagram(IDiagram, IEditorDescriptor, IFile) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Opens editor from a saved diagram.
openEmptyEditor(IProject, IEditorDescriptor) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Opens a new empty editor of given type.
OpenEmptySchemaEditor - Class in pl.edu.agh.cast.schema.editor.action
An action which opens schema editor with empty diagram.
OpenEmptySchemaEditor() - Constructor for class pl.edu.agh.cast.schema.editor.action.OpenEmptySchemaEditor
Constructor.
OpenEmptySchemaEditor_Name - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
openNewEditor(IDataSet, IProject, IEditorDescriptor) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Opens a new editor for single data set.
openNewEditor(IModel, IProject, IEditorDescriptor) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Opens a new editor for the whole model.
openNewEditor(DataSetDescriptor) - Static method in class pl.edu.agh.cast.editor.EditorUtil
Opens new editor for DataSetDescriptor.
openNewTemplateDialog(String, ImportPageComposite) - Static method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
Creates and opens a new template wizard.
openNewTemplateDialog() - Static method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
Creates and opens a new template dialog.
openProject(String, boolean) - Method in class pl.edu.agh.cast.project.ProjectUtil
Opens existing project from specified directory.
OpenProjectAction - Class in pl.edu.agh.cast.navigator.ui.action
Open existing project from existing files.
OpenProjectAction() - Constructor for class pl.edu.agh.cast.navigator.ui.action.OpenProjectAction
 
OpenSampleSchemaEditor - Class in pl.edu.agh.cast.schema.editor.action
An action which opens timeline editor with sample diagram.
OpenSampleSchemaEditor() - Constructor for class pl.edu.agh.cast.schema.editor.action.OpenSampleSchemaEditor
Constructor.
OpenSampleSchemaEditor_Name - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
OperationConfirmation - Static variable in class pl.edu.agh.cast.util.Messages
 
OperationError - Static variable in class pl.edu.agh.cast.util.Messages
 
options - Variable in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
The tokenizer options.
ORIGINAL_DATA_SETS - Static variable in class pl.edu.agh.cast.data.model.presentation.IPresentationDataSet.Properties
The name of the 'original data sets' property.
ORIGINAL_ELEMENTS - Static variable in class pl.edu.agh.cast.data.model.presentation.IPresentationElement.Properties
The name of the 'original elements' property.
OTHER_FILE - Static variable in class pl.edu.agh.cast.util.Images
Other icon image filename.
OUTGOING_RELATIONS - Static variable in class pl.edu.agh.cast.data.model.general.IEntity.Properties
The name of the 'outgoing relations' property.
OutgoingCallsHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
OutlineConnectionNode - Class in pl.edu.agh.cast.ui.outline
Outline connection node.
OutlineConnectionNode(IRelation, IEntity) - Constructor for class pl.edu.agh.cast.ui.outline.OutlineConnectionNode
Creates new outline connection node.
OutlineContentProvider - Class in pl.edu.agh.cast.ui.outline
Provides content to the OutlineTreeView.
OutlineContentProvider(Viewer, AbstractConfigurableView) - Constructor for class pl.edu.agh.cast.ui.outline.OutlineContentProvider
Creates new outline content provider.
OutlineLabelProvider - Class in pl.edu.agh.cast.ui.outline
LabelProvider for outline view.
OutlineLabelProvider() - Constructor for class pl.edu.agh.cast.ui.outline.OutlineLabelProvider
Default constructor.
OutlineLabelProvider_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
OutlineMiniatureView - Class in pl.edu.agh.cast.ui.outline
Miniature outline view.
OutlineMiniatureView() - Constructor for class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
Constructor.
OutlineMiniatureView_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
outlineShape(Graphics) - Method in class pl.edu.agh.cast.tool.TargetShape
 
OutlineTreeView - Class in pl.edu.agh.cast.ui.outline
Diagram outline view.
OutlineTreeView() - Constructor for class pl.edu.agh.cast.ui.outline.OutlineTreeView
Constructor.
OverviewRectangleTool - Class in pl.edu.agh.cast.tool
A tool that is used in the graph overview viewer that allows the user to select an area of the graph to zoom on.
OverviewRectangleTool() - Constructor for class pl.edu.agh.cast.tool.OverviewRectangleTool
 

P

PAGE_ID - Static variable in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Name of the conversion rules selection page for the general domain model.
paintFigure(Graphics) - Method in class pl.edu.agh.cast.backward.figure.ImageFigure
paintFigure(Graphics) - Method in class pl.edu.agh.cast.figure.ImageFigure
Pair<T1,T2> - Class in pl.edu.agh.cast.common.collections
A class for representing a pair of objects.
Pair(T1, T2) - Constructor for class pl.edu.agh.cast.common.collections.Pair
Constructor.
PARAMETER - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Parameter node in the model exsd.
PARAMETER_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Parameter id attribute in the model exsd.
PARAMETER_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Parameter name attribute in the model exsd.
ParametersComposite - Class in pl.edu.agh.cast.data.ui.template
Main composite of the ParametersWizardPage.
ParametersComposite(Composite, int, ParametersWizardPage) - Constructor for class pl.edu.agh.cast.data.ui.template.ParametersComposite
The default constructor.
ParametersWizardPage - Class in pl.edu.agh.cast.data.ui.template
Page of the template creation wizard, which serves for column parameters selection.
ParametersWizardPage(String, String) - Constructor for class pl.edu.agh.cast.data.ui.template.ParametersWizardPage
 
params - Variable in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
The additional parameters array.
parse(String) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Parsed given text according to all supported formats.
parse(String) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Parsed given text according to all supported formats.
parse(List<RawTabularData>, IProgressMonitor) - Method in interface pl.edu.agh.cast.importer.base.parser.IImportParser
Parse given unanalyzed tabular data.
parse(List<RawTabularData>, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
Parse given unanalyzed tabular data.
parse(IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Converts list of RawTabularData to list of TabularData.
parseColor(String) - Static method in class pl.edu.agh.cast.common.HexColor
Creates a HexColor instance based on it's string representation of form XXXXXX, where X is a hex digit (0-F).
parseDate(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
 
parseDate(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
parseDate(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DateAndTimeAnalyzer
parseDate(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.TimeAnalyzer
parsedData - Variable in class pl.edu.agh.cast.importer.base.process.ImportProcess
Parsed data.
partActivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
partActivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
partActivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
partActivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
partBroughtToTop(IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
partBroughtToTop(IWorkbenchPart) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
partBroughtToTop(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
partBroughtToTop(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
partClosed(IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
partClosed(IWorkbenchPart) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
partClosed(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
partClosed(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
partDeactivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
partDeactivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
partDeactivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
partDeactivated(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
partOpened(IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
partOpened(IWorkbenchPart) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
partOpened(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
partOpened(IWorkbenchPart) - Method in class pl.edu.agh.cast.ui.outline.OutlineTreeView
passFilter(T, F) - Method in class pl.edu.agh.cast.dataview.column.filter.AbstractColumnFilter
 
passFilter(Date, Date) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.AbstractDateColumnFilter
 
passFilter(Enum<?>, String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.EnumEqualsColumnFilter
 
passFilter(Long, Long) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.LongEqualsColumnFilter
Returns true if value == filter.
passFilter(Long, Long) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.LongLessThanFilter
Returns true if value < filter.
passFilter(String, String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.StringContainsColumnFilter
Returns true if value.contains(filter) returns true.
passFilter(String, String) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.StringEqualsColumnFilter
Returns true if value.equals(filter).
passFilter(String, Pattern) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.StringRegexColumnFilter
Returns true if value match pattern from filter attribute.
paste(ElementTransferContainer<E>) - Method in interface pl.edu.agh.cast.data.model.copier.IPastable
Pastes given elements.
paste(ElementTransferContainer<ISchemaElement<? extends IElement>>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Pastes given elements.
PasteAction - Class in pl.edu.agh.cast.backward.editor.action
Action for pasting contents of CastClipboardContents into editor.
PasteAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.PasteAction
 
PasteCommand - Class in pl.edu.agh.cast.backward.command
Command for pasting nodes into a diagram.
PasteCommand(Collection<Node>, IDiagram) - Constructor for class pl.edu.agh.cast.backward.command.PasteCommand
Creates new instance of the paste command.
PasteCommand_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
PasteSelectionAction - Class in pl.edu.agh.cast.schema.editor.action
Action for pasting clipboard contents into a schema editor.
PasteSelectionAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
Constructor.
PasteSelectionAction_MenuText - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
path - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Path to data file that is to be imported.
path - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Path to data file that is to be imported.
Path2Messages - Class in pl.edu.agh.cast.path2.messages
Resource bundle management class for path2search CAST plugin
Path2SearchAction - Class in pl.edu.agh.cast.path2
Definition of path2 search action
Path2SearchAction() - Constructor for class pl.edu.agh.cast.path2.Path2SearchAction
 
PATH_CLASS_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
 
Peacock3LayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
This class represents version 3 of peacock layout algorithm.
Peacock3LayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.Peacock3LayoutAlgorithm
 
Peacock3LayoutAlgorithm_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
performCancel() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
performConversion() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Performs data conversion with the data and converter previously configured.
performFinish() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
performFinish() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizard
performFinish() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
performFinish() - Method in class pl.edu.agh.cast.importer.wizard.strategy.ApplyTemplateWizardStrategy
Perform any special finish processing for this wizard strategy.
performFinish() - Method in class pl.edu.agh.cast.importer.wizard.strategy.CreateTemplateWizardStrategy
Perform any special finish processing for this wizard strategy.
performFinish() - Method in interface pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy
Perform any special finish processing for this wizard strategy.
performFinish() - Method in class pl.edu.agh.cast.importer.wizard.strategy.UseTemplateWizardStrategy
Perform any special finish processing for this wizard strategy.
performFinish() - Method in class pl.edu.agh.cast.importer.wizard.strategy.WithoutTemplateWizardStrategy
Perform any special finish processing for this wizard strategy.
performFirstPartOfConversion() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Performs the first part of conversion of tabular data into IDataSet.
performParsing() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Performs data parsing with the data currently configured and the analyzers specified.
performRequest(Request) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
performTokenization() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Performs data tokenization with the data currently configured.
PERMANENT_ID - Static variable in class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Name of the permanent attribute ID.
PERMANENT_ISMAIN - Static variable in class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Name of the permanent attribute IsMain.
PERMANENT_LABEL - Static variable in class pl.edu.agh.cast.model.attributes.LegendAttributeManager
Name of the permanent attribute ID.
PERMANENT_LABEL - Static variable in class pl.edu.agh.cast.model.attributes.NodeAttributeManager
Name of the permanent attribute Label.
PermanentProperty - Class in pl.edu.agh.cast.data.model.property
Permanent property - accesses value from data element via getter and setter method defined in it's MetaPermanentProperty.
PermanentProperty(MetaPermanentProperty, Object) - Constructor for class pl.edu.agh.cast.data.model.property.PermanentProperty
Creates new transient property.
PERSISTENCE_PROVIDER_CONFIG_PROPERTY - Static variable in class pl.edu.agh.cast.project.ProjectUtil
Project persistence provider config/store file property.
PERSISTENCE_PROVIDER_ID_PROPERTY - Static variable in class pl.edu.agh.cast.project.ProjectUtil
Project persistence provider id property.
PersistenceException - Exception in pl.edu.agh.cast.data.persistence
Persistence related checked exception.
PersistenceException() - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceException
Default constructor.
PersistenceException(String) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceException
Constructor.
PersistenceException(Throwable) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceException
Constructor.
PersistenceException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceException
Constructor.
PersistenceProviderLocator - Class in pl.edu.agh.cast.data.persistence
Locator of TransparentPersistenceProvider instance.
PersistenceProviderLocator() - Constructor for class pl.edu.agh.cast.data.persistence.PersistenceProviderLocator
 
PersistenceRuntimeException - Exception in pl.edu.agh.cast.data.persistence
Persistence related runtime exception.
PersistenceRuntimeException() - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceRuntimeException
Default constructor.
PersistenceRuntimeException(String) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceRuntimeException
Constructor.
PersistenceRuntimeException(Throwable) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceRuntimeException
Constructor.
PersistenceRuntimeException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.persistence.PersistenceRuntimeException
Constructor.
pl.edu.agh.cast - package pl.edu.agh.cast
Provides CAST Core's entry level classes.
pl.edu.agh.cast.action - package pl.edu.agh.cast.action
Provides common application/workbench actions.
pl.edu.agh.cast.backward.action - package pl.edu.agh.cast.backward.action
 
pl.edu.agh.cast.backward.command - package pl.edu.agh.cast.backward.command
Provides commands for operating on diagrams.
pl.edu.agh.cast.backward.editor - package pl.edu.agh.cast.backward.editor
Provides classes for managing diagram editors.
pl.edu.agh.cast.backward.editor.action - package pl.edu.agh.cast.backward.editor.action
Provides various editor actions for interacting with user.
pl.edu.agh.cast.backward.editor.operation - package pl.edu.agh.cast.backward.editor.operation
Provides editor operations such as Search and Find.
pl.edu.agh.cast.backward.editor.operation.search - package pl.edu.agh.cast.backward.editor.operation.search
Provides Node search mechanism.
pl.edu.agh.cast.backward.editor.operation.search.filters - package pl.edu.agh.cast.backward.editor.operation.search.filters
Provides Node parameter filters.
pl.edu.agh.cast.backward.figure - package pl.edu.agh.cast.backward.figure
 
pl.edu.agh.cast.backward.figure.icons - package pl.edu.agh.cast.backward.figure.icons
Provides classes for managing icons for different types of nodes.
pl.edu.agh.cast.backward.resources - package pl.edu.agh.cast.backward.resources
Provides classes for accessing project and diagram resources as well as storing and retrieving them.
pl.edu.agh.cast.backward.resources.xml - package pl.edu.agh.cast.backward.resources.xml
Provides classes for accessing project and diagram resources as well as storing and retrieving them in form of XML.
pl.edu.agh.cast.command - package pl.edu.agh.cast.command
Provides commands for operating on diagrams.
pl.edu.agh.cast.common - package pl.edu.agh.cast.common
Provides CAST commonly used interfaces and classes.
pl.edu.agh.cast.common.collections - package pl.edu.agh.cast.common.collections
Provides CAST commonly used collections.
pl.edu.agh.cast.converter - package pl.edu.agh.cast.converter
Defines the IConverter interface and some exemplary implementations used with pl.edu.agh.cast.converter extension point.
pl.edu.agh.cast.data - package pl.edu.agh.cast.data
Provides CAST Data's entry level classes.
pl.edu.agh.cast.data.converter - package pl.edu.agh.cast.data.converter
Provides CAST Data Set Converter API specification.
pl.edu.agh.cast.data.converter.gdm2schema - package pl.edu.agh.cast.data.converter.gdm2schema
Provides Converter from General Domain model to Schema model.
pl.edu.agh.cast.data.importer.data - package pl.edu.agh.cast.data.importer.data
Provides CAST Data's fundamental classes for the data importer.
pl.edu.agh.cast.data.importer.data.ack - package pl.edu.agh.cast.data.importer.data.ack
Provides CAST Data's classes for the ACK data importer.
pl.edu.agh.cast.data.importer.data.csv - package pl.edu.agh.cast.data.importer.data.csv
Provides CAST Data's classes for the CSV data importer.
pl.edu.agh.cast.data.importer.data.txt - package pl.edu.agh.cast.data.importer.data.txt
Provides CAST Data's classes for the TXT data importer.
pl.edu.agh.cast.data.importer.data.util - package pl.edu.agh.cast.data.importer.data.util
Provides CAST Data's various general utility classes for the data importer.
pl.edu.agh.cast.data.importer.data.xls - package pl.edu.agh.cast.data.importer.data.xls
Provides CAST Data's classes for the XLS data importer.
pl.edu.agh.cast.data.logging - package pl.edu.agh.cast.data.logging
Provides CAST Data's classes for the logging purposes.
pl.edu.agh.cast.data.model - package pl.edu.agh.cast.data.model
Provides CAST Data Model's entry level classes.
pl.edu.agh.cast.data.model.common - package pl.edu.agh.cast.data.model.common
Provides CAST Data model's common use classes.
pl.edu.agh.cast.data.model.copier - package pl.edu.agh.cast.data.model.copier
Provides data set and element copy/paste support classes.
pl.edu.agh.cast.data.model.domain - package pl.edu.agh.cast.data.model.domain
Provides base interfaces for all domain models.
pl.edu.agh.cast.data.model.general - package pl.edu.agh.cast.data.model.general
In this package the General Domain Model is defined.
pl.edu.agh.cast.data.model.general.sample - package pl.edu.agh.cast.data.model.general.sample
This package provides a General Domain Model data set with predefined sample elements.
pl.edu.agh.cast.data.model.presentation - package pl.edu.agh.cast.data.model.presentation
Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors.
pl.edu.agh.cast.data.model.property - package pl.edu.agh.cast.data.model.property
Provides CAST Data Model's property related classes.
pl.edu.agh.cast.data.model.property.annotation - package pl.edu.agh.cast.data.model.property.annotation
Provides CAST Data Model's property annotations.
pl.edu.agh.cast.data.model.property.validator - package pl.edu.agh.cast.data.model.property.validator
Provides CAST Data model's classes for validating values of visual model elements' properties.
pl.edu.agh.cast.data.model.resource - package pl.edu.agh.cast.data.model.resource
Resource provider for data-model plug-in.
pl.edu.agh.cast.data.model.util - package pl.edu.agh.cast.data.model.util
Provides CAST Data Set reference manipulation utilities.
pl.edu.agh.cast.data.model.visual - package pl.edu.agh.cast.data.model.visual
Provides CAST visual model, which is the base of visual models such as schema and time-line used in various specific visual editors.
pl.edu.agh.cast.data.persistence - package pl.edu.agh.cast.data.persistence
Provides CAST Data Model persistence provider abstraction classes.
pl.edu.agh.cast.data.persistence.runtime - package pl.edu.agh.cast.data.persistence.runtime
Provides CAST Data Model runtime persistence provider which does not persist data between application executions.
pl.edu.agh.cast.data.persistence.serialize - package pl.edu.agh.cast.data.persistence.serialize
Provides CAST Data Model persistence provider which persist data in a file using Java object serialization.
pl.edu.agh.cast.data.persistence.zlayer - package pl.edu.agh.cast.data.persistence.zlayer
Provides CAST Data Model persistence provider which uses ZLayer for data persistence.
pl.edu.agh.cast.data.preprocessing - package pl.edu.agh.cast.data.preprocessing
Provides CAST Data's classes for the data preprocessing purposes.
pl.edu.agh.cast.data.template - package pl.edu.agh.cast.data.template
Provides CAST Data's classes related to import templates.
pl.edu.agh.cast.data.template.export - package pl.edu.agh.cast.data.template.export
Provides CAST Data's classes for the templates' export purposes.
pl.edu.agh.cast.data.template.xml - package pl.edu.agh.cast.data.template.xml
Provides CAST Data's classes for the templates' XML serialization/deserialization purposes.
pl.edu.agh.cast.data.ui.importer.action - package pl.edu.agh.cast.data.ui.importer.action
Provides CAST Data's user interface action classes for the import wizard.
pl.edu.agh.cast.data.ui.importer.wizard - package pl.edu.agh.cast.data.ui.importer.wizard
Provides CAST Data's user interface classes for the import wizard.
pl.edu.agh.cast.data.ui.importer.wizard.provider - package pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides CAST Data's user interface provider classes for the import wizard.
pl.edu.agh.cast.data.ui.logging - package pl.edu.agh.cast.data.ui.logging
Provides CAST Data's user interface classes for the import logging purposes..
pl.edu.agh.cast.data.ui.template - package pl.edu.agh.cast.data.ui.template
Provides CAST Data's user interface classes for the new template creation wizard.
pl.edu.agh.cast.data.ui.utils - package pl.edu.agh.cast.data.ui.utils
Provides CAST Data's various user interface utility classes.
pl.edu.agh.cast.data.util - package pl.edu.agh.cast.data.util
Provides CAST Data's various general utility classes.
pl.edu.agh.cast.dataview - package pl.edu.agh.cast.dataview
Provides CAST Dataview's entry level classes.
pl.edu.agh.cast.dataview.column.filter - package pl.edu.agh.cast.dataview.column.filter
 
pl.edu.agh.cast.dataview.column.filter.cnf - package pl.edu.agh.cast.dataview.column.filter.cnf
 
pl.edu.agh.cast.dataview.column.filter.impl - package pl.edu.agh.cast.dataview.column.filter.impl
 
pl.edu.agh.cast.dataview.column.provider - package pl.edu.agh.cast.dataview.column.provider
 
pl.edu.agh.cast.dataview.column.provider.impl - package pl.edu.agh.cast.dataview.column.provider.impl
 
pl.edu.agh.cast.dataview.column.type - package pl.edu.agh.cast.dataview.column.type
 
pl.edu.agh.cast.dataview.column.type.impl - package pl.edu.agh.cast.dataview.column.type.impl
 
pl.edu.agh.cast.dataview.provider - package pl.edu.agh.cast.dataview.provider
 
pl.edu.agh.cast.dataview.provider.impl - package pl.edu.agh.cast.dataview.provider.impl
 
pl.edu.agh.cast.dataview.ui - package pl.edu.agh.cast.dataview.ui
Provides CAST user interface classes for the default data view.
pl.edu.agh.cast.dataview.ui.action - package pl.edu.agh.cast.dataview.ui.action
Provides CAST Dataview's action helper classes.
pl.edu.agh.cast.dataview.ui.editor - package pl.edu.agh.cast.dataview.ui.editor
 
pl.edu.agh.cast.dataview.ui.filter - package pl.edu.agh.cast.dataview.ui.filter
Provides CAST classes used for data view filtering.
pl.edu.agh.cast.dataview.util - package pl.edu.agh.cast.dataview.util
Provides CAST Dataview's various general utility classes.
pl.edu.agh.cast.dataview.view - package pl.edu.agh.cast.dataview.view
 
pl.edu.agh.cast.dataview.view.util - package pl.edu.agh.cast.dataview.view.util
 
pl.edu.agh.cast.editor - package pl.edu.agh.cast.editor
Provides abstract editor implementation and editor utility classes.
pl.edu.agh.cast.editor.action - package pl.edu.agh.cast.editor.action
Contains actions for common editors such as save all, fit zoom, etc.
pl.edu.agh.cast.editor.action.delegate - package pl.edu.agh.cast.editor.action.delegate
Contains action delegates which can be used in RCP extensions.
pl.edu.agh.cast.editor.input - package pl.edu.agh.cast.editor.input
Contains classes which describe input for diagrams.
pl.edu.agh.cast.editpart - package pl.edu.agh.cast.editpart
Provides EditParts for GEF diagrams.
pl.edu.agh.cast.figure - package pl.edu.agh.cast.figure
Provides classes for custom figures that may be used to display data on diagrams.
pl.edu.agh.cast.filter - package pl.edu.agh.cast.filter
Defines the IFilter interface and some exemplary implementations used with pl.edu.agh.cast.filter extension point.
pl.edu.agh.cast.importer.base - package pl.edu.agh.cast.importer.base
Provides CAST Importer base entry level classes.
pl.edu.agh.cast.importer.base.converter - package pl.edu.agh.cast.importer.base.converter
Provides CAST Importer base classes used for the data conversion during the import process.
pl.edu.agh.cast.importer.base.converter.rules - package pl.edu.agh.cast.importer.base.converter.rules
Provides CAST Importer base classes representing conversion rules/strategies and their utility classes, used by the import converters.
pl.edu.agh.cast.importer.base.data - package pl.edu.agh.cast.importer.base.data
Provides CAST Importer base inner data formats, used by the import process, or more precisely by the IImportTokenizer, IImportParser and IAnalyzers.
pl.edu.agh.cast.importer.base.data.type - package pl.edu.agh.cast.importer.base.data.type
Provides CAST Importer base classes for data types.
pl.edu.agh.cast.importer.base.exceptions - package pl.edu.agh.cast.importer.base.exceptions
Provides CAST Importer base classes representing exceptions.
pl.edu.agh.cast.importer.base.general - package pl.edu.agh.cast.importer.base.general
Provides CAST Importer base classes for the general domain model.
pl.edu.agh.cast.importer.base.logging - package pl.edu.agh.cast.importer.base.logging
Provides CAST Importer base classes for the import process logging purposes.
pl.edu.agh.cast.importer.base.parser - package pl.edu.agh.cast.importer.base.parser
Provides CAST Importer base classes used for the data parsing during the import process.
pl.edu.agh.cast.importer.base.parser.analyzer - package pl.edu.agh.cast.importer.base.parser.analyzer
Provides CAST Importer base classes representing import analyzers and their utility classes, used by the import parsers.
pl.edu.agh.cast.importer.base.process - package pl.edu.agh.cast.importer.base.process
Provides CAST Importer ImportProcess class.
pl.edu.agh.cast.importer.base.stat - package pl.edu.agh.cast.importer.base.stat
Provides CAST Importer base classes, which are responsible for error handling of input data during the import process.
pl.edu.agh.cast.importer.base.template - package pl.edu.agh.cast.importer.base.template
Defines templates for import process.
pl.edu.agh.cast.importer.base.template.exception - package pl.edu.agh.cast.importer.base.template.exception
Provides CAST Importer Template exceptions.
pl.edu.agh.cast.importer.base.template.internal - package pl.edu.agh.cast.importer.base.template.internal
Provides CAST Importer Templates internal classes.
pl.edu.agh.cast.importer.base.tokenizer - package pl.edu.agh.cast.importer.base.tokenizer
Provides CAST Importer base classes used for the data tokenization during the import process.
pl.edu.agh.cast.importer.base.tokenizer.ack - package pl.edu.agh.cast.importer.base.tokenizer.ack
Provides CAST Importer base classes used for the data tokenization of CSV text files during the import process.
pl.edu.agh.cast.importer.base.tokenizer.csv - package pl.edu.agh.cast.importer.base.tokenizer.csv
Provides CAST Importer base classes used for the data tokenization of text files (.txt, .csv) during the import process.
pl.edu.agh.cast.importer.base.tokenizer.fixedwidth - package pl.edu.agh.cast.importer.base.tokenizer.fixedwidth
Provides CAST Importer base classes used for the data tokenization of fixed width text files during the import process.
pl.edu.agh.cast.importer.base.tokenizer.xls - package pl.edu.agh.cast.importer.base.tokenizer.xls
Provides CAST Importer base classes used for the data tokenization of MS Excel (XLS) files during the import process.
pl.edu.agh.cast.importer.base.util - package pl.edu.agh.cast.importer.base.util
Provides CAST Importer various general utility classes for the base data importer.
pl.edu.agh.cast.importer.templates - package pl.edu.agh.cast.importer.templates
Provides CAST Importer templates' entry level classes.
pl.edu.agh.cast.importer.templates.template - package pl.edu.agh.cast.importer.templates.template
 
pl.edu.agh.cast.importer.wizard - package pl.edu.agh.cast.importer.wizard
Provides CAST Importer wizard's entry level classes.
pl.edu.agh.cast.importer.wizard.action - package pl.edu.agh.cast.importer.wizard.action
Provides Importer Wizard actions which are plugged in by extensions in plugin.xml
pl.edu.agh.cast.importer.wizard.dialog - package pl.edu.agh.cast.importer.wizard.dialog
Provides CAST Importer wizard's classes for the import wizard dialogs.
pl.edu.agh.cast.importer.wizard.dialog.analyzer - package pl.edu.agh.cast.importer.wizard.dialog.analyzer
Provides CAST Importer wizard's classes for the import wizard analyzer dialogs (configuring different data types).
pl.edu.agh.cast.importer.wizard.dialog.rule - package pl.edu.agh.cast.importer.wizard.dialog.rule
Provides CAST Importer wizard's classes for the import wizard conversion rule dialogs (configuring different conversion rules).
pl.edu.agh.cast.importer.wizard.general - package pl.edu.agh.cast.importer.wizard.general
Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model.
pl.edu.agh.cast.importer.wizard.page - package pl.edu.agh.cast.importer.wizard.page
Provides CAST Importer wizard's user classes for the import wizard pages and their main composites.
pl.edu.agh.cast.importer.wizard.provider - package pl.edu.agh.cast.importer.wizard.provider
Provides CAST Importer wizard's user interface provider classes for the import wizard.
pl.edu.agh.cast.importer.wizard.strategy - package pl.edu.agh.cast.importer.wizard.strategy
Provides CAST Importer wizard's various import strategies classes.
pl.edu.agh.cast.importer.wizard.template - package pl.edu.agh.cast.importer.wizard.template
Provides CAST Importer wizard's templates management classes.
pl.edu.agh.cast.importer.wizard.util - package pl.edu.agh.cast.importer.wizard.util
Provides CAST Importer wizard's various general utility classes.
pl.edu.agh.cast.importer.wizard.util.provider - package pl.edu.agh.cast.importer.wizard.util.provider
Provides CAST Importer wizard's various utility classes.
pl.edu.agh.cast.importer.wizard.utils - package pl.edu.agh.cast.importer.wizard.utils
Provides CAST Importer wizard's various user interface utility classes.
pl.edu.agh.cast.model - package pl.edu.agh.cast.model
Provides classes for managing CAST model.
pl.edu.agh.cast.model.attributes - package pl.edu.agh.cast.model.attributes
Provides classes for representing and managing visual model's attributes.
pl.edu.agh.cast.model.attributes.validation - package pl.edu.agh.cast.model.attributes.validation
Provides classes for validating values of visual model elements' attributes.
pl.edu.agh.cast.model.base - package pl.edu.agh.cast.model.base
Provides base model classes and interfaces.
pl.edu.agh.cast.model.base.util - package pl.edu.agh.cast.model.base.util
Base model utility methods.
pl.edu.agh.cast.model.mapper - package pl.edu.agh.cast.model.mapper
Contains classes and interfaces used for mapping domain models to the base model.
pl.edu.agh.cast.model.mapper.annotation - package pl.edu.agh.cast.model.mapper.annotation
Annotations used for mapping domain models to the base model.
pl.edu.agh.cast.model.mapper.internal - package pl.edu.agh.cast.model.mapper.internal
Contains different (based on relational data base, XML) implementations of the persistence mechanism.
pl.edu.agh.cast.model.visual - package pl.edu.agh.cast.model.visual
 
pl.edu.agh.cast.model.visual.backward - package pl.edu.agh.cast.model.visual.backward
Provides classes for visual presentation of data.
pl.edu.agh.cast.navigator - package pl.edu.agh.cast.navigator
Provides project tree view navigator.
pl.edu.agh.cast.navigator.provider - package pl.edu.agh.cast.navigator.provider
Provides project tree view navigator item providers.
pl.edu.agh.cast.navigator.ui - package pl.edu.agh.cast.navigator.ui
Provides project tree view navigator UI.
pl.edu.agh.cast.navigator.ui.action - package pl.edu.agh.cast.navigator.ui.action
Provides actions for project navigator tree view UI.
pl.edu.agh.cast.palette - package pl.edu.agh.cast.palette
 
pl.edu.agh.cast.path2 - package pl.edu.agh.cast.path2
 
pl.edu.agh.cast.path2.messages - package pl.edu.agh.cast.path2.messages
 
pl.edu.agh.cast.policy - package pl.edu.agh.cast.policy
Provides CAST policies.
pl.edu.agh.cast.preferences - package pl.edu.agh.cast.preferences
Provides classes for managing and accessing CAST user preferences.
pl.edu.agh.cast.project - package pl.edu.agh.cast.project
 
pl.edu.agh.cast.rawdata - package pl.edu.agh.cast.rawdata
Contains representation of raw data which is read from source files during import process.
pl.edu.agh.cast.rawdata.logging - package pl.edu.agh.cast.rawdata.logging
Definies interfeces and abstract classes for logging changes in raw data.
pl.edu.agh.cast.rawdata.stat - package pl.edu.agh.cast.rawdata.stat
Contains classes which are responsible for error handling on input data during import process.
pl.edu.agh.cast.resource - package pl.edu.agh.cast.resource
Provides utilities for managing visual resources such as icons associated with localized messages.
pl.edu.agh.cast.resources - package pl.edu.agh.cast.resources
Contains utility classes which help in common cases for other plugins.
pl.edu.agh.cast.schema.editor - package pl.edu.agh.cast.schema.editor
Provides CAST Schema eXtended model's entry level classes.
pl.edu.agh.cast.schema.editor.action - package pl.edu.agh.cast.schema.editor.action
Defines actions associated with schema editor.
pl.edu.agh.cast.schema.editor.action.layout - package pl.edu.agh.cast.schema.editor.action.layout
Defines layout actions for schema editor.
pl.edu.agh.cast.schema.editor.action.select - package pl.edu.agh.cast.schema.editor.action.select
Provides CAST Schema selection actions (such as select all nodes, select leafs etc.)
pl.edu.agh.cast.schema.editor.command - package pl.edu.agh.cast.schema.editor.command
Defines available commands used in schema editor.
pl.edu.agh.cast.schema.editor.command.bendpoints - package pl.edu.agh.cast.schema.editor.command.bendpoints
Defines commands to manage bendpoints.
pl.edu.agh.cast.schema.editor.dnd - package pl.edu.agh.cast.schema.editor.dnd
Provides drag&drop support for schema editor.
pl.edu.agh.cast.schema.editor.editpart - package pl.edu.agh.cast.schema.editor.editpart
Provides GEF edit parts for schema editor.
pl.edu.agh.cast.schema.editor.figure - package pl.edu.agh.cast.schema.editor.figure
Provides Draw2D figures for schema editor.
pl.edu.agh.cast.schema.editor.layout.algorithm - package pl.edu.agh.cast.schema.editor.layout.algorithm
Contains layout algorithms for schema diagram.
pl.edu.agh.cast.schema.editor.model.diagram - package pl.edu.agh.cast.schema.editor.model.diagram
Provides CAST schema diagram definition.
pl.edu.agh.cast.schema.editor.palette - package pl.edu.agh.cast.schema.editor.palette
Defines entries for editor palette.
pl.edu.agh.cast.schema.editor.policy - package pl.edu.agh.cast.schema.editor.policy
Contains edit policies for schema edit parts.
pl.edu.agh.cast.schema.editor.request - package pl.edu.agh.cast.schema.editor.request
Contains elements factories and custom requests used by GEF.
pl.edu.agh.cast.schema.editor.resource - package pl.edu.agh.cast.schema.editor.resource
Contains resource provider for schema plugin.
pl.edu.agh.cast.schema.editor.tool - package pl.edu.agh.cast.schema.editor.tool
Contains GEF tools.
pl.edu.agh.cast.schema.editor.util - package pl.edu.agh.cast.schema.editor.util
 
pl.edu.agh.cast.schema.model - package pl.edu.agh.cast.schema.model
Provides CAST schema model.
pl.edu.agh.cast.schema.model.presentation - package pl.edu.agh.cast.schema.model.presentation
Provides CAST schema presentation model.
pl.edu.agh.cast.schema.model.util - package pl.edu.agh.cast.schema.model.util
 
pl.edu.agh.cast.schema.model.visual - package pl.edu.agh.cast.schema.model.visual
Provides CAST schema visual model.
pl.edu.agh.cast.tool - package pl.edu.agh.cast.tool
 
pl.edu.agh.cast.ui - package pl.edu.agh.cast.ui
Provides abstract classes for CAST UI, such as views and perspectives.
pl.edu.agh.cast.ui.advisor - package pl.edu.agh.cast.ui.advisor
Provides classes for Eclipse application advisors.
pl.edu.agh.cast.ui.dialogs - package pl.edu.agh.cast.ui.dialogs
Provides classes for various dialogs for interacting with user (SWT).
pl.edu.agh.cast.ui.dialogs.property - package pl.edu.agh.cast.ui.dialogs.property
Provides properties editor with various cell editors according to properties types.
pl.edu.agh.cast.ui.dialogs.search - package pl.edu.agh.cast.ui.dialogs.search
Provides classes for advanced search user interface (SWT).
pl.edu.agh.cast.ui.outline - package pl.edu.agh.cast.ui.outline
Provides diagram outline view.
pl.edu.agh.cast.ui.outline.dnd - package pl.edu.agh.cast.ui.outline.dnd
Provides classes for drag'n'drop support in outline view.
pl.edu.agh.cast.ui.preferences - package pl.edu.agh.cast.ui.preferences
Provides classes for Eclipse RCP user preferences integration.
pl.edu.agh.cast.ui.util - package pl.edu.agh.cast.ui.util
Provides UI utility classes.
pl.edu.agh.cast.ui.wizards - package pl.edu.agh.cast.ui.wizards
Provides classes for wizards for interacting with user (SWT).
pl.edu.agh.cast.util - package pl.edu.agh.cast.util
Provides utility classes.
pl.edu.agh.cast.util.logging - package pl.edu.agh.cast.util.logging
Provides logging utility classes.
pl.edu.agh.cast.util.reflect - package pl.edu.agh.cast.util.reflect
Provides utility classes related to Java reflection and annotation processing.
pl.edu.agh.cast.util.test - package pl.edu.agh.cast.util.test
Provides testing utility classes.
pl.edu.agh.cast.zestalgorithms - package pl.edu.agh.cast.zestalgorithms
 
pl.edu.agh.cast.zestalgorithms.actions - package pl.edu.agh.cast.zestalgorithms.actions
 
pl.edu.agh.cast.zestalgorithms.core - package pl.edu.agh.cast.zestalgorithms.core
 
placeDialogInCenter(Shell, Shell) - Static method in class pl.edu.agh.cast.ui.util.SWTHelper
Places dialog in the center of its parent.
PLATFORM_CLASS_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
 
PLUGIN_ID - Static variable in class pl.edu.agh.cast.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.common.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.data.Activator
Data plug-in identifier.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.data.model.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.data.persistence.zlayer.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.importer.base.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.importer.templates.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
The plug-in ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.path2.Activator
 
PLUGIN_ID - Static variable in class pl.edu.agh.cast.schema.editor.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.schema.model.Activator
The plugin ID.
PLUGIN_ID - Static variable in class pl.edu.agh.cast.zestalgorithms.Activator
 
PluginConfigurationAction - Class in pl.edu.agh.cast.action
Action for opening plug-in configuration manager.
PluginConfigurationAction() - Constructor for class pl.edu.agh.cast.action.PluginConfigurationAction
 
PluginUpdateAction - Class in pl.edu.agh.cast.action
Action for opening install wizard.
PluginUpdateAction() - Constructor for class pl.edu.agh.cast.action.PluginUpdateAction
 
pointListToString(List<Integer>) - Static method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
Converts list of cut points indices to string.
PoiXlsDataImporter - Class in pl.edu.agh.cast.data.importer.data.xls
Extension of the XlsDataImporter, which uses the Apache POI - Java API To Access Microsoft Format Files (http://poi.apache.org/).
PoiXlsDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.xls.PoiXlsDataImporter
 
PolymorphicMethod - Class in pl.edu.agh.cast.util.reflect
A wrapper for Method class.
PolymorphicMethod(Method) - Constructor for class pl.edu.agh.cast.util.reflect.PolymorphicMethod
Creates new Method wrapper.
populateLayoutConstraint(LayoutConstraint) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
populateLayoutConstraint(LayoutConstraint) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Method required by LayoutRelationship interface.
postShutdown() - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
postStartup() - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
PreferenceInitializer - Class in pl.edu.agh.cast.preferences
Class used to aid in default cast core plugin preference value initialization.
PreferenceInitializer() - Constructor for class pl.edu.agh.cast.preferences.PreferenceInitializer
 
PrefixConverter - Class in pl.edu.agh.cast.converter
Sample converter - adds prefix to the id of every relation belonging to given data set.
PrefixConverter(String) - Constructor for class pl.edu.agh.cast.converter.PrefixConverter
Parametrized constructor.
preprocessedItems - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
Items which can occur during import preprocessing.
PreprocessingItemContent - Class in pl.edu.agh.cast.data.ui.importer.wizard
Provides input for preprocessing table.
PreprocessingItemContent(Boolean, IPreprocessingItem) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingItemContent
The default constructor.
preprocessingPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Third page of the import wizard: preprocessing page.
PreprocessingPage - Class in pl.edu.agh.cast.data.ui.importer.wizard
Page of the template import wizard, which serves for data preprocessing.
PreprocessingPage(String) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
The default constructor.
PreprocessingPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPage_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPage_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite - Class in pl.edu.agh.cast.data.ui.importer.wizard
Main composite of the PreprocessingPage.
PreprocessingPageComposite(Composite, int, PreprocessingPage) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
The default constructor.
PreprocessingPageComposite_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_10 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_11 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_12 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_14 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PreprocessingPageComposite_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
PRESENTATION_ELEMENT - Static variable in class pl.edu.agh.cast.data.model.visual.IVisualElement.Properties
The name of the 'presentation element' property.
PresentationDataSet<T extends IPresentationElement<? extends IElement>> - Class in pl.edu.agh.cast.data.model.presentation
Abstract implementation of IPresentationDataSet.
PresentationDataSet(PresentationDataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
PresentationDataSet(PresentationDataSetDescriptor, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Initializes data set with its descriptor and MetaPropertyManager.
PresentationDataSet(PresentationDataSetDescriptor, List<IDataSet<? extends IElement>>) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
PresentationDataSetDescriptor - Class in pl.edu.agh.cast.data.model.presentation
Enhanced descriptor of a domain data set (see IPresentationDataSet).
PresentationDataSetDescriptor() - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor
Default constructor.
PresentationDataSetDescriptor(Type) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor
Initializes descriptor with type.
PresentationDataSetDescriptor(Type, String) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor
Constructor for descriptors of new data sets.
PresentationDataSetDescriptor(UUID, Type, String, Date) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor
Constructor.
PresentationDataSetNavigatorItemProvider - Class in pl.edu.agh.cast.navigator.provider
Navigator tree item provider class for PresentationDataSet.
PresentationDataSetNavigatorItemProvider() - Constructor for class pl.edu.agh.cast.navigator.provider.PresentationDataSetNavigatorItemProvider
 
PresentationElement<T extends IElement> - Class in pl.edu.agh.cast.data.model.presentation
PresentationElement is a base class for elements of presentation models such as schema nodes or time-lines.
PresentationElement(Type) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
 
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>>, Type) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
The constructor for presentation elements created manually.
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>>, Type, Type) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
The constructor for presentation elements created manually.
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>>, Type, UUID) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
The constructor for presentation elements created manually.
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>>, Type, IReferenceList<T>) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
The constructor for presentation elements created manually.
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>>, Type, UUID, IReferenceList<T>) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationElement
The constructor for presentation elements created manually.
presentationElement - Variable in class pl.edu.agh.cast.data.model.visual.VisualElement
A reference to presentation element which is described by this visual element.
PresentationPropertyDescriptor - Class in pl.edu.agh.cast.data.model.presentation
A helper structure which describes a property in presentation element.
PresentationPropertyDescriptor(IPresentationElement.PropertyCategory, String) - Constructor for class pl.edu.agh.cast.data.model.presentation.PresentationPropertyDescriptor
Constructor.
preStartup() - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchAdvisor
preview(List<TabularData>) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
preview(List<TabularData>) - Method in interface pl.edu.agh.cast.importer.base.converter.IImportConverter
Creates preview of specified tabular data.
PREVIEW_ROWS_LIMIT_FOR_ANALYSIS - Static variable in class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
The number of rows that is to be imported for analysis.
PREVIEW_ROWS_LIMIT_PARTIAL - Static variable in class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
The number of rows that is to be imported for a partial data preview.
previewRow(DataRow, TabularData) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
 
previewRow(DataRow, TabularData) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
preWindowOpen() - Method in class pl.edu.agh.cast.ui.advisor.ApplicationWorkbenchWindowAdvisor
primaryObject - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
The model to remove.
primaryObject - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The object to be saved.
Priority - Enum in pl.edu.agh.cast.model.mapper
The priority of the linked nodes.
project - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
The project the object belongs to.
PROJECT - Static variable in class pl.edu.agh.cast.util.Images
Project icon image filename.
PROJECT_BAD_CHARS - Static variable in class pl.edu.agh.cast.project.ProjectUtil
List of characters that cannot be used in a project name.
PROJECT_DISPLAY_NAME_PROPERTY - Static variable in class pl.edu.agh.cast.project.ProjectUtil
Project display name property used.
PROJECT_DISPLAY_NAME_PROPERTY - Static variable in class pl.edu.agh.cast.resources.BaseProjectUtil
Project display name property used.
PROJECT_ID_PROPERTY - Static variable in class pl.edu.agh.cast.project.ProjectUtil
Project id property.
PROJECT_ID_PROPERTY - Static variable in class pl.edu.agh.cast.resources.BaseProjectUtil
Project id property.
PROJECT_VERSION - Static variable in class pl.edu.agh.cast.project.ProjectUtil
 
PROJECT_VERSION_PROPERTY - Static variable in class pl.edu.agh.cast.project.ProjectUtil
Project version property.
projectExists(String) - Method in class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
 
projectName - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Name of the project.
ProjectStartupDialog - Class in pl.edu.agh.cast.ui.dialogs
Dialog used for selecting project on startup.
ProjectStartupDialog(Shell, int) - Constructor for class pl.edu.agh.cast.ui.dialogs.ProjectStartupDialog
Creates new startup dialog.
ProjectStartupDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_10 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_11 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_12 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_13 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStartupDialog_9 - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectStore - Class in pl.edu.agh.cast.backward.resources
Used to store models during one session.
ProjectUtil - Class in pl.edu.agh.cast.project
Utility methods for operating on projects.
ProjectUtil.ProjectOpenStatus - Enum in pl.edu.agh.cast.project
Enumeration of open project result statuses.
ProjectUtil_InitializationErrorMessage_Persistence - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectUtil_InitializationErrorTitle - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectUtil_WrongVersionMessage - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectUtil_WrongVersionMRUMessage - Static variable in class pl.edu.agh.cast.util.Messages
 
ProjectUtil_WrongVersionTitle - Static variable in class pl.edu.agh.cast.util.Messages
 
promptToSaveOnClose() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
promptToSaveOnClose(AbstractEditor) - Method in class pl.edu.agh.cast.backward.editor.EditorSaverSupport
Prompts the user for action when editor is unsaved.
promptToSaveOnClose() - Method in class pl.edu.agh.cast.editor.AbstractEditor
promptToSaveOnClose(AbstractEditor<M, V, T>) - Method in class pl.edu.agh.cast.editor.EditorSaverSupport
Prompts the user for action when editor is unsaved.
PropertiesContentProvider - Class in pl.edu.agh.cast.ui.dialogs.property
Content provider for properties tree viewer in PropertiesEditorDialog.
PropertiesContentProvider() - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertiesContentProvider
 
PropertiesEditorDialog - Class in pl.edu.agh.cast.ui.dialogs.property
SWT implementation of IPropertiesEditorView.
PropertiesEditorDialog(Shell) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Constructor.
PropertiesEditorDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_10 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_11 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_12 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_13 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_7 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_8 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorDialog_9 - Static variable in class pl.edu.agh.cast.util.Messages
 
PropertiesEditorPresenter - Class in pl.edu.agh.cast.ui.dialogs.property
Presenter (according to Model-View-Presenter design pattern) for IPropertiesEditorView.
PropertiesEditorPresenter(IPropertiesEditorView, IPresentationElement<? extends IElement>, CommandStack) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter
Constructor.
PropertiesLabelProvider - Class in pl.edu.agh.cast.ui.dialogs.property
Label provider for properties tree viewer in PropertiesEditorDialog.
PropertiesLabelProvider(Shell, TreeViewer, boolean) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertiesLabelProvider
Constructor.
Property<T extends MetaProperty> - Class in pl.edu.agh.cast.data.model.property
Abstract property of IElement and IDataSet.
Property(T) - Constructor for class pl.edu.agh.cast.data.model.property.Property
Initializes property with MetaProperty which describes it.
PROPERTY_ACTIVE_PROJECT - Static variable in class pl.edu.agh.cast.CastApplication
Id of the Active project changed property.
PROPERTY_SHOW_AS_LABEL - Static variable in class pl.edu.agh.cast.model.attributes.Attribute
ID of the ShowAsLabel property.
PropertyAnnotationException - Exception in pl.edu.agh.cast.data.model.property.annotation
Exception related to property annotation processing.
PropertyAnnotationException() - Constructor for exception pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException
Empty constructor.
PropertyAnnotationException(String) - Constructor for exception pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException
Constructor.
PropertyAnnotationException(Throwable) - Constructor for exception pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException
Constructor.
PropertyAnnotationException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException
Constructor.
PropertyCellEditor - Class in pl.edu.agh.cast.ui.dialogs.property
Attribute cell editor allows editing text, color and boolean values in one column.
PropertyCellEditor(Composite) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertyCellEditor
Creates new editor.
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.editor.AbstractEditor
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.editpart.LegendEditPart
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Forward property change events from single attributes.
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.project.ProjectUtil
Property change notification.
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
propertyChange(PropertyChangeEvent) - Method in class pl.edu.agh.cast.ui.outline.OutlineContentProvider
propertyChanged(Object, int) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAction
propertyChanged(Object, int) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
propertyChanged(Object, int) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
propertyChanged(Object, int) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
PropertyChangeProviderHelper - Class in pl.edu.agh.cast.data.model.property
A property change provider that can be used to delegate to from other IPropertyChangeProvider implementations.
PropertyChangeProviderHelper(IPropertyChangeProvider) - Constructor for class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
Creates new PCPHelper.
PropertyContainer - Class in pl.edu.agh.cast.data.model.property
Default implementation of IPropertyContainer.
PropertyContainer() - Constructor for class pl.edu.agh.cast.data.model.property.PropertyContainer
Default constructor.
PropertyContainer(MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.property.PropertyContainer
Constructor.
PropertyException - Exception in pl.edu.agh.cast.data.model.property
Exception related to Property value access.
PropertyException() - Constructor for exception pl.edu.agh.cast.data.model.property.PropertyException
Empty constructor.
PropertyException(String, Throwable) - Constructor for exception pl.edu.agh.cast.data.model.property.PropertyException
Constructor.
PropertyException(String) - Constructor for exception pl.edu.agh.cast.data.model.property.PropertyException
Constructor.
PropertyException(Throwable) - Constructor for exception pl.edu.agh.cast.data.model.property.PropertyException
Constructor.
PropertyGetter - Annotation Type in pl.edu.agh.cast.data.model.property.annotation
Annotation for marking permanent properties' getter methods.
PropertyHelper - Class in pl.edu.agh.cast.data.model.property
A helper class for manipulating properties.
PropertyHelper() - Constructor for class pl.edu.agh.cast.data.model.property.PropertyHelper
 
PropertySetter - Annotation Type in pl.edu.agh.cast.data.model.property.annotation
Annotation for marking permanent properties' setter methods.
PropertyTreeEntry - Class in pl.edu.agh.cast.ui.dialogs.property
Class which describes single entry in properties tree.
PropertyTreeEntry(String, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Constructor for entry with label.
PropertyTreeEntry(String, Property<? extends MetaProperty>, PropertyTreeEntry.PropertyEditType) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Constructor for entry with property.
PropertyTreeEntry(String, String, PropertyTreeEntry) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Constructor for entry with label which sets also parent entry.
PropertyTreeEntry(String, Property<? extends MetaProperty>, PropertyTreeEntry.PropertyEditType, PropertyTreeEntry) - Constructor for class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Constructor for entry with property which sets also parent entry.
PropertyTreeEntry.PropertyEditType - Enum in pl.edu.agh.cast.ui.dialogs.property
Enumeration of properties entries edition types.
PropertyType - Enum in pl.edu.agh.cast.data.model.property
Enumeration of types of Property.
PropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class responsible for validating type of property.
PropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.PropertyValidator
 
provideExportImageFigures(IFile) - Method in class pl.edu.agh.cast.backward.editor.FigureProvider
PROVIDER_ID - Static variable in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProviderFactory
Provider ID.
PROVIDER_ID - Static variable in class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProviderFactory
Provider ID.
PROVIDER_ID - Static variable in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProviderFactory
Provider ID.
PROVIDER_NAME_ATTR_ID - Static variable in class pl.edu.agh.cast.navigator.NavigatorUtil
ID of the name attribute of pl.edu.agh.cast.navigator extension point element.
PROVIDER_POINT_ATTR_ID - Static variable in class pl.edu.agh.cast.navigator.NavigatorUtil
ID of the point attribute of pl.edu.agh.cast.navigator extension point element.
put(K, V...) - Method in class pl.edu.agh.cast.common.collections.MultiMap
Adds values to the key entry.
put(String, String) - Method in class pl.edu.agh.cast.util.Images
Puts image from given file into registry.
putAll(K, Collection<V>) - Method in class pl.edu.agh.cast.common.collections.MultiMap
Adds a collection of values to the key entry.
putDescriptor(String, ImageDescriptor) - Method in class pl.edu.agh.cast.util.Images
Puts ImageDescriptor into registry.

Q

QUALIFIER_OPTION_NAME - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
The text qualifier option name.
questionDialog(String, String) - Static method in class pl.edu.agh.cast.CastApplication
Displays a Y/N question dialog.
queue - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The queue of nodes to be saved.

R

RadialLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for RadialLayoutAlgorithm layout algorithm.
RadialLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.RadialLayoutAlgorithmAction
Default constructor.
RandomLayoutAlgorithm - Class in pl.edu.agh.cast.schema.editor.layout.algorithm
An example algorithm, laying out nodes randomly.
RandomLayoutAlgorithm() - Constructor for class pl.edu.agh.cast.schema.editor.layout.algorithm.RandomLayoutAlgorithm
 
RandomLayoutAlgorithm_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
RawDataRow - Class in pl.edu.agh.cast.importer.base.data
Class, which represents one unanalyzed row (record) of data read from the source data file.
RawDataRow(int) - Constructor for class pl.edu.agh.cast.importer.base.data.RawDataRow
The default constructor.
RawTabularData - Class in pl.edu.agh.cast.importer.base.data
Class, which represents the data read from the source data file in a form of a table with unanalyzed records.
RawTabularData() - Constructor for class pl.edu.agh.cast.importer.base.data.RawTabularData
The default constructor.
RawTabularData(RawTabularData) - Constructor for class pl.edu.agh.cast.importer.base.data.RawTabularData
The copying constructor.
RawTabularData_ColumnNr - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
ReadableDateFactory - Class in pl.edu.agh.cast.util
Class working as a factory providing nicely formated dates.
ReadableDateFactory_Format - Static variable in class pl.edu.agh.cast.util.Messages
 
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.ack.AckDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.csv.CsvDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in interface pl.edu.agh.cast.data.importer.data.IDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.txt.TxtDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.xls.JxlXlsDataImporter
Transforms the data provided in dataInputStream into TabularData.
readData(InputStream, long, Map<String, String>, Charset) - Method in class pl.edu.agh.cast.data.importer.data.xls.PoiXlsDataImporter
Transforms the data provided in dataInputStream into TabularData.
readDiagram(IFile) - Static method in class pl.edu.agh.cast.backward.resources.SerializationUtil
Reads the whole diagram from a serialized file.
readDiagramSettings(IFile) - Static method in class pl.edu.agh.cast.backward.resources.SerializationUtil
Reads only diagram settings from a file with serialized diagram.
ReadingTemplatesException - Exception in pl.edu.agh.cast.importer.base.template.exception
An exception which is thrown during reading template process.
ReadingTemplatesException(String) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
Constructor.
ReadingTemplatesException(String, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
Constructor.
ReadingTemplatesException(String, Collection<IImportTemplate>) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
Constructor.
ReadingTemplatesException(String, Collection<IImportTemplate>, Collection<ImportTemplateGroup>, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
Constructor.
ReadingTemplatesException(String, Collection<IImportTemplate>, Collection<ImportTemplateGroup>, Collection<? extends Exception>) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
Constructor.
readResolve() - Method in class pl.edu.agh.cast.data.template.Template
Trims template attributes after deserialization.
readResolve() - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
readResolve() - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
 
readResolve() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
 
readResolve() - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
 
readResolve() - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
readResolve() - Method in class pl.edu.agh.cast.model.visual.backward.Node
Inits transient fields during deserialization.
readResolve() - Method in class pl.edu.agh.cast.util.logging.StdErrLevel
Method to avoid creating duplicate instances when deserializing the object.
readResolve() - Method in class pl.edu.agh.cast.util.logging.StdOutLevel
Method to avoid creating duplicate instances when deserializing the object.
readRow(String, List<Integer>) - Method in class pl.edu.agh.cast.data.importer.data.util.ImporterUtil
Cuts line in indexes defined in cutIndexes.
readRow(String, List<Integer>, int) - Static method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.AbstractFixedWidthFilesHelper
Cuts line in indexes defined in cutIndexes.
readTemplateGroups() - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Reads all template groups.
readTemplateGroups() - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Reads all template groups.
readTemplates() - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Reads import templates.
readTemplates() - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Reads import templates.
rebindStdErr(Logger) - Static method in class pl.edu.agh.cast.util.logging.LoggingUtil
Re-binds System.err to given logger.
rebindStdOut(Logger) - Static method in class pl.edu.agh.cast.util.logging.LoggingUtil
Re-binds System.out to given logger.
rebindStdOutErr(File) - Static method in class pl.edu.agh.cast.util.logging.LoggingUtil
Re-binds System.out and System.err to given file.
RECORD_SEPARATOR_OPTION_NAME - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
The record separator option name identifier of the CSV data importer.
RectangleZoomManager - Class in pl.edu.agh.cast.editpart
A zoom manager that has support for the zoomTo method.
RectangleZoomManager(ScalableFigure, Viewport) - Constructor for class pl.edu.agh.cast.editpart.RectangleZoomManager
 
RectangleZoomToolEntry - Class in pl.edu.agh.cast.palette
 
RectangleZoomToolEntry(String, String, ImageDescriptor, ImageDescriptor) - Constructor for class pl.edu.agh.cast.palette.RectangleZoomToolEntry
 
redo() - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
redo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.CreateBendpointCommand
redo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.DeleteBendpointCommand
redo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.MoveBendpointCommand
redo() - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
redo() - Method in class pl.edu.agh.cast.schema.editor.command.SetLayoutCommand
redoOperation() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Redoes row removal operation by removing again the rows that had previously been removed and restored with use of an undo operation.
redoOperation() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Redoes row index to errors map removal operation by removing again the map that had previously been removed and restored with use of an undo operation.
ReferenceListPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating an array of element references property types.
ReferenceListPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.ReferenceListPropertyValidator
 
ReferencePropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating element reference property types.
ReferencePropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.ReferencePropertyValidator
 
ReferenceUtil - Class in pl.edu.agh.cast.data.model.util
Utility class which provides operations connected to references such as factory method for references.
ReferenceUtil.DefaultReferenceProvider - Class in pl.edu.agh.cast.data.model.util
Default implementation of IReferenceProvider which provides Reference instances.
ReferenceUtil.DefaultReferenceProvider() - Constructor for class pl.edu.agh.cast.data.model.util.ReferenceUtil.DefaultReferenceProvider
 
refresh() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Refresh the viewer.
refresh() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Refresh the viewer.
refresh() - Method in class pl.edu.agh.cast.figure.AbstractLegendFigure
Refreshes the legend figure.
refresh() - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Refreshes the view after model changes.
refresh() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Refreshes the view after model changes.
refreshCombosBlocking(List<Combo>, List<Combo>, IConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Refreshes the blocking of comboboxes on the current rules selection page.
refreshCombosBlocking(List<Combo>, List<Combo>, IConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Refreshes the blocking of comboboxes on the current rules selection page.
refreshConversionPreview() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Refreshes the conversion preview table.
refreshConversionPreview() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPageComposite
Refreshes the conversion preview table by creating a new tabular data with only the columns selected and configured by the user as domain fields.
refreshConversionPreview() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Refreshes the conversion preview table.
refreshConversionPreview(ITabularData<DataRow>) - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewComposite
Views in table viewer conversion preview.
refreshFilePreview(TabularData) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPageComposite
Refreshes the file preview.
refreshFilePreview() - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPageComposite
Refreshes the file preview.
refreshFilePreviewGroupLabel(String) - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPageComposite
Refreshes the file preview group label by adding to it the selected data file path name.
refreshImportData() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
refrestImportData() is invoked before page leaving.
refreshImportData() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
refrestImportData() is invoked before page leaving.
refreshImportData() - Method in class pl.edu.agh.cast.importer.wizard.page.DelimiterSelectionPage
refrestImportData() is invoked before page leaving.
refreshImportData() - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
refrestImportData() is invoked before page leaving.
refreshImportData() - Method in class pl.edu.agh.cast.importer.wizard.page.FixedWidthColumnSelectionPage
refrestImportData() is invoked before page leaving.
refreshItems() - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
Refreshes the legend.
refreshItems() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
Refreshes the legend.
refreshItems() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
Refreshes the legend.
refreshLabelLocation() - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaPolylineConnection
Sets new location of label, depending on number of bend points.
refreshPage(String) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Method called by the mediating wizard page to refresh the Composite's view.
refreshPage(TabularData, ErrorsLog) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Refreshes the page.
refreshSelectedData() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Method called by the previous page to refresh the selected data.
refreshSelectedData() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Method called by the previous page to refresh the selected data.
refreshTemplatesViewer(boolean) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Refreshes the template viewer by reloading all the templates (if the reload flag had been set), and/or by setting the correct viewer selection.
refreshVisuals() - Method in class pl.edu.agh.cast.editpart.AbstractLegendEditPart
refreshVisuals() - Method in class pl.edu.agh.cast.editpart.LegendEditPart
refreshVisuals() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
refreshVisuals() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
refreshVisuals() - Method in class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
register(ErrorType) - Method in class pl.edu.agh.cast.rawdata.stat.ErrorRegistry
Registers a given error type.
register(IVisualResource) - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Creates a new resource on base of the given entry and register it by given id and tags (all included in entry object).
register(IVisualResource) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Creates a new resource on base of the given entry and register it by given id and tags (all included in entry object).
registerAttribute(String, ValueType) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Registers new Attribute in this manager.
registerContextMenu() - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Registers context menu Can be called by subclasses to reregister the menu if the action registry is modified
registerContextMenu() - Method in class pl.edu.agh.cast.editor.AbstractEditor
Registers context menu Can be called by subclasses to reregister the menu if the action registry is modified
registerDefaultImageDesriptor(ImageSize, ImageDescriptor) - Method in class pl.edu.agh.cast.resource.VisualResource
Registers image descriptor for default image with specified size.
registerMetaProperties(Iterable<? extends MetaProperty>) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Registers multiple meta properties.
registerMetaProperty(MetaProperty) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Registers new meta property in this manager.
registerMetaProperty(String, PropertyType, boolean, boolean) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Registers new custom MetaProperty.
registerMostRecentlyUsedProject(IProject) - Method in class pl.edu.agh.cast.project.UserPreferences
MRU projects are kept in the preferences in the following form
registerObserver(IImportDataObserver) - Method in class pl.edu.agh.cast.importer.base.data.DataRow
Registers a new observer.
registerObserver(IImportDataObserver) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Registers a new observer.
registerObserver(IImportDataObserver) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataMonitorable
Registers a new observer.
registerObserver(IRawDataObserver) - Method in class pl.edu.agh.cast.rawdata.logging.AbstractRawDataMonitorable
Registers a new observer.
registerObserver(IRawDataObserver) - Method in interface pl.edu.agh.cast.rawdata.logging.IRawDataMonitorable
Registers a new observer.
registerObserver(IRawDataObserver) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Registers a new observer.
registerPermanentAttribute(String, ValueType, boolean, boolean) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
This register method should be used for predefined attributes, i.e.
registerPermanentAttribute(String, ValueType, boolean, boolean, String, String) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
This register method should be used for attributes defined in domain models.
registerResourceUser(Widget) - Static method in class com.cloudgarden.resource.SWTResourceManager
This method should be called by *all* Widgets which use resources provided by this SWTResourceManager.
registerTemplate(String) - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Registers a new template from a given template file.
registerTemplate(Template) - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Registers a new given template.
registerVariantImageDescriptor(String, ImageSize, ImageDescriptor) - Method in class pl.edu.agh.cast.resource.VisualResource
Registers image descriptor for variant with specified size.
relatedRow - Variable in class pl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
The data row related to the error.
Relation - Class in pl.edu.agh.cast.model.base
The default implementation of the IRelation interface.
Relation() - Constructor for class pl.edu.agh.cast.model.base.Relation
The default constructor.
Relation(IEntity, IEntity) - Constructor for class pl.edu.agh.cast.model.base.Relation
The parameterized constructor.
RELATION_COUNT - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
The name of "relation count" property.
RELATION_DURATION - Static variable in class pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation.Properties
The name of the 'duration' property.
RELATION_END_DATE - Static variable in class pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation.Properties
The name of the 'end date' property.
RELATION_START_DATE - Static variable in class pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation.Properties
The name of the 'start date' property.
relations - Variable in class pl.edu.agh.cast.model.base.DataSet
List of relations
relationToConnection - Variable in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Maps IRelation to Connection.
reload() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
This method clears cached data and rebuilds all templates and groups based on written data.
reloadLinks() - Method in class pl.edu.agh.cast.model.mapper.Node
Reloads links of given node from DB.
reloadPreview() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Reloads the import preview.
relocate(CellEditor) - Method in class pl.edu.agh.cast.editpart.LabelCellEditorLocator
relocate(CellEditor) - Method in class pl.edu.agh.cast.tool.LabelCellEditorLocator
remove(IProject) - Method in class pl.edu.agh.cast.backward.resources.ProjectStore
Removes the given project.
remove(K, V) - Method in class pl.edu.agh.cast.common.collections.MultiMap
Removes a value for given key.
remove(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
remove(Object) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
remove(Object) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
remove() - Method in class pl.edu.agh.cast.model.mapper.internal.XMLRemover
The method which removes the model.
remove(Mappable, IProject) - Method in class pl.edu.agh.cast.model.mapper.Mapper
Removes object from project.
remove() - Method in interface pl.edu.agh.cast.model.mapper.Remover
The method which removes the model.
remove(int) - Method in class pl.edu.agh.cast.rawdata.DataRow
Removes the element at the specified position in this list.
RemoveAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveAction_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveAction_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
removeAllConnections(Collection<? extends ISchemaConnection>) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Removes connections from collection to this node.
removeAllConnections(Collection<? extends ISchemaConnection>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Removes connections from collection to this node.
removeBrokenRowInfo(BrokenRowInfo) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Removes row specified by specified BrokenRowInfo object.
removeChild(TemplateTreeEntry) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
removeChild(PropertyTreeEntry) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
Removes given child.
removeConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Removes Connection to this group.
removeConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Removes a Connection from the model.
removeConnection(Connection) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Removes a Connection from the model.
removeConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Removes given Connection from cache.
removeConnection(ISchemaConnection) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Removes specified connection from this node.
removeConnection(ISchemaConnection) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Removes specified connection from this node.
removeConnectionGroup(ConnectionGroup) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Removes adjacent ConnectionGroup to this node.
removeConnectionGroupFromNodes() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Removes this connection group from both nodes - counterpart of ConnectionGroup.addConnectionGroupToNodes().
removeDataRow(DataRow) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Removed the specified row.
RemoveDataSetAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveDataSetAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
removeDataSetFromModel(IDataSet) - Static method in class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
 
RemoveDiagramAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveDiagramAction_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
removeElement(UUID) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Removes IElement from this data set with given ID.
removeElement(E) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Removes the given element from this data set.
removeElement(UUID) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Removes IElement from this data set with given ID.
removeElement(E) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Removes the given element from this data set.
removeElements(Collection<E>) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Removes multiple elements from this data set.
removeElements(E...) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Removes multiple elements from this data set.
removeElements(Collection<E>) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Removes multiple elements from this data set.
removeElements(E...) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Removes multiple elements from this data set.
removeEmptyCellsFromRowEnd(DataRow) - Static method in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
 
removeEmptyCellsFromRowEnd(RawDataRow) - Static method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
Removes empty cells from raw data row end.
removeErrors(Map<Integer, List<AbstractErrorLogData>>, boolean) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Removes row index to errors map and saves it to an undo cache in order for an undo operation to be available (if the ignored flag is not set), or saves the errors to the ignored errors cache in order for them to be available if the ignored option is turned off.
removeErrors(Map<Integer, List<AbstractErrorLogData>>) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Delegate method with default ignored flag set to true.
removeFirst() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
removeHeaderRow() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Removes the data header row.
removeIncomingRelation(IManyToManyRelation) - Method in class pl.edu.agh.cast.data.model.general.Entity
Removes the specified incoming relation from the entity.
removeIncomingRelation(IManyToManyRelation) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Removes the specified incoming relation from the entity.
removeLast() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
removeLeftConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Removes a Connection originating from left node.
removeListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider
removeListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.dataview.ui.DataTableLabelProvider
removeListener(ILabelProviderListener) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
RemoveMetaPropertiesCommand - Class in pl.edu.agh.cast.command
Removes permanently given meta property and all associated properties.
RemoveMetaPropertiesCommand(IPropertyContainer, Collection<MetaProperty>) - Constructor for class pl.edu.agh.cast.command.RemoveMetaPropertiesCommand
Constructor.
removeMetaProperty(String) - Method in class pl.edu.agh.cast.data.model.property.MetaPropertyManager
Removes meta property with given name.
removeMRUProject(String) - Method in class pl.edu.agh.cast.project.UserPreferences
Removes project from Most Recently Used (MRU) list.
RemoveMultipleConfirm_DialogName - Static variable in class pl.edu.agh.cast.util.Messages
 
RemoveMultipleConfirm_Message - Static variable in class pl.edu.agh.cast.util.Messages
 
removeNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Removes a Node from the diagram.
removeNode(Node) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Removes a Node from the diagram.
removeNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Removes given Node from cache.
removeNodeEntry(String) - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaLegendFigure
Removes node with given resourceID from list containing node entries.
removeNodes(Collection<Node>) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Removes Nodes from the model.
removeNodes(Collection<Node>) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Removes Nodes from the model.
removeOutgoingRelation(IManyToManyRelation) - Method in class pl.edu.agh.cast.data.model.general.Entity
Removes the specified outgoing relation from the entity.
removeOutgoingRelation(IManyToManyRelation) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Removes the specified outgoing relation from the entity.
removePossibleValue(String) - Method in class pl.edu.agh.cast.model.ModelColumnParameter
 
removeProject(String, IPath) - Method in class pl.edu.agh.cast.project.ProjectUtil
 
removeProperty(String) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Removes property with given name.
removeProperty(String) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Removes property with given name.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.CastApplication
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyChangeProvider
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.attributes.Attribute
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Remove a property change listener to the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class pl.edu.agh.cast.model.visual.Legend
Remove a property change listener to the object.
removePropertyValue(String) - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Removes attribute value from this container.
removePropertyValue(String) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Removes attribute value from this container.
removeQualifier(String, Character) - Static method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
Removes qualifier from around the specified input string.
removeQuotes(String) - Static method in class pl.edu.agh.cast.data.importer.data.csv.CsvDataImporter
Removes quotes from around the specified input string.
Remover - Interface in pl.edu.agh.cast.model.mapper
The remover allows to remove models.
removeRelation(IRelation) - Method in class pl.edu.agh.cast.model.base.Entity
Remove relation from this entity.
removeRelation(IRelation) - Method in interface pl.edu.agh.cast.model.base.IEntity
Remove relation from this entity.
removeRightConnection(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Removes a Connection originating from right node.
removeRow(DataRow) - Method in class pl.edu.agh.cast.rawdata.TabularData
Removes the specified row from table.
removeRows(List<DataRow>, boolean) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Removes list of data rows and either saves them to an undo cache in order for an undo operation to be available (if the ignored flag is not set), or saves the rows to the ignored rows cache in order for them to be available if the ignored option is turned off.
removeRows(List<DataRow>) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Delegate method with default ignored flag set to true.
removeRowWithIndex(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Removes row with specified index.
removeSourceEntitiy(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Removes the specified source entity associated with the relation.
removeSourceEntitiy(IEntity) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Removes the specified source entity associated with the relation.
removeTargetEntitiy(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Removes the specified target entity associated with the relation.
removeTargetEntitiy(IEntity) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Removes the specified target entity associated with the relation.
removeTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Removes template with given id from this group.
removeTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Removed a template with given id.
removeTemplate(UUID) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Removes template with given id.
removeTemplate(UUID) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Removes template with given id.
removeTemplateFromGroup(ImportTemplateGroup, UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Removes template from a given group.
removeTemplateGroup(UUID) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Removes template group with given id.
removeTemplateGroup(UUID) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Removes templates group with given id.
removeTemplateGroup(UUID) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Removes templates group with given id.
removeTemplateSelectionListener(ITemplateSelectionListener) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Removes template selection listener.
removeTemplateSelectionListener(ITemplateSelectionListener) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Removes template selection listener.
renameDataSet(UUID, String) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Changes the name of the data set with given ID.
renameDataSet(UUID, String) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Changes the name of the data set with given ID.
renameDataSet(UUID, String) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Changes the name of the data set with given ID.
renameDataSet(UUID, String) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Changes the name of the data set with given ID.
RenameDiagramAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameDiagramAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameDiagramAction_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameDiagramAction_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameDiagramAction_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameDiagramCommand - Class in pl.edu.agh.cast.backward.command
Command to rename a diagram.
RenameDiagramCommand(IDiagram, String) - Constructor for class pl.edu.agh.cast.backward.command.RenameDiagramCommand
Creates new instance of the diagram rename command.
RenameDiagramCommand_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameProjectAction - Class in pl.edu.agh.cast.navigator.ui.action
Renames active project.
RenameProjectAction() - Constructor for class pl.edu.agh.cast.navigator.ui.action.RenameProjectAction
 
RenameProjectAction_NoProjMsg - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameProjectDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameProjectDialog_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
RenameProjectDialog_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
replace(int, String) - Method in class pl.edu.agh.cast.rawdata.DataRow
Replaces cells specified by index, by element.
replaceBrokenRowInfo(DataRow, BrokenRowInfo) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Replaces information about data row which is in newValue object.
replaceEmptyTokens(String, int) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Replaces null and empty tokens contained in all data rows in specified column with the specified newValue.
ReplaceEmptyTokensDialog - Class in pl.edu.agh.cast.importer.wizard.dialog
Dialog that is displayed when the user requests to replace empty tokens with a value specified by him manually.
ReplaceEmptyTokensDialog(ValidationPageComposite, int) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.ReplaceEmptyTokensDialog
The default constructor.
ReplaceEmptyTokensDialog_Title - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
replicate() - Method in interface pl.edu.agh.cast.common.IReplicable
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.AbstractElement
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.general.Entity
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Returns a replicated instance of this instance.
replicate() - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Returns a replicated instance of this instance.
replicateTo(Object) - Method in interface pl.edu.agh.cast.common.IReplicable
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.AbstractElement
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.general.Entity
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Replicates this instance state to given replica object.
replicateTo(Object) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Replicates this instance state to given replica object.
ReplicationException - Exception in pl.edu.agh.cast.common
Object replication related (runtime) exception.
ReplicationException() - Constructor for exception pl.edu.agh.cast.common.ReplicationException
Default constructor.
ReplicationException(String) - Constructor for exception pl.edu.agh.cast.common.ReplicationException
Constructor.
ReplicationException(Throwable) - Constructor for exception pl.edu.agh.cast.common.ReplicationException
Constructor.
ReplicationException(String, Throwable) - Constructor for exception pl.edu.agh.cast.common.ReplicationException
Constructor.
RES_CONNECTION_TOOL_ID - Static variable in class pl.edu.agh.cast.schema.editor.SchemaEditor
Connection tool resource id.
resolve(String) - Static method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
Returns policy based on its id.
RESOURCE_DOMAIN_DATASET_DESCRIPTOR_ID - Static variable in class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
ID of domain data set icon resource.
RESOURCE_EVENT - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The name of the image change event.
RESOURCE_EXTENSION_BMP - Static variable in class pl.edu.agh.cast.resource.VisualResourceEntry
Image file type BMP.
RESOURCE_EXTENSION_GIF - Static variable in class pl.edu.agh.cast.resource.VisualResourceEntry
Image file type GIF.
RESOURCE_EXTENSION_ICO - Static variable in class pl.edu.agh.cast.resource.VisualResourceEntry
Image file type ICO.
RESOURCE_EXTENSION_PNG - Static variable in class pl.edu.agh.cast.resource.VisualResourceEntry
Image file type PNG.
RESOURCE_OPENED_FOLDER_ID - Static variable in class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
ID of opened folder icon resource.
RESOURCE_PRESENTATION_DATASET_DESCRIPTOR_ID - Static variable in class pl.edu.agh.cast.data.model.resource.DataModelVisualResourcesProvider
ID of presentation data set icon resource.
RESOURCE_TAG_DATA_MODEL - Static variable in class pl.edu.agh.cast.Activator
Tag for visual resources used in editors.
RESOURCE_TAG_EDITOR - Static variable in class pl.edu.agh.cast.Activator
Tag for visual resources used in editors.
resourceChanged(IResourceChangeEvent) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorTreeView
ResourceException - Exception in pl.edu.agh.cast.resource
An exception for all errors associated with resources.
ResourceException() - Constructor for exception pl.edu.agh.cast.resource.ResourceException
Constructor.
ResourceException(String) - Constructor for exception pl.edu.agh.cast.resource.ResourceException
Constructor.
ResourceRegistry - Class in pl.edu.agh.cast.resource
Default implementation of IResourceRegistry.
ResourceRegistry() - Constructor for class pl.edu.agh.cast.resource.ResourceRegistry
Constructor.
ResourceTemplateException - Exception in pl.edu.agh.cast.importer.base.template.exception
Template exception connected with access to resources.
ResourceTemplateException(String, String) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ResourceTemplateException
Constructor.
ResourceTemplateException(String, String, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.ResourceTemplateException
Constructor.
restoreAsFirst(DataRow) - Method in class pl.edu.agh.cast.rawdata.TabularData
Restores specified rows as first row in table.
restoreDataRow(int) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Restores row with specified row number.
restoreEmptyTokens(int) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Restores empty tokens, previously contained in all data rows in the specified column.
restoreIgnoredError(int) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Restores the errors for a row of specified index.
restoreIgnoredRows() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
Restores ignored rows in data.
restoreIgnoredRows(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Restores a specified number of ignored data rows.
retrieveDataPreview(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Retrieves tabular data preview of specified size (number of data rows to include in the preview).
retriveDefaultGroup() - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
 
RIGHT_BRACKET - Static variable in class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
The right bracket character.
ROOT - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the directory where the project is stored.
rootContainer - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The root container for alldialog controls.
rowContentChanged(DataRow) - Method in class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
Notifies about changes in row content.
RowNumberColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Increases row index by one to be more user friendly (row indexes start from one - not zero).
RowNumberColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.RowNumberColumnLabelProvider
 
rows - Variable in class pl.edu.agh.cast.rawdata.TabularData
List containing table rows.
rowsConverted - Variable in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
The number of converted rows.
rule - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The conversion rule.
RULE_ID - Static variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateSingleColumnConversionRule
The extension name of this conversion rule.
RULE_ID - Static variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractStringSingleColumnConversionRule
The extension name of this conversion rule.
RULE_ID - Static variable in class pl.edu.agh.cast.importer.base.general.DateSingleColumnConversionRule
The extension name of this conversion rule.
RULE_ID - Static variable in class pl.edu.agh.cast.importer.base.general.SourceNodeSingleColumnConversionRule
The extension name of this conversion rule.
RULE_ID - Static variable in class pl.edu.agh.cast.importer.base.general.TargetNodeSingleColumnConversionRule
The extension name of this conversion rule.
ruleCombosMap - Variable in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
The map of existing conversion rules to the comboboxes that handle their configuration.
ruleInfos - Variable in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
The conversion rules' information.
run(IAction) - Method in class pl.edu.agh.cast.action.AboutAction
run(IAction) - Method in class pl.edu.agh.cast.action.ExitAction
run(IAction) - Method in class pl.edu.agh.cast.action.HelpContentsAction
run(IAction) - Method in class pl.edu.agh.cast.action.PluginConfigurationAction
run(IAction) - Method in class pl.edu.agh.cast.action.PluginUpdateAction
run(IAction) - Method in class pl.edu.agh.cast.backward.action.ImportFileAction
Deprecated. 
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.AbstractOpenEditorAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.DeleteActionDelegate
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.EnhanceNodesAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.ExportDiagramAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.FindAction
Open dialog for defining finding criteria.
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.PasteAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.SearchAction
Open dialog for defining finding criteria.
run(IAction) - Method in class pl.edu.agh.cast.backward.editor.action.SelectAllActionDelegate
run(IAction) - Method in class pl.edu.agh.cast.data.logging.ShowImportLogFileAction
run(IAction) - Method in class pl.edu.agh.cast.data.template.export.ExportTemplateActionNavigator
run(IAction) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardAction
run(IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
run(IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWithProgressMonitor
run(IAction) - Method in class pl.edu.agh.cast.dataview.ui.action.EnableFilteringAction
run(IAction) - Method in class pl.edu.agh.cast.dataview.ui.action.OpenDataTableEditor
run(IAction) - Method in class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
run(IAction) - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
run(IAction) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
run(IAction) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
run() - Method in class pl.edu.agh.cast.editor.action.FitZoomAction
run() - Method in class pl.edu.agh.cast.editor.action.SaveAllAction
run(IAction) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardAction
run(IAction) - Method in class pl.edu.agh.cast.navigator.ui.action.CloseProjectAction
run(IAction) - Method in class pl.edu.agh.cast.navigator.ui.action.CreateProjectAction
run(IAction) - Method in class pl.edu.agh.cast.navigator.ui.action.OpenProjectAction
run(IAction) - Method in class pl.edu.agh.cast.navigator.ui.action.RenameProjectAction
run(IAction) - Method in class pl.edu.agh.cast.navigator.ui.action.ShowProjectStartupAction
run(IAction) - Method in class pl.edu.agh.cast.path2.Path2SearchAction
 
run() - Method in class pl.edu.agh.cast.schema.editor.action.AlignmentAction
run(IAction) - Method in class pl.edu.agh.cast.schema.editor.action.DeleteActionDelegate
run(IAction) - Method in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
run() - Method in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
run() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
run() - Method in class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
RuntimePersistenceProvider - Class in pl.edu.agh.cast.data.persistence.runtime
Runtime implementation of IPersistenceProvider.
RuntimePersistenceProvider() - Constructor for class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Constructor.
RuntimePersistenceProviderFactory - Class in pl.edu.agh.cast.data.persistence.runtime
Factory for runtime persistence provider (no storage).
RuntimePersistenceProviderFactory() - Constructor for class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProviderFactory
Default constructor.
runWithEvent(Event) - Method in class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
runWithEvent(Event) - Method in class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
runWithEvent(Event) - Method in class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
runWithEvent(Event) - Method in class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
runWithEvent(Event) - Method in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
 
runWithProgressMonitor(IRunnableWithProgress, IExceptionHandler) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Runs given runnable.
runWithProgressMonitorInUIThread(IRunnableWithProgress, IExceptionHandler) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Runs given runnable in UI thread (see Display.asyncExec(Runnable)).

S

SAMPLE_DATE - Static variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
Sample date to be shown in date/time configuration dialogs.
SAMPLE_FILE_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
Sample diagram file.
SAMPLE_FILE_PREFIX - Static variable in class pl.edu.agh.cast.util.Configuration
Sample diagram file prefix.
SampleGeneralDataSet - Class in pl.edu.agh.cast.data.model.general.sample
A general domain data set initialized with sample data.
SampleGeneralDataSet() - Constructor for class pl.edu.agh.cast.data.model.general.sample.SampleGeneralDataSet
Default constructor.
SampleGeneralDataSet(String) - Constructor for class pl.edu.agh.cast.data.model.general.sample.SampleGeneralDataSet
Constructor.
save() - Method in class pl.edu.agh.cast.model.mapper.internal.DBSaver
Save the model.
save() - Method in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
Save the model.
save() - Method in class pl.edu.agh.cast.model.mapper.Link
Save given metamodel link in the DB.
save(Mappable, IProject) - Method in class pl.edu.agh.cast.model.mapper.Mapper
Saves objects mapped to metamodel.
save(Mappable, boolean, IProject) - Method in class pl.edu.agh.cast.model.mapper.Mapper
Saves objects mapped to metamodel.
save() - Method in class pl.edu.agh.cast.model.mapper.Node
Save metamodel node in the DB.
save() - Method in interface pl.edu.agh.cast.model.mapper.Saver
Save the model.
SaveAction - Class in pl.edu.agh.cast.backward.editor.action
Action saving active editor.
SaveAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.SaveAction
Default constructor.
SaveActionDelegate - Class in pl.edu.agh.cast.editor.action.delegate
Action saving active editor.
SaveActionDelegate() - Constructor for class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
Default constructor.
SaveAllAction - Class in pl.edu.agh.cast.backward.editor.action
Action saving all opened editors.
SaveAllAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.SaveAllAction
Default constructor.
SaveAllAction - Class in pl.edu.agh.cast.editor.action
Saves all opened dirty editors.
SaveAllAction() - Constructor for class pl.edu.agh.cast.editor.action.SaveAllAction
Constructor.
SaveAllAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
SaveAllAction_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
SaveAllActionDelegate - Class in pl.edu.agh.cast.editor.action.delegate
Action saving all opened editors - uses SaveAllAction.
SaveAllActionDelegate() - Constructor for class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
Default constructor.
saveAttribute(Node, List<Link>) - Method in interface pl.edu.agh.cast.model.mapper.AttributeSaver
Class specific attribute save method.
saveDataSet(IDataSet<? extends IElement>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>, IProgressMonitor) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.runtime.RuntimePersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProvider
Saves the given data set.
saveDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Saves the given data set.
saveDataSet() - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Saves converted data sets using persistence provider.
saveDataSets(Collection<IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>, IProgressMonitor) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given collection of data sets.
saveDataSets(Collection<IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Saves the given collection of data sets.
saveDiagram(T) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T, IProgressMonitor) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveDiagram(T, IProgressMonitor) - Method in class pl.edu.agh.cast.data.persistence.ObservablePersistenceProvider
Saves the given presentation data set with associated visual data set and returns their new version.
saveLink() - Method in interface pl.edu.agh.cast.model.mapper.LinkSaver
Class specific attribute save method.
saveModifiedEditors(IProject) - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Saves all modified files which belongs to specified project asking user file by file if he/she wants to save them.
Saver - Interface in pl.edu.agh.cast.model.mapper
Saver interface is used to save mappable objects in given data source.
saveState(IMemento) - Method in class pl.edu.agh.cast.ui.AbstractConfigurableView
Save the configuration of the view in IMemento object.
saveTemplate(IImportTemplate, ImportTemplateGroup) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Adds newly created template to default template group.
saveTemplate(IImportTemplate) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Saves given template.
saveTemplate(IImportTemplate) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Saves given template.
saveTemplate() - Method in class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
 
saveTemplateBtn - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Button to save a specified template.
saveTemplateGroup(ImportTemplateGroup) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateManager
Saves template group.
saveTemplateGroup(ImportTemplateGroup) - Method in class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Saves given template group.
saveTemplateGroup(ImportTemplateGroup) - Method in interface pl.edu.agh.cast.importer.base.template.ITemplateProvider
Saves given template group.
saveToXmlFile(Template) - Static method in class pl.edu.agh.cast.data.template.AbstractTemplateUtil
Exports and saves a given template to an XML file.
SavingMsgBox_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
SavingMsgBox_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
scaleZoomLevels(double) - Method in class pl.edu.agh.cast.editor.ExtendedZoomManager
Generates zoom levels list, based on given fit all zoom level value.
SCHEMA_LOCATION_ATTR_VALUE - Static variable in class pl.edu.agh.cast.data.template.Template
The template schema location.
SchemaActionBarContributor - Class in pl.edu.agh.cast.schema.editor
An action bar contributor for the schema editor.
SchemaActionBarContributor() - Constructor for class pl.edu.agh.cast.schema.editor.SchemaActionBarContributor
 
SchemaBendPointEditPolicy - Class in pl.edu.agh.cast.schema.editor.policy
Edit policy for schema connections.
SchemaBendPointEditPolicy() - Constructor for class pl.edu.agh.cast.schema.editor.policy.SchemaBendPointEditPolicy
 
SchemaConnection - Class in pl.edu.agh.cast.schema.model.presentation
Default implementation of ISchemaConnection.
SchemaConnection() - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Default constructor.
SchemaConnection(Type) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
 
SchemaConnection(ISchemaDataSet, UUID, ISchemaNode, ISchemaNode, boolean, Collection<? extends IElement>) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
The constructor for schema connections created manually.
SchemaConnection(ISchemaDataSet, Type, ISchemaNode, ISchemaNode, boolean) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Constructor for creating new schema connection associated with given schema nodes.
SchemaConnection(ISchemaDataSet, Type, ISchemaNode, ISchemaNode) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Constructor for creating new indirected schema connection associated with given schema nodes.
SchemaConnection(ISchemaDataSet, Type, boolean) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Constructor for creating new schema connection without setting ends of it.
SchemaConnection_0 - Static variable in class pl.edu.agh.cast.schema.model.util.Messages
 
SchemaConnectionBendpoint - Class in pl.edu.agh.cast.schema.model.visual
Contains informations about bend point.
SchemaConnectionBendpoint(Dimension, Dimension, float) - Constructor for class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Constructor.
SchemaConnectionBendpoint() - Constructor for class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Default constructor.
SchemaConnectionCreateRequest - Class in pl.edu.agh.cast.schema.editor.request
Extended create request which add new creation method getNewObject with schema data set as parameter.
SchemaConnectionCreateRequest(ICreationFactory) - Constructor for class pl.edu.agh.cast.schema.editor.request.SchemaConnectionCreateRequest
Constructor.
SchemaConnectionCreationTool - Class in pl.edu.agh.cast.schema.editor.tool
A custom connection creation tool which sets SchemaConnectionCreateRequest instead of CreateConnectionRequest.
SchemaConnectionCreationTool() - Constructor for class pl.edu.agh.cast.schema.editor.tool.SchemaConnectionCreationTool
 
SchemaConnectionEditPart - Class in pl.edu.agh.cast.schema.editor.editpart
Edit part for schema connection.
SchemaConnectionEditPart(ISchemaConnection) - Constructor for class pl.edu.agh.cast.schema.editor.editpart.SchemaConnectionEditPart
Constructor.
SchemaConnectionEditPolicy - Class in pl.edu.agh.cast.schema.editor.policy
Edit policy for schema connections.
SchemaConnectionEditPolicy() - Constructor for class pl.edu.agh.cast.schema.editor.policy.SchemaConnectionEditPolicy
 
SchemaConnectionFactory - Class in pl.edu.agh.cast.schema.editor.request
Creation factory which produces new ISchemaConnection objects.
SchemaConnectionFactory() - Constructor for class pl.edu.agh.cast.schema.editor.request.SchemaConnectionFactory
 
SchemaCreationCommand_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
SchemaDataSet - Class in pl.edu.agh.cast.schema.model.presentation
Data set which contains elements for a schema diagram.
SchemaDataSet() - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Default constructor.
SchemaDataSet(String) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
SchemaDataSet(PresentationDataSetDescriptor) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
SchemaDataSet(PresentationDataSetDescriptor, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
Initializes data set with its descriptor and MetaPropertyManager.
SchemaDeletePolicy - Class in pl.edu.agh.cast.schema.editor.policy
An edit policy for the schema editor.
SchemaDeletePolicy() - Constructor for class pl.edu.agh.cast.schema.editor.policy.SchemaDeletePolicy
 
SchemaDiagram - Class in pl.edu.agh.cast.schema.editor.model.diagram
Default schema diagram implementation.
SchemaDiagram(ISchemaDataSet) - Constructor for class pl.edu.agh.cast.schema.editor.model.diagram.SchemaDiagram
Schema diagram constructor.
SchemaEditor - Class in pl.edu.agh.cast.schema.editor
Schema editor.
SchemaEditor() - Constructor for class pl.edu.agh.cast.schema.editor.SchemaEditor
Constructor.
SchemaEditor_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaEditorContextMenuProvider - Class in pl.edu.agh.cast.schema.editor
Context menu provider for the schema editor.
SchemaEditorContextMenuProvider(EditPartViewer, ActionRegistry) - Constructor for class pl.edu.agh.cast.schema.editor.SchemaEditorContextMenuProvider
Instantiate a new menu context provider for the specified EditPartViewer and ActionRegistry.
SchemaEditPart - Class in pl.edu.agh.cast.schema.editor.editpart
Contents edit part for schema diagrams.
SchemaEditPart(ISchemaDiagram, LayoutManager) - Constructor for class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPart
Constructor.
SchemaEditPartsFactory - Class in pl.edu.agh.cast.schema.editor.editpart
Edits parts factory which creates and provides edit parts for schema editor.
SchemaEditPartsFactory(LayoutManager) - Constructor for class pl.edu.agh.cast.schema.editor.editpart.SchemaEditPartsFactory
Constructor.
SchemaFactory - Class in pl.edu.agh.cast.schema.editor.util
Factory which generates input data for schema editor.
SchemaFactory() - Constructor for class pl.edu.agh.cast.schema.editor.util.SchemaFactory
 
SchemaLayoutEditPolicy - Class in pl.edu.agh.cast.schema.editor.policy
An edit policy for the schema editor.
SchemaLayoutEditPolicy() - Constructor for class pl.edu.agh.cast.schema.editor.policy.SchemaLayoutEditPolicy
 
SchemaLegendEditPart - Class in pl.edu.agh.cast.schema.editor.editpart
Legend EditorPart.
SchemaLegendEditPart(Legend) - Constructor for class pl.edu.agh.cast.schema.editor.editpart.SchemaLegendEditPart
Constructor.
SchemaLegendFigure - Class in pl.edu.agh.cast.schema.editor.figure
A figure for displaying diagram Legend.
SchemaLegendFigure(Legend) - Constructor for class pl.edu.agh.cast.schema.editor.figure.SchemaLegendFigure
Creates new legend figure.
SchemaNode - Class in pl.edu.agh.cast.schema.model.presentation
Default implementation of ISchemaNode.
SchemaNode() - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaNode
Default constructor.
SchemaNode(Type) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaNode
 
SchemaNode(ISchemaDataSet, IReference<IElement>) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaNode
The constructor for schema nodes created manually.
SchemaNode(ISchemaDataSet, IReferenceList<IElement>) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaNode
The constructor for schema nodes created manually.
SchemaNode(ISchemaDataSet, Type, String) - Constructor for class pl.edu.agh.cast.schema.model.presentation.SchemaNode
The constructor for presentation elements created manually.
SchemaNode_0 - Static variable in class pl.edu.agh.cast.schema.model.util.Messages
 
SchemaNodeCreateRequest - Class in pl.edu.agh.cast.schema.editor.request
Extended create request which add new creation method getNewObject with visual data set as parameter.
SchemaNodeCreateRequest(ICreationFactory) - Constructor for class pl.edu.agh.cast.schema.editor.request.SchemaNodeCreateRequest
Constructor.
SchemaNodeCreationTool - Class in pl.edu.agh.cast.schema.editor.tool
CreationTool for adding new nodes to a diagram from palate.
SchemaNodeCreationTool() - Constructor for class pl.edu.agh.cast.schema.editor.tool.SchemaNodeCreationTool
 
SchemaNodeDirectEditPolicy - Class in pl.edu.agh.cast.schema.editor.policy
Edit policy for direct schema node edition.
SchemaNodeDirectEditPolicy() - Constructor for class pl.edu.agh.cast.schema.editor.policy.SchemaNodeDirectEditPolicy
 
SchemaNodeEditPart - Class in pl.edu.agh.cast.schema.editor.editpart
Edit part for visual schema nodes.
SchemaNodeEditPart(ISchemaNode) - Constructor for class pl.edu.agh.cast.schema.editor.editpart.SchemaNodeEditPart
Constructor.
SchemaNodeEditPart_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaNodeEditPart_1 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaNodeFactory - Class in pl.edu.agh.cast.schema.editor.request
Creation factory which produces new visual and presentation schema nodes.
SchemaNodeFactory(IVisualResource) - Constructor for class pl.edu.agh.cast.schema.editor.request.SchemaNodeFactory
Constructor.
SchemaNodeFigure - Class in pl.edu.agh.cast.schema.editor.figure
Figure for schema node which contains label and image with 48x48 px size.
SchemaNodeFigure(String, String) - Constructor for class pl.edu.agh.cast.schema.editor.figure.SchemaNodeFigure
Constructor.
SchemaNodeFigure(String, String, String) - Constructor for class pl.edu.agh.cast.schema.editor.figure.SchemaNodeFigure
Constructor.
SchemaPolylineConnection - Class in pl.edu.agh.cast.schema.editor.figure
Class representing polyline connection with label.
SchemaPolylineConnection(String) - Constructor for class pl.edu.agh.cast.schema.editor.figure.SchemaPolylineConnection
Constructor with initial label text.
SchemaPolylineConnection() - Constructor for class pl.edu.agh.cast.schema.editor.figure.SchemaPolylineConnection
Default constructor, creates schema connection object with empty label.
SchemaVisualResourcesProvider - Class in pl.edu.agh.cast.schema.editor.resource
Visual resource provider for schema plug-in.
SchemaVisualResourcesProvider() - Constructor for class pl.edu.agh.cast.schema.editor.resource.SchemaVisualResourcesProvider
Constructor.
SchemaVisualResourcesProvider_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_1 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_10 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_11 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_12 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_13 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_15 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_16 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_18 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_19 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_2 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_21 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_22 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_24 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_25 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_27 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_28 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_3 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_4 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_5 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_6 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_7 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_8 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SchemaVisualResourcesProvider_9 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SearchAction - Class in pl.edu.agh.cast.backward.editor.action
Open dialog for finding nodes on a diagram.
SearchAction() - Constructor for class pl.edu.agh.cast.backward.editor.action.SearchAction
Default constructor.
SearchAction_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
SearchAction_diagNotOpened - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog - Class in pl.edu.agh.cast.path2
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
SearchDialog(Shell, int, Diagram, IEditorPart) - Constructor for class pl.edu.agh.cast.path2.SearchDialog
Constructor
SearchDialog_cancel - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_chooseAlgorithmComboLabel - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_chooseAlgorithmComboLabel_0 - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_chooseAlgorithmComboLabel_1 - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_endNode - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_err_endNodeNotFound - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_err_endNodeNotSet - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_err_firstNodeNotFound - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_err_firstNodeNotSet - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_firstNode - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_ok - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
SearchDialog_path2 - Static variable in class pl.edu.agh.cast.path2.messages.Path2Messages
 
searchedText - Variable in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Text to search.
SearchEngine - Class in pl.edu.agh.cast.path2
Searching algorithms
SearchEngine() - Constructor for class pl.edu.agh.cast.path2.SearchEngine
 
SearchOperation - Class in pl.edu.agh.cast.backward.editor.operation.search
Extended search operation.
SearchOperation(Collection<Node>, List<IParameterFilter>) - Constructor for class pl.edu.agh.cast.backward.editor.operation.search.SearchOperation
Creates new search instance.
select(Object, String) - Method in class pl.edu.agh.cast.dataview.column.filter.AbstractColumnFilter
Checks if value argument pass this filter.
select(Object) - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.DisjunctionFilter
Return result if value selection.
select(Object) - Method in interface pl.edu.agh.cast.dataview.column.filter.cnf.IFilter
Return result if value selection.
select(Object) - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.NegationFilter
Return result if value selection.
select(Object) - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.SingleFilter
Return result if value selection.
select(Object, String) - Method in interface pl.edu.agh.cast.dataview.column.filter.IColumnFilter
Checks if value argument pass this filter.
select(Date, Date) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.AbstractDateColumnFilter
 
select(Date, Date) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.DateBeforeColumnFilter
 
select(Date, Date) - Method in class pl.edu.agh.cast.dataview.column.filter.impl.DateEqualsColumnFilter
 
select(Viewer, Object, Object) - Method in class pl.edu.agh.cast.dataview.ui.filter.ColumnFilter
select(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Selects this node.
SelectAllActionDelegate - Class in pl.edu.agh.cast.backward.editor.action
Delegates select all action execution to SelectAllAction class.
SelectAllActionDelegate() - Constructor for class pl.edu.agh.cast.backward.editor.action.SelectAllActionDelegate
 
SelectAllNodesAction - Class in pl.edu.agh.cast.schema.editor.action.select
Action for selecting all nodes on the schema diagram.
SelectAllNodesAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.select.SelectAllNodesAction
Constructor.
SelectAllNodesAction_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SELECTED - Static variable in class pl.edu.agh.cast.model.visual.backward.Node
Name of the Selected event.
SELECTED_PRIMARY - Static variable in class pl.edu.agh.cast.model.visual.backward.Node
Name of the Selected primary event.
selectedNodes - Variable in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
Nodes to layout.
selectElements(Collection<? extends IPresentationElement<? extends IElement>>) - Method in class pl.edu.agh.cast.editor.AbstractEditor
Selects given visual elements.
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.action.AboutAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.action.ExitAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.action.HelpContentsAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.action.PluginConfigurationAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.action.PluginUpdateAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.action.ImportFileAction
Deprecated. 
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.AbstractOpenEditorAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.DeleteActionDelegate
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.EditorAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.ExportDiagramAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.SaveAllAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.backward.editor.action.SearchAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.data.logging.ShowImportLogFileAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.data.template.export.ExportTemplateActionNavigator
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionGlobal
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardActionNavigator
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.dataview.ui.action.EnableFilteringAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.dataview.ui.action.OpenDataTableEditor
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveActionDelegate
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.editor.action.delegate.SaveAllActionDelegate
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.editor.action.EditorAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionGlobal
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardActionNavigator
selectionChanged(IImportTemplate) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateSelectionListener
Notifies about template selection change.
selectionChanged(IImportTemplate) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Notifies about template selection change.
selectionChanged(IImportTemplate) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Notifies about template selection change.
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.navigator.ui.action.CloseProjectAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.navigator.ui.action.CreateProjectAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.navigator.ui.action.OpenProjectAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.navigator.ui.action.RenameProjectAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.navigator.ui.action.ShowProjectStartupAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.path2.Path2SearchAction
 
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.schema.editor.action.DeleteActionDelegate
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
selectionChanged(IAction, ISelection) - Method in class pl.edu.agh.cast.schema.editor.action.layout.SetCircleLayoutAction
Temporarily disable this layout for non-full-diagram selections.
SelectLeafNodesAction - Class in pl.edu.agh.cast.schema.editor.action.select
Action for selecting leaf nodes on the schema diagram.
SelectLeafNodesAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.select.SelectLeafNodesAction
Constructor.
SelectLeafNodesAction_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
SelectMediatorsOperation - Class in pl.edu.agh.cast.backward.editor.operation
The implementation of 'select mediators' algorithm.
SelectMediatorsOperation(SelectMediatorsParameters, Collection<Node>) - Constructor for class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsOperation
Creates new 'select mediators' operation.
SelectMediatorsParameters - Class in pl.edu.agh.cast.backward.editor.operation
Parameters for SelectMediatorsOperation.
SelectMediatorsParameters() - Constructor for class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
SelectMediatorsParameters.SelectMediatorsMode - Enum in pl.edu.agh.cast.backward.editor.operation
Modes of 'mediator selcetion' algorithm.
selectNodes(Collection<Node>) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
Selects given nodes.
selectPersistenceProvider() - Static method in class pl.edu.agh.cast.data.persistence.PersistenceProviderLocator
Selects a persistence provider to be used in a new project.
SelectRootNumbersWizardPage - Class in pl.edu.agh.cast.ui.wizards
 
SelectRootNumbersWizardPage(String) - Constructor for class pl.edu.agh.cast.ui.wizards.SelectRootNumbersWizardPage
 
SelectRootNumbersWizardPage_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectRootNumbersWizardPage_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectRootNumbersWizardPage_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectRootNumbersWizardPage_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectRootNumbersWizardPage_5 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectRootNumbersWizardPage_6 - Static variable in class pl.edu.agh.cast.util.Messages
 
SelectSubmenu_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
selectTableColumn(int) - Method in class pl.edu.agh.cast.importer.wizard.utils.ButtonTableCreator
Selects a specified column index in table.
selectTableColumns(List<Integer>) - Method in class pl.edu.agh.cast.importer.wizard.utils.ButtonTableCreator
Method called by the mediating conversion rules configuration dialog in order to set the previously chosen table columns selection.
SEPARATOR_COMMA - Static variable in class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
The comma separator.
SEPARATOR_OPTION_NAME - Static variable in class pl.edu.agh.cast.data.importer.data.csv.CsvDataImporter
Separator option name identifier of the CSV data importer.
SEPARATOR_SEMICOMMA - Static variable in class pl.edu.agh.cast.importer.base.logging.AbstractImportLogger
The semicomma separator.
SerializableMethodHolder - Class in pl.edu.agh.cast.util.reflect
A serializable method holder.
SerializableMethodHolder(Method) - Constructor for class pl.edu.agh.cast.util.reflect.SerializableMethodHolder
Constructor.
SerializationPersistenceProvider - Class in pl.edu.agh.cast.data.persistence.serialize
A persistence provider which uses Java serialization for data persistence.
SerializationPersistenceProvider() - Constructor for class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProvider
 
SerializationPersistenceProviderFactory - Class in pl.edu.agh.cast.data.persistence.serialize
Factory for Java serialization-based persistence provider.
SerializationPersistenceProviderFactory() - Constructor for class pl.edu.agh.cast.data.persistence.serialize.SerializationPersistenceProviderFactory
Default constructor.
SerializationUtil - Class in pl.edu.agh.cast.backward.resources
Utility class for model serialization.
SerializationUtil() - Constructor for class pl.edu.agh.cast.backward.resources.SerializationUtil
 
SerializationUtil - Class in pl.edu.agh.cast.common
Utility class which provides methods for serialization object.
SerializationUtil() - Constructor for class pl.edu.agh.cast.common.SerializationUtil
 
serializeToFile(IDiagram) - Static method in class pl.edu.agh.cast.backward.resources.SerializationUtil
Serializes given model.
serializeToFile(DiagramEditorInput) - Static method in class pl.edu.agh.cast.backward.resources.SerializationUtil
Serializes diagram from given DiagramEditorInput.
set(int, Object) - Method in class pl.edu.agh.cast.importer.base.data.DataRow
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.backward.editor.action.EditorAction
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.backward.editor.action.ExportDiagramAction
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.dataview.ui.action.EnableFilteringAction
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.editor.action.EditorAction
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.path2.Path2SearchAction
 
setActiveEditor(IAction, IEditorPart) - Method in class pl.edu.agh.cast.schema.editor.action.layout.AbstractSetLayoutAction
setActivePart(IAction, IWorkbenchPart) - Method in class pl.edu.agh.cast.backward.action.ImportFileAction
Deprecated. 
setActiveProject(IProject) - Static method in class pl.edu.agh.cast.CastApplication
Sets new active project.
setActualProvider(IPersistenceProvider) - Method in class pl.edu.agh.cast.data.persistence.TransparentPersistenceProvider
Sets the actual persistence provider.
setAllPropertiesMarkedAsLabel(String) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Sets map of of properties marked as labels for types of elements in the data set.
setAllPropertiesMarkedAsLabel(String) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Sets map of of properties marked as labels for types of elements in the data set.
setAnalyzer(IAnalyzer) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
setAnalyzers(List<IAnalyzer>) - Method in class pl.edu.agh.cast.importer.base.parser.ImportParser
 
setAttribute(String, Object) - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Sets the value of the attribute with given name.
setAttribute(String, Object) - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Sets the value of the attribute with given name.
setAttributeIsLabel(String, boolean) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Modifies registered attribute's showAsLabel flag.
setAttributeValue(String, Object) - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Sets a new attribute value, fires change event.
setAttributeValue(String, Object, AttributeMergePolicy) - Method in interface pl.edu.agh.cast.model.visual.backward.AttributeValueContainer
Sets a new attribute value according to given AttributeMergePolicy, fires change event.
setAttributeValue(String, Object) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Sets a new attribute value, fires change event.
setAttributeValue(String, Object, AttributeMergePolicy) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
Sets a new attribute value according to given AttributeMergePolicy, fires change event.
setBackground(Color) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorProjectInfo
setBendpoints(List<SchemaConnectionBendpoint>) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection
Sets list of bend points.
setBendpoints(List<SchemaConnectionBendpoint>) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Sets list of bend points.
setBendPoints(LayoutBendPoint[]) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Method required by LayoutRelationship interface.
setBlue(int) - Method in class pl.edu.agh.cast.common.HexColor
 
setBounds(Rectangle) - Method in class pl.edu.agh.cast.backward.figure.ImageFigure
setBounds(Rectangle) - Method in class pl.edu.agh.cast.figure.ImageFigure
setCaption(String) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
setChecked(boolean) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ErrorTypeContent
 
setChecked(Boolean) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingItemContent
 
setChecked(boolean) - Method in class pl.edu.agh.cast.importer.wizard.provider.ErrorTypeContent
 
SetCircleLayoutAction - Class in pl.edu.agh.cast.schema.editor.action.layout
Action to layout schema diagram using the EnhancedCircleLayoutAlgorithm.
SetCircleLayoutAction() - Constructor for class pl.edu.agh.cast.schema.editor.action.layout.SetCircleLayoutAction
 
setColumnAIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
setColumnBIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
setColumnCaptions(List<String>) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Sets the column captions for the tabular data columns.
setColumnIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
 
setColumnNo(int) - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
 
setColumns(List<TabularDataColumn>) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
 
setColumnsParameters(Map<Integer, ModelColumnParameter[]>) - Method in class pl.edu.agh.cast.data.template.Template
 
setComposite(Composite) - Method in class pl.edu.agh.cast.importer.base.logging.CompositeImportLogger
 
setConfig(String) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProvider
Sets the path to configuration/storage file.
setConfig(String) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Sets the path to configuration/storage file.
setConfig(String) - Method in interface pl.edu.agh.cast.data.persistence.IPersistenceProvider
Sets the path to configuration/storage file.
setConnection(IVisualSchemaConnection) - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
 
setConnectionFigure(SchemaPolylineConnection) - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Sets connection figure.
setContent(StringBuffer) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
 
setConversionRules(ISourceNodeConversionRule, ITargetNodeConversionRule, IDateConversionRule) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
Sets conversion rules for the converter.
setConversionRulesSelectionPageId(String) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
setConverter(IImportConverter) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
setConverter(IImportConverter) - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Sets a new import converter.
setConverter(IImportConverter) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Sets a new import converter.
setCreationDate(Date) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets the data set creation date.
setCreationDate(Date) - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
 
setCreationDate(Date) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Sets the data set creation date.
setData(SortedMap<IEntity, Integer>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
Sets the main entity composite's data.
setData(SortedMap<IEntity, Integer>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
Sets the main entity page data.
setData(Template, TabularData, BrokenDataInfo) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
Sets the validation page data.
setData(TabularData, Template, BrokenDataInfo) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
Sets the validation page composite data.
setData(Map<ModelColumn, Integer>, TabularData) - Method in class pl.edu.agh.cast.data.ui.template.ParametersComposite
Sets the parameters composite data.
setData(Map<ModelColumn, Integer>, TabularData) - Method in class pl.edu.agh.cast.data.ui.template.ParametersWizardPage
Sets the parameters wizard page and parameters composite data.
setData(ComboBoxTableCreator, int, IAnalyzer) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
Sets necessary data for this data type configuration dialog.
setData(AbstractConversionRulesSelectionPage, TabularData, String[], IConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
Sets necessary data for this conversion rule configuration dialog.
setData(AbstractConversionRulesSelectionPage, TabularData, String[], IConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
Sets necessary data for this conversion rule configuration dialog.
setDataSet(IDataSet<? extends IElement>) - Method in class pl.edu.agh.cast.data.model.AbstractElement
Sets the data set of the element.
setDataSetId(String) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
 
setDataSets(List<IDataSet>) - Method in interface pl.edu.agh.cast.model.base.IModel
Data sets setter.
setDataSets(List<IDataSet>) - Method in interface pl.edu.agh.cast.model.base.IRelation
The data sets which this relation belongs to.
setDataSets(List<IDataSet>) - Method in class pl.edu.agh.cast.model.base.Model
The data sets setter.
setDataSets(List<IDataSet>) - Method in class pl.edu.agh.cast.model.base.Relation
The data sets which this relation belongs to.
setDate(Date) - Method in class pl.edu.agh.cast.model.base.TimedRelation
Set the date of the relation.
setDateColumnIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
 
setDateFormat(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
Setter for the date format attribute.
setDateRule(IDateConversionRule) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
setDateRule(String) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Retrieves the date rule, given its identifier, and sets the resulting rule.
setDateRule(IDateConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Sets the date rule.
setDefaultGroup(boolean) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
 
setDefaultLayoutManagerClass(String) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Sets layout manager class which model should be opened with by default.
setDefaultLayoutManagerClass(String) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Sets layout manager class which model should be opened with by default.
setDefaultMergePolicy(AttributeMergePolicy) - Method in class pl.edu.agh.cast.model.attributes.Attribute
 
setDefaultValue(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
Sets the default value for the analyzer.
setDefaultValue(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Sets the default value for the analyzer.
setDefaultValue(String) - Method in interface pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer
Sets the default value for the analyzer.
setDefaultValue(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
Sets the default value for the analyzer.
setDefaultValue(String) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
Sets the default value for the analyzer.
setDerivedType(Type) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
The derived type setter may be invoked only if there is no domain model element, given presentation element is based on (i.e.
setDerivedType(Type) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
The derived type setter may be invoked only if there is no domain model element, given presentation element is based on (i.e.
setDescription(String) - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
setDescription(String) - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Sets template not null description.
setDescription(String) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Sets template not null description.
setDescription(String) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Sets group description.
setDescription(String) - Method in class pl.edu.agh.cast.importer.base.util.ConversionRuleInfo
 
setDescription(String) - Method in class pl.edu.agh.cast.importer.base.util.TokenizerInfo
 
setDescription(String) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setDescription(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setDescriptor(DataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets the data set descriptor.
setDiagram(Diagram) - Method in class pl.edu.agh.cast.model.visual.backward.NodeFactory
 
setDiagramName(String) - Method in class pl.edu.agh.cast.model.visual.backward.Legend
Sets the name of the IDiagram this legend is for.
setDiagrams(List<IDiagram>) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLProjectContainer
 
setDialogDescriptionLabel() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
 
setDialogDescriptionLabel() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.DateSingleColumnConversionRuleConfigDialog
 
setDialogDescriptionLabel() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.NumberSingleColumnRuleConfigDialog
 
setDialogDescriptionLabel() - Method in class pl.edu.agh.cast.importer.wizard.dialog.rule.StringSingleColumnConversionRuleConfigDialog
 
setDimensions(Dimension) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Sets dimensions of Node.
setDimensions(Dimension, Dimension) - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Sets dimensions of bend point.
setDirected(Boolean) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Sets the directed flag.
setDirected(Boolean) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Sets the directed flag.
setDirected(Boolean) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
 
setDirectionColumnIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
 
setDirections(List<String>, List<String>) - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
Sets the inbound and outbound direction texts.
setDisplayName(String) - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Sets the property display name.
setDisplayName(String) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Sets the display name of the diagram.
setDisplayName(String) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Sets diagram display name.
setDisplayName(String) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Sets the display name of the diagram.
setDisplayName(String) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Sets diagram display name.
setDisplayName(IProject, String) - Method in class pl.edu.agh.cast.project.ProjectUtil
Sets project's display name.
setDockLocation(int) - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
setDockLocation(int) - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
setDomainModelComboData(Combo) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Sets data and items to display for the domain model combo on InitImportPageComposite.
setDst(Node) - Method in class pl.edu.agh.cast.model.mapper.Link
Destination setter.
setDstAccessor(String) - Method in class pl.edu.agh.cast.model.mapper.Link
Target accessor setter.
setDstLinks(Set<Link>) - Method in class pl.edu.agh.cast.model.mapper.Node
The target links setter.
setDstPosition(int) - Method in class pl.edu.agh.cast.model.mapper.Link
The target position setter.
setEditorId(String) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Sets the id of editor this diagram is displayed in.
setEditorId(String) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Sets the id of editor this diagram is displayed in.
setElements(Collection<? extends T>) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets elements from this data set.
setElements(Collection<? extends T>) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Sets elements from this data set.
setEmptyTokensReplacements(TableViewer, Map<Integer, List<DataRow>>) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Sets empty token replacements for a given table viewer.
setEnabled(boolean) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
setEncoding(Charset) - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
Sets the input stream encoding.
setEncoding(Charset) - Method in interface pl.edu.agh.cast.importer.base.tokenizer.IImportTokenizer
Sets the input stream encoding.
setEndDate(Date) - Method in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
Sets the date of relation occurrence end.
setEndDate(Date) - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Sets the date of relation occurrence end.
setEntitiesAsMain(Collection<IEntity>) - Static method in class pl.edu.agh.cast.model.base.util.AbstractMainEntitiesUtil
Sets the property isMain to true, for given collection of entities.
setExistLabelList(List<String>) - Method in class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
 
setFile(IFile) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Set the file in which this diagram is stored.
setFile(IFile) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Set the file in which this diagram is stored.
setFilePath(String) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Sets the file path.
setFirst(T1) - Method in class pl.edu.agh.cast.common.collections.Pair
 
setFocus() - Method in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
setFocus() - Method in class pl.edu.agh.cast.ui.AbstractTableView
This method sets the focus on the tree viewer.
setFocus() - Method in class pl.edu.agh.cast.ui.AbstractTreeView
This method sets the focus on the tree viewer.
setFocus() - Method in class pl.edu.agh.cast.ui.outline.OutlineMiniatureView
setFooterData(int, int, String) - Method in class pl.edu.agh.cast.importer.base.logging.FileImportLogger
Sets the data necessary for the import logger footer.
setFooterData(int, int, int, int, String) - Method in class pl.edu.agh.cast.importer.base.logging.ImportLoggerPatternLayout
Sets the data for the logger footer.
setFormat(String) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
Sets the domain field format.
setFormat(String) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDirectedGraphConversionRule
Sets the domain field format.
setFormat(String) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractSingleColumnConversionRule
Sets the domain field format.
setFormat(String) - Method in interface pl.edu.agh.cast.importer.base.converter.rules.IConversionRule
Sets the domain field format.
setFormatComboData(Combo) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Sets data and items to display for the file format combo on InitImportPageComposite.
setFormatter(String) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
setFormatters(List<String>) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Sets the formatters for the tabular data columns.
setGraphData(Object) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
Required by LayoutEntity.
setGraphData(Object) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Required by LayoutRelationship.
setGreen(int) - Method in class pl.edu.agh.cast.common.HexColor
 
setGroup(TemplateGroup) - Method in class pl.edu.agh.cast.data.template.Template
 
setGroup(TemplateGroup) - Method in class pl.edu.agh.cast.importer.templates.template.Template
 
setGroupId(String) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setGroupId(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
SetGroupLayoutAction - Class in pl.edu.agh.cast.schema.editor.action.layout
Action to layout schema diagram using the GroupLayoutAlgorithm.
SetGroupLayoutAction() - Constructor for class pl.edu.agh.cast.schema.editor.action.layout.SetGroupLayoutAction
 
setHeaderRowIdx(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
 
setHeaderRowIdx(int) - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
 
setHeaderRowIdx(int) - Method in class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
 
setHeaderRowIdx(TableViewer, int) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Sets selected header row index within a specified table viewer.
setHeight(Integer) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
Sets the height of the node.
setHeight(Integer) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Sets the height of the node.
setId(UUID) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets the id of a data set.
setId(UUID) - Method in class pl.edu.agh.cast.data.model.AbstractElement
Sets the ID of the element.
setId(UUID) - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Sets the ID of the data set.
setId(String) - Method in interface pl.edu.agh.cast.model.base.IDataSet
Set the id of the data set.
setId(String) - Method in interface pl.edu.agh.cast.model.base.IEntity
The id of the entity (setter).
setId(String) - Method in interface pl.edu.agh.cast.model.base.IRelation
The id of the relation (setter).
setId(String) - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Domain specific id setter.
setId(long) - Method in class pl.edu.agh.cast.model.mapper.Link
Id setter.
setId(String) - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Domain specific id setter.
setId(String) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setId(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setImageExtension(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setImageId(String) - Method in class pl.edu.agh.cast.model.visual.backward.Node
 
setImageName(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setImagesPath(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setImageVariants(List<String>) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setImporterUtil(ImporterUtil) - Method in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
 
setImportLogger(FileRawDataLogger) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
 
setImportLoggerData(List<List<IImportLogger>>, String) - Method in class pl.edu.agh.cast.importer.base.converter.AbstractImportConverter
Sets the import process logger data.
setImportLoggerData(List<List<IImportLogger>>, String) - Method in interface pl.edu.agh.cast.importer.base.converter.IImportConverter
Sets the import process logger data.
setImportPageComposite(ImportPageComposite) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
 
setImportStrategy(IImportWizardStrategy) - Method in class pl.edu.agh.cast.importer.wizard.ImporterWizard
Sets new import strategy.
setIncomingRelations(List<? extends IManyToManyRelation>) - Method in class pl.edu.agh.cast.data.model.general.Entity
Sets the list of incoming relations associated with the entity.
setIncomingRelations(List<? extends IManyToManyRelation>) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Sets the list of incoming relations associated with the entity.
setIndex(int) - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
 
setInput(IEditorInput) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
setInput(IEditorInput) - Method in class pl.edu.agh.cast.editor.AbstractEditor
setInput(Collection<TemplateGroupTreeEntry>) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Sets list of import template groups as an input.
setInput(Collection<TemplateGroupTreeEntry>) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Sets list of import template groups as an input.
setInput(IEditorInput) - Method in class pl.edu.agh.cast.schema.editor.SchemaEditor
setInput(Object) - Method in class pl.edu.agh.cast.ui.AbstractTableView
Sets the input for the viewer.
setInput(Object) - Method in class pl.edu.agh.cast.ui.AbstractTreeView
Sets the input for the viewer.
setInput(PropertyTreeEntry) - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Sets input for the view.
setInput(PropertyTreeEntry) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Sets input for the view.
setInputColumnIndex(int) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
setInputData(TabularData) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
Setter for input data.
setInputData(List<? extends IPreprocessingItem>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
Initializes the items table viewer with the specified input.
setInputEntries(List<ConverterInputEntry>) - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
 
setInputFilePreview(String) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
Sets the specified input file content as the file preview.
setIsMain(boolean) - Method in class pl.edu.agh.cast.model.base.Entity
Set true if the number is main.
setIsMain(Boolean) - Method in class pl.edu.agh.cast.model.base.Entity
 
setIsMarkAsLabel(boolean) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
setLabel(String) - Method in interface pl.edu.agh.cast.backward.figure.ILabeledFigure
Sets the label of the figure.
setLabel(String) - Method in class pl.edu.agh.cast.backward.figure.NodeFigure
Sets the label of the figure.
setLabel(String) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Label setter.
setLabel(String) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Label setter.
setLabel(NodeFigure) - Method in class pl.edu.agh.cast.editpart.LabelCellEditorLocator
Sets the node figure.
setLabel(String) - Method in interface pl.edu.agh.cast.figure.ILabeledFigure
Sets the label of the figure.
setLabel(String) - Method in class pl.edu.agh.cast.figure.NodeFigure
Sets the label of the figure.
setLabel(String) - Method in interface pl.edu.agh.cast.navigator.INavigatorItemProvider
Sets item provider label.
setLabel(String) - Method in class pl.edu.agh.cast.navigator.provider.AbstractNavigatorItemProvider
Sets item provider label.
setLabel(String) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setLabel(String) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setLabel(String) - Method in class pl.edu.agh.cast.schema.editor.figure.SchemaPolylineConnection
Sets label's text for this connection.
setLabel(NodeFigure) - Method in class pl.edu.agh.cast.tool.LabelCellEditorLocator
Sets the node figure.
SetLayoutCommand - Class in pl.edu.agh.cast.schema.editor.command
Command positioning given elements according to injected algorithm strategy.
SetLayoutCommand(ILayoutAlgorithm, ISchemaDiagram, Collection<ISchemaNode>, String) - Constructor for class pl.edu.agh.cast.schema.editor.command.SetLayoutCommand
Constructor.
SetLayoutCommand(ILayoutAlgorithm, ISchemaDiagram, String) - Constructor for class pl.edu.agh.cast.schema.editor.command.SetLayoutCommand
Constructor which get contents edit part.
SetLayoutCommand_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
setLayoutInformation(Object) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
 
setLayoutInformation(Object) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutRelationshipImpl
Sets object representing some additional information about layout.
setLayoutInitialized(boolean) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
 
setLayoutManager(LayoutManager) - Method in interface pl.edu.agh.cast.backward.editor.ILayoutSwitchable
Sets new layout manager.
setLocation(Point) - Method in interface pl.edu.agh.cast.model.visual.backward.IMoveable
Sets new location of movable element.
setLocation(Point) - Method in class pl.edu.agh.cast.model.visual.backward.Legend
Sets new location of movable element.
setLocation(Point) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Sets new location of movable element.
setLocation(Point) - Method in class pl.edu.agh.cast.model.visual.Legend
 
setLocation(Point) - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
 
setLocation(String) - Method in class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
 
setLocationInLayout(double, double) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
Sets new position of the node
Warning! coordinates will be casted to int
setMatchCase(boolean) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
setMetaPropertyManager(MetaPropertyManager) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Sets the MetaPropertyManager of this container's properties.
setMid(long) - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
Base model id setter.
setMid(long) - Method in interface pl.edu.agh.cast.model.mapper.Mappable
Base model id setter.
setMid(long) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
setMinEachConnections(int) - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
setMinMainConnections(int) - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
setMinTotalConnections(int) - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
setMode(SelectMediatorsParameters.SelectMediatorsMode) - Method in class pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters
 
setModel(IModel) - Method in class pl.edu.agh.cast.model.base.DataSet
 
setModel(IModel) - Method in interface pl.edu.agh.cast.model.base.IDataSet
Model setter.
setModelExtensionId(String) - Method in class pl.edu.agh.cast.model.base.DataSet
Sets the ID of the model extension (see pl.edu.agh.cast.model Extension Point) which defines this data set.
setModelExtensionId(String) - Method in interface pl.edu.agh.cast.model.base.IDataSet
Sets the ID of the model extension (see pl.edu.agh.cast.model Extension Point) which defines this data set.
setModelUtil(ModelUtil) - Method in class pl.edu.agh.cast.data.template.Template
 
setModelUtil(ModelUtil) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
 
setModelUtil(ModelUtil) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
setMustSaveTemplate() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
This method marks flag that template from import process must be saved.
setName(String) - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
setName(String) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets the name of the data set.
setName(String) - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
 
setName(String) - Method in class pl.edu.agh.cast.data.model.general.Entity
Sets the entity name.
setName(String) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Sets the entity name.
setName(String) - Method in interface pl.edu.agh.cast.data.model.IDataSet
Sets the name of the data set.
setName(String) - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Sets template not null name.
setName(String) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Sets template not null name.
setName(String) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplateGroup
Sets group name.
setName(String) - Method in interface pl.edu.agh.cast.model.base.IModel
Model name setter.
setName(String) - Method in class pl.edu.agh.cast.model.base.Model
The name setter.
setNameExists(boolean) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
Sets the templateNameExists label's visibility to the value of the specified flag.
setNeedsInitialLayout(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Sets the flag indicating whether the diagram needs to be initial laid out.
setNeedsInitialLayout(boolean) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Sets the flag indicating whether the diagram needs to be initial laid out.
setNodeName(String) - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Sets the name of the node which correspond to this statistics row.
setNodesPositions(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.AbstractLayoutAlgorithm
Sets positions of given nodes.
setNodesPositions(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.EnhancedCircleLayoutAlgorithm
Method from AbstractLayoutAlgorithm.
setNodesPositions(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.GroupLayoutAlgorithm
Sets positions of given nodes.
setNodesPositions(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.Peacock3LayoutAlgorithm
 
setNodesPositions(Collection<ISchemaNode>, IProgressMonitor) - Method in class pl.edu.agh.cast.schema.editor.layout.algorithm.RandomLayoutAlgorithm
Sets positions of given nodes.
setOriginalDataSets(List<? extends IDataSet<? extends IElement>>) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Sets the original data sets which are presented by this presentation data set.
setOriginalDataSets(List<? extends IDataSet<? extends IElement>>) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Sets the original data sets which are presented by this presentation data set.
setOriginalElements(List<? extends T>) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Sets the original elements which are presented by this presentation elements.
setOriginalElements(List<? extends T>) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Sets the original elements which are presented by this presentation elements.
setOutgoingRelations(List<? extends IManyToManyRelation>) - Method in class pl.edu.agh.cast.data.model.general.Entity
Sets the list of outgoing relations associated with the entity.
setOutgoingRelations(List<? extends IManyToManyRelation>) - Method in interface pl.edu.agh.cast.data.model.general.IEntity
Sets the list of outgoing relations associated with the entity.
setOutputType(Type) - Method in class pl.edu.agh.cast.data.converter.ConverterSpecification
 
setPaletteState(int) - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
setPaletteState(int) - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
setPaletteWidth(int) - Method in class pl.edu.agh.cast.backward.editor.DefaultFlayoutPreferences
setPaletteWidth(int) - Method in class pl.edu.agh.cast.editor.DefaultFlayoutPreferences
setParameters(ModelColumnParameter[]) - Method in class pl.edu.agh.cast.model.ModelColumn
 
setParent(PropertyTreeEntry) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry
 
setParser(IImportParser) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Sets the parser.
setParser(IImportParser) - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Sets a new import parser.
setParser(IImportParser) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Sets a new import parser.
SetPeacockLayoutAction - Class in pl.edu.agh.cast.schema.editor.action.layout
Action to layout schema diagram using the Peacock3LayoutAlgorithm.
SetPeacockLayoutAction() - Constructor for class pl.edu.agh.cast.schema.editor.action.layout.SetPeacockLayoutAction
 
setPreference(UserPreferences.Pref, String) - Method in class pl.edu.agh.cast.project.UserPreferences
Sets the value of given preference.
setPreprocessingActive(boolean) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
 
setPreprocessingResult(List<? extends IPreprocessingItem>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
Sets the preprocessing result and its dependent attributes.
setPreprocessorId(String) - Method in class pl.edu.agh.cast.data.template.Template
 
setPresentationDataSet(M) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Sets the reference to the presentation data set wrapped by this visual data set.
setPresentationDataSetDescriptor(PresentationDataSetDescriptor) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Sets the descriptor of presentation data set wrapped by visual data set described by this descriptor.
setPresentationElement(M) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualElement
Sets the element from presentation model which is described by this visual element.
setPresentationElement(M) - Method in class pl.edu.agh.cast.data.model.visual.VisualElement
Sets the element from presentation model which is described by this visual element.
setPriority(int) - Method in class pl.edu.agh.cast.model.mapper.Link
Priority setter.
setPriority(Object) - Method in class pl.edu.agh.cast.model.mapper.Link
Priority setter (tries to translate given object to priority).
setProject(IProject) - Method in class pl.edu.agh.cast.data.ui.importer.action.ImportWizardAction
 
setProject(IProject) - Method in class pl.edu.agh.cast.importer.wizard.action.ImportWizardAction
Sets the project value.
setProject(IProject) - Method in class pl.edu.agh.cast.navigator.ui.NavigatorProjectInfo
Sets the (active) project to be described by this control.
setProjectLocation(String) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
 
setProjectName(String) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLProjectContainer
 
setProperty(String, Object) - Method in interface pl.edu.agh.cast.data.model.property.IPropertyContainer
Modifies property value.
setProperty(String, Object) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Modifies property value.
setProperty(IProject, String, String) - Static method in class pl.edu.agh.cast.project.ProjectUtil
Sets property for given project.
setProperty(IProject, String, String) - Static method in class pl.edu.agh.cast.resources.BaseProjectUtil
Sets property for given project.
setProvider(IPersistenceProvider) - Method in class pl.edu.agh.cast.data.persistence.AbstractPersistenceProviderDecorator
Sets the decorated provider.
SetRandomLayoutAction - Class in pl.edu.agh.cast.schema.editor.action.layout
Action for laying nodes using the random layout algorithm.
SetRandomLayoutAction() - Constructor for class pl.edu.agh.cast.schema.editor.action.layout.SetRandomLayoutAction
 
setRed(int) - Method in class pl.edu.agh.cast.common.HexColor
 
setReference(T) - Method in interface pl.edu.agh.cast.data.model.IReference
Sets the instance referred by the reference.
setReferences(List<? extends T>) - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Sets the instance referred by the reference.
setReferences(Iterable<? extends T>) - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Sets the instance referred by the reference.
setRelations(List<IRelation>) - Method in class pl.edu.agh.cast.model.base.DataSet
Sets the relations of this data set.
setRelations(List<IRelation>) - Method in interface pl.edu.agh.cast.model.base.IDataSet
Sets the relations of this data set.
setRelativeDimensions(Dimension, Dimension) - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.AbstractBendpointCommand
Sets dimensions describing location of bend point relating to connection.
setResourceId(String) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
Sets the resource id of the node.
setResourceId(String) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Sets the resource id of the node.
setResourcesProvidersReader(ResourceRegistry.IVisualResourcesProvidersReader) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
 
setRowsWithEmptyTokens(List<DataRow>) - Method in class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
 
setRuleComboData(Combo, Class<?>) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Sets data and items to display for the specified ombo with conversion rule implementing a specified interface class.
setRuleCombosMap() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPageComposite
Sets the mediator's mapping of rules to the comboboxes that handle their configuration.
setRuleCombosMap(Map<Class<? extends IConversionRule>, Combo>) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
 
setRuleDescriptionLabel(String, Label) - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Sets the specified description label for a conversion rule with specified identifier.
setSaved(boolean) - Method in class pl.edu.agh.cast.model.mapper.Link
Saved flag setter.
setSaved(boolean) - Method in class pl.edu.agh.cast.model.mapper.Node
Saved flag setter.
setSaved(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.ModelElement
 
setSearchedText(String) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Sets the searched text.
setSecond(T2) - Method in class pl.edu.agh.cast.common.collections.Pair
 
setSelected(int, int) - Method in class pl.edu.agh.cast.data.ui.template.MappingWizardPage
Selects event for prepared combobox.
setSelectedDirections(List<String>, CheckboxTableViewer, Text) - Method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
 
setSelectedEncoding(Charset) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPage
Sets the selected encoding.
setSelectedEncoding(Charset) - Method in class pl.edu.agh.cast.importer.wizard.page.FileParamsSelectionPageComposite
Sets the selected encoding.
setSelectedEntities(IEntity[]) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityPage
 
setSelectedRow(List<DataRow>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.provider.ListColumnLabelProvider
 
setSelectedRow(List<? extends IDataRow<?>>) - Method in class pl.edu.agh.cast.importer.wizard.provider.ListColumnLabelProvider
 
setSelectedRows(TableViewer, List<DataRow>) - Static method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Sets selected data rows within a specified table viewer.
setSelectedRows(TableViewer, List<? extends IDataRow<?>>) - Static method in class pl.edu.agh.cast.importer.wizard.utils.TableViewerHelper
Sets selected data rows within a specified table viewer.
setSettings(IDiagramSettings) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Sets diagram settings.
setSettings(IDiagramSettings) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Sets diagram settings.
setSheetName(String) - Method in class pl.edu.agh.cast.importer.base.data.RawTabularData
 
setShellStyle(int) - Method in class pl.edu.agh.cast.data.ui.logging.ImportLogFileDialog
setShowAsLabel(boolean) - Method in class pl.edu.agh.cast.model.attributes.Attribute
Sets new value of showAsLabel flag.
setShowLegend(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.DiagramSettings
Sets the flag indicating whether diagram legend should be displayed.
setShowLegend(boolean) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagramSettings
Sets the flag indicating whether diagram legend should be displayed.
setSizeInLayout(double, double) - Method in class pl.edu.agh.cast.zestalgorithms.core.LayoutEntityAdapter
Sets new position of the node
Warning! coordinates will be casted to int
setSorterData(ColumnViewer, TableColumn, int) - Method in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Sets the sorter's data.
setSource(IEntity) - Method in interface pl.edu.agh.cast.model.base.IRelation
The source of the relation (setter).
setSource(IEntity) - Method in class pl.edu.agh.cast.model.base.Relation
The source of the relation (setter).
setSource(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Sets source node of this connection group.
setSource(double) - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Sets the value of the statistics for the source edges.
setSourceDate(Date) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Sets the date of source acquisition.
setSourceDate(Date) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
setSourceDate(Date) - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Sets the date of source acquisition.
setSourceDescription(String) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Sets the description of the data set source.
setSourceDescription(String) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
setSourceDescription(String) - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Sets the description of the data set source.
setSourceEntities(List<? extends IEntity>) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Sets source entities associated with the relation.
setSourceEntities(List<? extends IEntity>) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Sets source entities associated with the relation.
setSourceEntity(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IOneToOneRelation
Sets the source entity.
setSourceEntity(IEntity) - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Sets the source entity.
setSourceEntity(IEntity) - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Sets the source entity.
setSourceName(String) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSet
Sets the name of the data set source.
setSourceName(String) - Method in class pl.edu.agh.cast.data.model.domain.DomainDataSetDescriptor
 
setSourceName(String) - Method in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
Sets the name of the data set source.
setSourceNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
setSourceNode(ISchemaNode) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Sets source node.
setSourceNode(ISchemaNode) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Sets source node.
setSourceNodeRule(ISourceNodeConversionRule) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
setSourceNodeRule(String) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Retrieves the source node rule, given its identifier, and sets the resulting rule.
setSourceNodeRule(ISourceNodeConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Sets the source node rule.
setSourceRelations(List<IRelation>) - Method in class pl.edu.agh.cast.model.base.Entity
Source relations (setter).
setSourceRelations(List<IRelation>) - Method in interface pl.edu.agh.cast.model.base.IEntity
Source relations (setter).
setSpecification(ConverterSpecification) - Method in class pl.edu.agh.cast.data.converter.ConverterReference
 
setSrc(Node) - Method in class pl.edu.agh.cast.model.mapper.Link
Source setter.
setSrcAccessor(String) - Method in class pl.edu.agh.cast.model.mapper.Link
Source accessor setter.
setSrcLinks(Set<Link>) - Method in class pl.edu.agh.cast.model.mapper.Node
The source links setter.
setSrcPosition(int) - Method in class pl.edu.agh.cast.model.mapper.Link
 
setStartDate(Date) - Method in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
Sets the date of relation occurrence start.
setStartDate(Date) - Method in class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Sets the date of relation occurrence start.
setStartDate(Date) - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
setSummary(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Set the summary flag.
setSuppressAllEvents(boolean) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in class pl.edu.agh.cast.data.model.property.PropertyChangeProviderHelper
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Sets suppress all events flag.
setSuppressAllEvents(boolean) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Sets suppress all events flag.
setSuppressEvents(boolean) - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
Suppresses all events fired by this diagram.
setSuppressEvents(boolean) - Method in interface pl.edu.agh.cast.model.visual.backward.IDiagram
Suppresses all events fired by this diagram.
setSuppressLocationChangeEvents(boolean) - Method in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
Sets suppress location change events flag.
setSuppressLocationChangeEvents(boolean) - Method in class pl.edu.agh.cast.data.model.visual.VisualDataSet
Sets suppress location change events flag.
setSuppressLocationChangeEvents(boolean) - Static method in class pl.edu.agh.cast.model.visual.backward.Node
 
setTags(List<String>) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setTags(List<String>) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setTarget(IEntity) - Method in interface pl.edu.agh.cast.model.base.IRelation
The target of the relation (setter).
setTarget(IEntity) - Method in class pl.edu.agh.cast.model.base.Relation
The target of the relation (setter).
setTarget(Node) - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Sets target node of this connection group.
setTarget(double) - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
Sets the value of the statistics for the target edges.
setTargetEntities(List<? extends IEntity>) - Method in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
Sets target entities associated with the relation.
setTargetEntities(List<? extends IEntity>) - Method in class pl.edu.agh.cast.data.model.general.ManyToManyRelation
Sets target entities associated with the relation.
setTargetEntity(IEntity) - Method in interface pl.edu.agh.cast.data.model.general.IOneToOneRelation
Sets the target entity.
setTargetEntity(IEntity) - Method in class pl.edu.agh.cast.data.model.general.OneToOneRelation
Sets the target entity.
setTargetEntity(IEntity) - Method in class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Sets the target entity.
setTargetNode(Node) - Method in class pl.edu.agh.cast.model.visual.backward.Connection
 
setTargetNode(ISchemaNode) - Method in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Sets target node.
setTargetNode(ISchemaNode) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaConnection
Sets target node.
setTargetNodeRule(ITargetNodeConversionRule) - Method in class pl.edu.agh.cast.importer.base.general.GeneralImportConverter
 
setTargetNodeRule(String) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Retrieves the target node rule, given its identifier, and sets the resulting rule.
setTargetNodeRule(ITargetNodeConversionRule) - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Sets the target node rule.
setTargetRelations(List<IRelation>) - Method in class pl.edu.agh.cast.model.base.Entity
Target relations (setter).
setTargetRelations(List<IRelation>) - Method in interface pl.edu.agh.cast.model.base.IEntity
Target relations (setter).
setTemplate(Template) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
 
setTemplate(IImportTemplate) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Sets the template.
setTemplateName(String) - Method in class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPageComposite
Sets the template name value in template name text field.
setTimeColumnIndex(int) - Method in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
 
settings - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Diagram settings.
setTokenizer(IImportTokenizer) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Sets the tokenizer.
setTokenizer(IImportTokenizer) - Method in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
Sets a new import tokenizer.
setTokenizer(IImportTokenizer) - Method in class pl.edu.agh.cast.importer.base.template.ImportTemplate
Sets a new import tokenizer.
setTokenizerOptions(List<ITokenizerOption>) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Sets the tokenizer options.
setTokenizerOptions(List<ITokenizerOption>) - Method in class pl.edu.agh.cast.importer.base.tokenizer.AbstractImportTokenizer
Sets the tokenizer options.
setTokenizerOptions(List<ITokenizerOption>) - Method in interface pl.edu.agh.cast.importer.base.tokenizer.IImportTokenizer
Sets the tokenizer options.
setType(Type) - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
Sets the type of a data set.
setType(Type) - Method in class pl.edu.agh.cast.data.model.AbstractElement
Sets the type of the element.
setType(Type) - Method in class pl.edu.agh.cast.data.model.DataSetDescriptor
Sets the type of the data set.
setType(Class<?>) - Method in class pl.edu.agh.cast.importer.base.data.TabularDataColumn
 
setType(String) - Method in class pl.edu.agh.cast.model.visual.backward.Node
Sets the type of this node.
setType(Type) - Method in class pl.edu.agh.cast.resource.VisualResource
 
setType(Type) - Method in class pl.edu.agh.cast.resource.VisualResourceEntry
 
setupConnectionGroups() - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
 
setUseWildcards(boolean) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
setValue(Object) - Method in class pl.edu.agh.cast.data.model.property.CustomProperty
Sets property value.
setValue(Object) - Method in class pl.edu.agh.cast.data.model.property.PermanentProperty
Sets property value.
setValue(Object) - Method in class pl.edu.agh.cast.data.model.property.Property
Sets property value.
setValue(Object) - Method in class pl.edu.agh.cast.data.model.property.TransientProperty
Sets property value.
setValue(Object, Object) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.DataRowEditingSupport
setValue(Object, Object) - Method in class pl.edu.agh.cast.importer.wizard.utils.DataRowEditingSupport
setValue(Object) - Method in class pl.edu.agh.cast.model.mapper.Node
Node value setter.
setValue(long) - Method in class pl.edu.agh.cast.model.mapper.Node
 
setValue(int) - Method in class pl.edu.agh.cast.model.mapper.Node
 
setValue(double) - Method in class pl.edu.agh.cast.model.mapper.Node
The value setter.
setValue(boolean) - Method in class pl.edu.agh.cast.model.mapper.Node
The value setter.
setValue(String) - Method in class pl.edu.agh.cast.model.mapper.Node
The value setter.
setValue(Date) - Method in class pl.edu.agh.cast.model.mapper.Node
The value setter.
setViewer(EditPartViewer) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
setVisualDataSet(IVisualDataSet) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
Sets the visual data set associated with this presentation element.
setVisualDataSet(IVisualDataSet) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationDataSet
Sets the visual data set associated with this presentation element.
setVisualElement(IVisualElement) - Method in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
Sets the visual element associated with this presentation element.
setVisualElement(IVisualElement) - Method in class pl.edu.agh.cast.data.model.presentation.PresentationElement
Sets the visual element associated with this presentation element.
setWeight(float) - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
Sets weight of bend point.
setWholeWord(boolean) - Method in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
 
setWidth(Integer) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
Sets the width of the node.
setWidth(Integer) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Sets the width of the node.
setWritable(boolean) - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
Sets the writable flag.
setWritable(boolean) - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
Sets the writable flag.
setWritable(boolean) - Method in class pl.edu.agh.cast.data.model.property.MetaTransientProperty
Sets the writable flag.
setXCoordinate(Integer) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
Sets the x coordinate of the node.
setXCoordinate(Integer) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Sets the x coordinate of the node.
setYCoordinate(Integer) - Method in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
Sets the y coordinate of the node.
setYCoordinate(Integer) - Method in class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Sets the y coordinate of the node.
setZoomManager(ZoomManager) - Method in class pl.edu.agh.cast.palette.RectangleZoomToolEntry
 
setZoomManager(ZoomManager) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
shell - Variable in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
The dialog shell.
shell - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractConversionRuleConfigDialog
The dialog shell.
shouldChangeTokenizePreview() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Returns false if tokenize preview is up to date.
shouldParse() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Returns false if actual parsed data is up to date and parsing don't must be invoked.
shouldTokenize() - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Returns false if tokenized data is up to date and tokenization don't must be invoked.
showAtLeastOneLabelMustBeMarkedMessage() - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Shows message: 'At least one property must be marked as label'.
showAtLeastOneLabelMustBeMarkedMessage() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Shows message: 'At least one property must be marked as label'.
ShowAttribute_AttributeValueHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_AddAttribute - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_AttributeNameHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_DeleteSelectedAttribute - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_DialogHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_InvalidFormat - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_SourceTargetLabelText - Static variable in class pl.edu.agh.cast.util.Messages
 
ShowAttributes_TargetSourceLabelText - Static variable in class pl.edu.agh.cast.util.Messages
 
showCannotRemoveBuiltinPropertyMessage(String) - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Shows message: 'Cannot remove built-in property'.
showCannotRemoveBuiltinPropertyMessage(String) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Shows message: 'Cannot remove built-in property'.
showCannotRemoveCategoryMessage() - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Shows message: 'Cannot remove category'.
showCannotRemoveCategoryMessage() - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Shows message: 'Cannot remove category'.
showCannotRemoveTemplateError(IImportTemplate, TemplateException) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Notifies user that an error occurred removing a given template.
showCannotRemoveTemplateError(IImportTemplate, TemplateException) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Notifies user that an error occurred removing a given template.
showCurrentEditValue(DirectEditRequest) - Method in class pl.edu.agh.cast.policy.NodeDirectEditPolicy
showCurrentEditValue(DirectEditRequest) - Method in class pl.edu.agh.cast.schema.editor.policy.SchemaNodeDirectEditPolicy
showErrorBox(String, String) - Method in interface pl.edu.agh.cast.ui.util.IMsgBoxHelper
Shows error box.
showErrorBox(String, String) - Method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows error box.
showErrorBox(Composite, String, String) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows error box.
showFilePreview(List<String>, List<Integer>) - Method in class pl.edu.agh.cast.importer.wizard.page.ColumnBreaksSelectionComposite
Shows file content in fileContentLbl label.
showGUI() - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPageComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.data.ui.template.NewTemplateComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.data.ui.template.ParametersComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateAndTimeConfigDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.DirectionConfigDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.NumericDataConfigDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.ErrorTypesDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.dialog.SplitColumnsDialog
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.ui.dialogs.search.ColorFilterPanel
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.ui.dialogs.search.NumericFilterPanel
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
showGUI() - Static method in class pl.edu.agh.cast.ui.dialogs.search.StringFilterPanel
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
ShowImportLogFileAction - Class in pl.edu.agh.cast.data.logging
Action of showing the import log file, which is contributed into the workbench window.
ShowImportLogFileAction() - Constructor for class pl.edu.agh.cast.data.logging.ShowImportLogFileAction
 
showInfoBox(String, String) - Method in interface pl.edu.agh.cast.ui.util.IMsgBoxHelper
Shows information box.
showInfoBox(String, String) - Method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows information box.
showInfoBox(Composite, String, String) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows information box.
ShowLegendSettingChangedAction - Class in pl.edu.agh.cast.backward.editor.action
Action for checking diagram's legend settings.
ShowLegendSettingChangedAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.backward.editor.action.ShowLegendSettingChangedAction
Creates new instance of the action.
ShowLegendSettingChangedAction - Static variable in class pl.edu.agh.cast.util.Messages
 
showLoadingPreviewInfo() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewComposite
Shows 'load preview' text on conversion preview.
showNoTemplateSelectedInfo() - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Notifies user that no template is selected while trying to remove one.
showNoTemplateSelectedInfo() - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Notifies user that no template is selected while trying to remove one.
showPreprocessingPreview(List<? extends IPreprocessingItem>) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Returns proposed changes for the preprocessed items or null if either the items or the preprocessor were undefined.
showPreviewNotAvailable() - Method in class pl.edu.agh.cast.importer.wizard.page.ConversionPreviewComposite
Shows 'preview not available' text on conversion preview.
ShowProjectStartupAction - Class in pl.edu.agh.cast.navigator.ui.action
Action for showing ProjectStartupDialog.
ShowProjectStartupAction() - Constructor for class pl.edu.agh.cast.navigator.ui.action.ShowProjectStartupAction
 
ShowPropertiesAction - Class in pl.edu.agh.cast.schema.editor.action
Class responsible for showing Properties editor.
ShowPropertiesAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
Constructor.
ShowPropertiesAction_0 - Static variable in class pl.edu.agh.cast.schema.editor.util.Messages
 
showPropertyAlreadyExistsMessage(String) - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Shows message: 'Property already exists'.
showPropertyAlreadyExistsMessage(String) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Shows message: 'Property already exists'.
showQuestionBox(String, String) - Method in interface pl.edu.agh.cast.ui.util.IMsgBoxHelper
Shows Y/N question box.
showQuestionBox(String, String) - Method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows Y/N question box.
showQuestionBox(Composite, String, String) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows Y/N question box.
showRemovePropertyQuestion(String) - Method in interface pl.edu.agh.cast.ui.dialogs.property.IPropertiesEditorView
Shows question: 'Do you want to remove property?'.
showRemovePropertyQuestion(String) - Method in class pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorDialog
Shows question: 'Do you want to remove property?'.
showRemoveTemplateConfirmationQuestion(IImportTemplate) - Method in interface pl.edu.agh.cast.importer.wizard.template.ITemplateManagementView
Asks user if he/she wants to remove a given template.
showRemoveTemplateConfirmationQuestion(IImportTemplate) - Method in class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
Asks user if he/she wants to remove a given template.
ShowStatisticsAction - Class in pl.edu.agh.cast.backward.editor.action
Action for displaying StatisticsDialog.
ShowStatisticsAction(IWorkbenchPart) - Constructor for class pl.edu.agh.cast.backward.editor.action.ShowStatisticsAction
Creates new instance of the action for showing StatisticsDialog.
ShowStatisticsAction - Class in pl.edu.agh.cast.dataview.ui.action
Implementation of the show statistics action, which is used in the data table editor and case navigator, to show data statistics.
ShowStatisticsAction() - Constructor for class pl.edu.agh.cast.dataview.ui.action.ShowStatisticsAction
 
ShowStatisticsDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
showWarningBox(String, String) - Method in interface pl.edu.agh.cast.ui.util.IMsgBoxHelper
Shows warning box.
showWarningBox(String, String) - Method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows warning box.
showWarningBox(Composite, String, String) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows warning box.
showWarningMsgBox() - Method in class pl.edu.agh.cast.importer.wizard.general.GeneralConversionRulesSelectionPage
Displays a warning box before wizard finish with an appropriate message, if necessary.
showWarningMsgBox() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractConversionRulesSelectionPage
Displays a warning box before wizard finish with an appropriate message, if necessary.
showWarningQuestionBox(String, String) - Method in interface pl.edu.agh.cast.ui.util.IMsgBoxHelper
Shows warning Y/N question box.
showWarningQuestionBox(String, String) - Method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows warning Y/N question box.
showWarningQuestionBox(Composite, String, String) - Static method in class pl.edu.agh.cast.ui.util.MsgBoxHelper
Shows warning Y/N question box.
shrinkColumn(TableColumn) - Method in class pl.edu.agh.cast.data.ui.utils.TableViewerHelper
Shrinks the specified column.
SimpleCharset - Enum in pl.edu.agh.cast.importer.wizard.utils
Class representing simple charsets and their descriptions that are to be displayed in directly on the FileParamsSelectionPage.
SimpleCharset_ISO88592 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SimpleCharset_UTF8 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SimpleCharset_windows1250 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SimpleDateFormatXStreamConverter - Class in pl.edu.agh.cast.importer.base.template.internal
Converts SimpleDateFormat objects into XML.
SimpleDateFormatXStreamConverter() - Constructor for class pl.edu.agh.cast.importer.base.template.internal.SimpleDateFormatXStreamConverter
 
SINGLE_CONNECTION_LABEL - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Connection single line label changed event.
SingleColumnConversionRule_ClassCastDesc - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
SingleColumnConversionRule_ClassCastMsg - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
SingleColumnConversionRule_Description - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
SingleFilter - Class in pl.edu.agh.cast.dataview.column.filter.cnf
Filter which use data view's DataViewColumnFilter to filter values.
SingleFilter(DataViewColumnFilter, String) - Constructor for class pl.edu.agh.cast.dataview.column.filter.cnf.SingleFilter
The constructor.
size() - Method in interface pl.edu.agh.cast.data.model.IReferenceList
Returns the number of references in the list.
size() - Method in class pl.edu.agh.cast.rawdata.DataRow
Returns the number of elements in this list.
size() - Method in class pl.edu.agh.cast.rawdata.TabularData
Returns table rows count.
source - Variable in class pl.edu.agh.cast.model.base.Relation
The source of the relation.
SOURCE - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the field used to indicate the source of the relation.
SOURCE_ATTRIBUTE_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Source attribute name for Relation and TimedRelation in the model exsd.
SOURCE_ENTITIES - Static variable in class pl.edu.agh.cast.data.model.general.IManyToManyRelation.Properties
The name of the 'source entities' property.
SOURCE_NODE_CAST_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of incorrect source node identifier value error.
SourceColumnsValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for source columns.
SourceColumnsValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.SourceColumnsValueProvider
 
SourceNodeSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.general
Source node conversion rule for a single column.
SourceNodeSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.general.SourceNodeSingleColumnConversionRule
The default constructor.
sourceRelations - Variable in class pl.edu.agh.cast.model.base.Entity
Source relations are relations which have this entity as their source.
SPACE - Static variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The space character.
SplitColumnsDialog - Class in pl.edu.agh.cast.importer.wizard.dialog
Dialog of the import wizard, which serves for selection of additional column delimiters.
SplitColumnsDialog(Shell, DelimiterSelectionPage) - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.SplitColumnsDialog
The default constructor.
SplitColumnsDialog_DelimitersGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SplitColumnsDialog_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SplitColumnsDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
SpringLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for SpringLayoutAlgorithm layout algorithm.
SpringLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.SpringLayoutAlgorithmAction
Default constructor.
stackChanged(CommandStackEvent) - Method in class pl.edu.agh.cast.backward.editor.AbstractEditor
stackChanged(CommandStackEvent) - Method in class pl.edu.agh.cast.editor.AbstractEditor
start(BundleContext) - Method in class pl.edu.agh.cast.Activator
start(IApplicationContext) - Method in class pl.edu.agh.cast.CastApplication
start(BundleContext) - Method in class pl.edu.agh.cast.common.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.data.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.data.model.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.data.persistence.zlayer.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.dataview.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.importer.base.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.importer.templates.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.importer.wizard.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.model.base.BasePlugin
start(BundleContext) - Method in class pl.edu.agh.cast.path2.Activator
 
start(BundleContext) - Method in class pl.edu.agh.cast.schema.editor.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.schema.model.Activator
start(BundleContext) - Method in class pl.edu.agh.cast.zestalgorithms.Activator
 
StartDateColumnValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for Start Date column.
StartDateColumnValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.StartDateColumnValueProvider
 
Statistic - Class in pl.edu.agh.cast.model.visual.backward
The Statistics class represents single row of statistics of given domain model, which corresponds to single graph node.
Statistic(String, int, int) - Constructor for class pl.edu.agh.cast.model.visual.backward.Statistic
Creates new statistics of integer values.
Statistic(String, double, double) - Constructor for class pl.edu.agh.cast.model.visual.backward.Statistic
Creates new statistics of double values.
Statistic(String) - Constructor for class pl.edu.agh.cast.model.visual.backward.Statistic
Creates new statistics with no values.
STATISTIC_CLASS - Static variable in class pl.edu.agh.cast.Activator
Name of the point attribute of pl.edu.agh.cast.statistics extension point.
STATISTIC_DESCRIPTION - Static variable in class pl.edu.agh.cast.Activator
Name of the description attribute of pl.edu.agh.cast.statistics extension point.
STATISTIC_NAME - Static variable in class pl.edu.agh.cast.Activator
Name of the name attribute of pl.edu.agh.cast.statistics extension point.
STATISTIC_SOURCE_LABEL - Static variable in class pl.edu.agh.cast.Activator
Name of the source_label attribute of pl.edu.agh.cast.statistics extension point.
STATISTIC_TARGET_LABEL - Static variable in class pl.edu.agh.cast.Activator
Name of the target_label attribute of pl.edu.agh.cast.statistics extension point.
statistics(IDataProvider, IProgressMonitor) - Method in class pl.edu.agh.cast.model.DefaultStatisticsProvider
Generates statistics for a given data provider.
statistics(IDataProvider, IProgressMonitor) - Method in interface pl.edu.agh.cast.model.IStatisticsProvider
Generates statistics for a given data provider.
StatisticsDialog - Class in pl.edu.agh.cast.ui.dialogs
Dialog used for displaying data statistics.
StatisticsDialog(IDataProvider, Shell, int) - Constructor for class pl.edu.agh.cast.ui.dialogs.StatisticsDialog
Creates new statistics dialog for given data.
StatisticsDialog_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
StatisticsDialog_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
StatisticsDialog_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
StatisticsDialog_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
StatisticsDialog_HideZeros - Static variable in class pl.edu.agh.cast.util.Messages
 
stats() - Static method in class pl.edu.agh.cast.model.mapper.Link
Print out the stats of the link cache.
stats() - Method in class pl.edu.agh.cast.model.mapper.Mapper
Prints statistics of the mapper cache.
stats() - Static method in class pl.edu.agh.cast.model.mapper.Node
Prints the cache status.
status - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Status of the import wizard.
STD_OUT_ERR_FILE - Static variable in class pl.edu.agh.cast.Activator
The name of the standard output and error stream redirection file.
STDERR - Static variable in class pl.edu.agh.cast.util.logging.StdErrLevel
Level for STDOUT activity.
StdErrLevel - Class in pl.edu.agh.cast.util.logging
A logging level which should be used for redirecting System.err to logger.
STDOUT - Static variable in class pl.edu.agh.cast.util.logging.StdOutLevel
Level for STDOUT activity.
StdOutLevel - Class in pl.edu.agh.cast.util.logging
A logging level which should be used for redirecting System.out to logger.
StereotypeBillingWizardPage_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
stop(BundleContext) - Method in class pl.edu.agh.cast.Activator
stop() - Method in class pl.edu.agh.cast.CastApplication
stop(BundleContext) - Method in class pl.edu.agh.cast.common.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.data.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.data.model.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.data.persistence.zlayer.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.dataview.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.importer.base.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.importer.templates.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.importer.wizard.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.model.base.BasePlugin
stop(BundleContext) - Method in class pl.edu.agh.cast.path2.Activator
 
stop(BundleContext) - Method in class pl.edu.agh.cast.schema.editor.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.schema.model.Activator
stop(BundleContext) - Method in class pl.edu.agh.cast.zestalgorithms.Activator
 
stored - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The saved nodes set.
STRING_EMPTY - Static variable in class pl.edu.agh.cast.common.Constants
An empty string.
STRING_SPACE - Static variable in class pl.edu.agh.cast.common.Constants
A string consisting of one space.
StringAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the String objects.
StringAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
 
StringAttributeValidator - Class in pl.edu.agh.cast.model.attributes.validation
Class for validating string value type.
StringAttributeValidator() - Constructor for class pl.edu.agh.cast.model.attributes.validation.StringAttributeValidator
 
StringColumnType - Class in pl.edu.agh.cast.dataview.column.type.impl
Column type for String type elements.
StringColumnType() - Constructor for class pl.edu.agh.cast.dataview.column.type.impl.StringColumnType
 
StringContainsColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Contains filter for String column type.
StringContainsColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.StringContainsColumnFilter
 
StringEqualsColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Equals filter for String column type.
StringEqualsColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.StringEqualsColumnFilter
 
StringFilterPanel - Class in pl.edu.agh.cast.ui.dialogs.search
SWT Control for configuring StringParameterFilter.
StringFilterPanel(Composite, int, String) - Constructor for class pl.edu.agh.cast.ui.dialogs.search.StringFilterPanel
Creates new string filter panel.
stringifyKeys(Map) - Static method in class pl.edu.agh.cast.model.mapper.JRubyIntegration
The keys in the map are converted to strings.
StringParameterFilter - Class in pl.edu.agh.cast.backward.editor.operation.search.filters
Regular expression based parameter filter.
StringParameterFilter(String, String) - Constructor for class pl.edu.agh.cast.backward.editor.operation.search.filters.StringParameterFilter
Creates new RegExp based filter.
StringRegexColumnFilter - Class in pl.edu.agh.cast.dataview.column.filter.impl
Regular expression filter for String column type.
StringRegexColumnFilter() - Constructor for class pl.edu.agh.cast.dataview.column.filter.impl.StringRegexColumnFilter
 
StringSingleColumnConversionRule_Description - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
StringSingleColumnConversionRuleConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.rule
Configuration dialog for all String single column conversion rules.
StringSingleColumnConversionRuleConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.rule.StringSingleColumnConversionRuleConfigDialog
The default constructor.
StringSingleColumnConversionRuleConfigDialog_DescLbl_Part1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
StringSingleColumnConversionRuleConfigDialog_DescLbl_Part2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
stringToObject(String) - Static method in class pl.edu.agh.cast.common.SerializationUtil
Deserailizes given string to object using BASE64Decoder class.
suggestedMainEntities - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
Suggested main entities of the imported data.
SupportedDateFormat - Enum in pl.edu.agh.cast.data.model.common
Defines date formats and provides basic methods for parsing and formating dates.
SupportedTimeFormat - Enum in pl.edu.agh.cast.data.model.common
Defines time formats and provides basic methods for parsing and formating times.
switchPair() - Method in class pl.edu.agh.cast.common.collections.UniformPair
Switches the objects in this pair.
switchToDiagramPerspective() - Static method in class pl.edu.agh.cast.backward.editor.EditorUtilBackward
Method is switching to default workbench perspective.
switchToDiagramPerspective() - Static method in class pl.edu.agh.cast.editor.EditorUtil
Method is switching to default workbench perspective.
SWTHelper - Class in pl.edu.agh.cast.ui.util
SWT helper functions.
SWTHelper() - Constructor for class pl.edu.agh.cast.ui.util.SWTHelper
 
SWTResourceManager - Class in com.cloudgarden.resource
Class to manage SWT resources (Font, Color, Image and Cursor) There are no restrictions on the use of this code.
SWTResourceManager() - Constructor for class com.cloudgarden.resource.SWTResourceManager
 

T

tableCreator - Variable in class pl.edu.agh.cast.importer.wizard.dialog.rule.AbstractSingleColumnConversionRuleConfigDialog
The button table creator.
TableEditorInput - Class in pl.edu.agh.cast.dataview.ui.editor
Editor input for DataTableEditor.
TableEditorInput(IGeneralDataSet<IGeneralElement>) - Constructor for class pl.edu.agh.cast.dataview.ui.editor.TableEditorInput
The constructor.
TableViewerHelper - Class in pl.edu.agh.cast.data.ui.utils
Helper class which contains common operations on table viewers.
TableViewerHelper - Class in pl.edu.agh.cast.importer.wizard.utils
Helper class which contains common operations on table viewers.
TableViewerHelper_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
TableViewerHelper_Row - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TabularData - Class in pl.edu.agh.cast.importer.base.data
Class, which represents the data read from the source data file in a form of a table with already-analyzed records.
TabularData() - Constructor for class pl.edu.agh.cast.importer.base.data.TabularData
The default constructor.
TabularData - Class in pl.edu.agh.cast.rawdata
Contains list of rows.
TabularData() - Constructor for class pl.edu.agh.cast.rawdata.TabularData
Default constructor.
TabularDataColumn - Class in pl.edu.agh.cast.importer.base.data
Representation of a tabular data column.
TabularDataColumn(Class<?>, int, IAnalyzer) - Constructor for class pl.edu.agh.cast.importer.base.data.TabularDataColumn
The default constructor.
TabularDataColumn(Class<?>, String) - Constructor for class pl.edu.agh.cast.importer.base.data.TabularDataColumn
The constructor.
TabularDataColumn(TabularDataColumn) - Constructor for class pl.edu.agh.cast.importer.base.data.TabularDataColumn
The copying constructor.
TabularDataContentProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides content for tabular data elements.
TabularDataContentProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.TabularDataContentProvider
 
TabularDataContentProvider - Class in pl.edu.agh.cast.importer.wizard.provider
Provides content for tabular data elements.
TabularDataContentProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.provider.TabularDataContentProvider
 
TabularDataErrorLogData - Class in pl.edu.agh.cast.importer.base.stat
Representation of error log data for a specified tabular data.
TabularDataErrorLogData(Integer, ErrorType, String[], IDataRow<?>) - Constructor for class pl.edu.agh.cast.importer.base.stat.TabularDataErrorLogData
The default constructor.
TAG - Static variable in class pl.edu.agh.cast.importer.base.template.internal.SimpleDateFormatXStreamConverter
XML tag for SimpleDateFormat objects.
target - Variable in class pl.edu.agh.cast.model.base.Relation
The target of the relation.
TARGET - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the field used to indicate the target of the relation.
TARGET_ATTRIBUTE_NAME - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Target attribute name for Relation and TimedRelation in the model exsd.
TARGET_ENTITIES - Static variable in class pl.edu.agh.cast.data.model.general.IManyToManyRelation.Properties
The name of the 'target entities' property.
TARGET_NODE_CAST_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of incorrect target node identifier value error.
TargetColumnsValueProvider - Class in pl.edu.agh.cast.dataview.column.provider.impl
Value provider for target columns.
TargetColumnsValueProvider() - Constructor for class pl.edu.agh.cast.dataview.column.provider.impl.TargetColumnsValueProvider
 
TargetNodeSingleColumnConversionRule - Class in pl.edu.agh.cast.importer.base.general
Target node conversion rule for a single column.
TargetNodeSingleColumnConversionRule() - Constructor for class pl.edu.agh.cast.importer.base.general.TargetNodeSingleColumnConversionRule
The default constructor.
targetRelations - Variable in class pl.edu.agh.cast.model.base.Entity
Target relations are relations which have this entity as their target.
TargetShape - Class in pl.edu.agh.cast.tool
TODO comment
TargetShape() - Constructor for class pl.edu.agh.cast.tool.TargetShape
 
Template - Class in pl.edu.agh.cast.data.template
Representation of the import template.
Template(String, String, String, Map<String, String>, String, Map<Integer, Integer>, Map<Integer, ModelColumnParameter[]>, String) - Constructor for class pl.edu.agh.cast.data.template.Template
The default constructor.
Template(String, String, String, Map<String, String>, Map<Integer, Integer>, Map<Integer, ModelColumnParameter[]>, String) - Constructor for class pl.edu.agh.cast.data.template.Template
Constructor.
Template(String, String, String, Map<String, String>, Map<Integer, Integer>, String) - Constructor for class pl.edu.agh.cast.data.template.Template
Constructor.
template - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Template, according to which the conversion is done.
template - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWithProgressMonitor
Import template.
template - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Import template.
template - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
Import template.
Template - Class in pl.edu.agh.cast.importer.templates.template
Representation of the import template.
Template() - Constructor for class pl.edu.agh.cast.importer.templates.template.Template
 
TEMPLATE - Static variable in class pl.edu.agh.cast.util.Images
Template icon image filename.
TEMPLATE_FILE_EXTENSION - Static variable in interface pl.edu.agh.cast.importer.base.template.IImportTemplate
File extension for import templates.
TEMPLATE_FILE_EXTENSION - Static variable in class pl.edu.agh.cast.util.Configuration
Template constants (cast data plug-in contains template implementation).
TEMPLATE_VERSION - Static variable in class pl.edu.agh.cast.data.template.Template
The template version.
TEMPLATE_VERSION - Static variable in class pl.edu.agh.cast.importer.templates.template.Template
The current template version.
TemplateException - Exception in pl.edu.agh.cast.importer.base.template.exception
Exception which is thrown when any error in templates occurrs.
TemplateException(String) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateException(String, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateException(String, IImportTemplate, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateException(String, IImportTemplate) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateException(String, ImportTemplateGroup, Exception) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateException(String, ImportTemplateGroup) - Constructor for exception pl.edu.agh.cast.importer.base.template.exception.TemplateException
Constructor.
TemplateFormatConverter - Class in pl.edu.agh.cast.data.template
XStream converter for the TemplateFormat.
TemplateFormatConverter() - Constructor for class pl.edu.agh.cast.data.template.TemplateFormatConverter
 
TemplateGroup - Class in pl.edu.agh.cast.data.template
Contains named templates group.
TemplateGroup(Collection<Template>, String) - Constructor for class pl.edu.agh.cast.data.template.TemplateGroup
The default constructor.
TemplateGroup - Class in pl.edu.agh.cast.importer.templates.template
Contains named templates group.
TemplateGroup(Collection<Template>, String) - Constructor for class pl.edu.agh.cast.importer.templates.template.TemplateGroup
The default constructor.
TemplateGroupTreeEntry - Class in pl.edu.agh.cast.importer.wizard.template
Entry used in TreeViewer as a model.
TemplateGroupTreeEntry(ImportTemplateGroup, Collection<TemplateGroupTreeEntry>) - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplateGroupTreeEntry
 
TemplateInfo - Class in pl.edu.agh.cast.data.ui.importer.wizard
Composite that holds the information about a specific template.
TemplateInfo(Composite, Template) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.TemplateInfo
The default constructor.
TemplateManagementPresenter - Class in pl.edu.agh.cast.importer.wizard.template
Presenter for ITemplateManagementView.
TemplateManagementPresenter(ITemplateManagementView) - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplateManagementPresenter
Constructor.
TemplateManagementPresenter_0 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateManagementPresenter_1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateManagementPresenter_2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateManagementPresenter_3 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateManagementPresenter_4 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateManagementPresenter_5 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatePropertiesPage - Class in pl.edu.agh.cast.importer.wizard.page
Template properties page.
TemplatePropertiesPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
The default constructor.
TemplatePropertiesPage_PageDesc - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatePropertiesPage_PageName - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatePropertiesPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
Composite use as main control of TemplatePropertiesPage.
TemplatePropertiesPageComposite(Composite, int, TemplatePropertiesPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPageComposite
The default constructor.
TemplatePropertiesPageComposite_TemplateDesc - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatePropertiesPageComposite_TemplateName - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TEMPLATES - Static variable in class pl.edu.agh.cast.util.Images
Templates icon image filename.
TEMPLATES_PROJECT_NAME - Static variable in class pl.edu.agh.cast.util.Configuration
 
TemplateSaveAs_Label - Static variable in class pl.edu.agh.cast.data.util.Messages
 
TemplateSelectionDialog_Delete - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_DisplayAllColumns - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_Export - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_Load - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_TemplateGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplateSelectionDialog_TemplateInfoGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite - Class in pl.edu.agh.cast.importer.wizard.template
Default implementation of ITemplateManagementView.
TemplatesManagementComposite(Composite, int) - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplatesManagementComposite
The default constructor.
TemplatesManagementComposite_0 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_1 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_10 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_11 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_12 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_13 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_14 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_15 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_16 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_17 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_18 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_19 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_2 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_20 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_21 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_22 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_23 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_3 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_4 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_5 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_6 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_7 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_8 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesManagementComposite_9 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TemplatesTreeContentProvider - Class in pl.edu.agh.cast.importer.wizard.template
 
TemplatesTreeContentProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeContentProvider
 
TemplatesTreeLabelProvider - Class in pl.edu.agh.cast.importer.wizard.template
Label provider for template tree viewer.
TemplatesTreeLabelProvider() - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplatesTreeLabelProvider
 
TemplateTreeContentProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides content for template group elements.
TemplateTreeContentProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider
 
TemplateTreeEntry - Class in pl.edu.agh.cast.importer.wizard.template
Entry used in TreeViewer as a model.
TemplateTreeEntry(IImportTemplate, TemplateGroupTreeEntry) - Constructor for class pl.edu.agh.cast.importer.wizard.template.TemplateTreeEntry
 
TemplateXmlException - Exception in pl.edu.agh.cast.data.template.xml
Exception that is thrown during the template import/export processes from/to XML files.
TemplateXmlExporter - Class in pl.edu.agh.cast.data.template.xml
Class responsible for the export process of specified templates to specified XML files.
TemplateXmlExporter(Class<?>[]) - Constructor for class pl.edu.agh.cast.data.template.xml.TemplateXmlExporter
The default constructor.
TemplateXmlExporter() - Constructor for class pl.edu.agh.cast.data.template.xml.TemplateXmlExporter
Constructor.
TemplateXmlImporter - Class in pl.edu.agh.cast.data.template.xml
Class responsible for the import process of templates from specified XML files.
TemplateXmlImporter(Class<?>[]) - Constructor for class pl.edu.agh.cast.data.template.xml.TemplateXmlImporter
The default constructor.
TemplateXmlImporter() - Constructor for class pl.edu.agh.cast.data.template.xml.TemplateXmlImporter
Constructor.
TemplateXStreamInitializer - Class in pl.edu.agh.cast.data.template.xml
Helper class, which is responsible for providing and initialization of XStream object for the export/import processes of templates.
TemplateXStreamInitializer() - Constructor for class pl.edu.agh.cast.data.template.xml.TemplateXStreamInitializer
 
TEXT_QUALIFIERS - Static variable in class pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
The available text qualifier constants.
TextArrayPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating array of text strings property types.
TextArrayPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.TextArrayPropertyValidator
 
TextConfigurationDialog_ApplyToAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TextConfigurationDialog_ReplaceEmptyValues - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TextPropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating text property types.
TextPropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.TextPropertyValidator
 
TimeAnalyzer - Class in pl.edu.agh.cast.importer.base.parser.analyzer
Analyzer for the TimeDataType objects representing the connection's time.
TimeAnalyzer() - Constructor for class pl.edu.agh.cast.importer.base.parser.analyzer.TimeAnalyzer
The default constructor.
timeColumnIndex - Variable in class pl.edu.agh.cast.importer.base.converter.rules.AbstractDateDoubleColumnConversionRule
The index of the column holding the connection time.
TimeConfigDialog - Class in pl.edu.agh.cast.importer.wizard.dialog.analyzer
Dialog of the import wizard, which serves for configuration of data of type time.
TimeConfigDialog() - Constructor for class pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
The default constructor.
TimeConfigurationDialog_ApplyToAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ConfigureTimeFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_Example - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForAmPmMarker - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForHour12 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForHour24 - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForMillisecond - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForMinute - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_ForSecond - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_Letter - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_PageTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_PreviewNotAvailable - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_TimeComponent - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeConfigurationDialog_TimeFormatGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
TimeDataType - Class in pl.edu.agh.cast.importer.base.data.type
The time data type containing the Date value describing it.
TimeDataType(Date) - Constructor for class pl.edu.agh.cast.importer.base.data.type.TimeDataType
The default constructor.
TimedManyToManyRelation - Class in pl.edu.agh.cast.data.model.general
Default implementation of ITimedManyToManyRelation interface.
TimedManyToManyRelation() - Constructor for class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Default constructor.
TimedManyToManyRelation(IGeneralDataSet<? extends IGeneralElement>, List<? extends IEntity>, List<? extends IEntity>, boolean, Date, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Creates new timed many-to-many relation with given data set, source and target entities, direction, start and end date.
TimedManyToManyRelation(UUID, IGeneralDataSet<? extends IGeneralElement>, List<? extends IEntity>, List<? extends IEntity>, boolean, Date, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Creates new timed many-to-many relation with given ID, data set, source and target entities, direction, start and end date.
TimedManyToManyRelation(Type) - Constructor for class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Initializes element with type.
TimedManyToManyRelation(Type, UUID, List<? extends IEntity>, List<? extends IEntity>, boolean, Date, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedManyToManyRelation
Initializes element with given type, ID, source and target entities, direction, start and end date.
TimedOneToOneRelation - Class in pl.edu.agh.cast.data.model.general
Default implementation of ITimedOneToOneRelation used in GeneralDataSet.
TimedOneToOneRelation() - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Default constructor.
TimedOneToOneRelation(UUID, IGeneralDataSet<? extends IGeneralElement>, IEntity, IEntity, boolean, Date, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Creates new timed one-to-one relation with given ID, data set, source and target entity, direction and start and end dates.
TimedOneToOneRelation(IGeneralDataSet<? extends IGeneralElement>, IEntity, IEntity, boolean, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Creates new timed one-to-one relation with given data set, source and target entity, direction and date (start == end).
TimedOneToOneRelation(IGeneralDataSet<? extends IGeneralElement>, IReferenceList<IEntity>, IReferenceList<IEntity>, boolean, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Creates new timed one-to-one relation with given data set, source and target entity (lists), direction and date (start == end).
TimedOneToOneRelation(Type) - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Initializes element with type.
TimedOneToOneRelation(Type, UUID, IReferenceList<IEntity>, IReferenceList<IEntity>, boolean, Date, Date) - Constructor for class pl.edu.agh.cast.data.model.general.TimedOneToOneRelation
Initializes element with given data set, source and target entity (lists), direction and start and end date.
TimedRelation - Class in pl.edu.agh.cast.model.base
The timed relation represents relation with assigned date.
TimedRelation() - Constructor for class pl.edu.agh.cast.model.base.TimedRelation
Default constructor.
TimedRelation(IEntity, IEntity, Date) - Constructor for class pl.edu.agh.cast.model.base.TimedRelation
Parameterized constructor.
timeFormat - Variable in class pl.edu.agh.cast.data.importer.data.xls.AbstractXlsDataImporter
Date format comprising only the time.
ToggleShowLegendSettingCommand - Class in pl.edu.agh.cast.backward.command
Command for toggling diagram legend settings.
ToggleShowLegendSettingCommand(IDiagram) - Constructor for class pl.edu.agh.cast.backward.command.ToggleShowLegendSettingCommand
Creates new instance of the command for given diagram.
TokenErrorLogData - Class in pl.edu.agh.cast.importer.base.stat
Representation of error log data for a specified token in a specified row.
TokenErrorLogData(Integer, ErrorType, String[], IDataRow<?>) - Constructor for class pl.edu.agh.cast.importer.base.stat.TokenErrorLogData
The default constructor.
tokenize(IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.process.ImportProcess
Converts input file defined in file path to list of RawTabularData.
tokenize(InputStream, long, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.tokenizer.ack.AckTokenizer
Splits a given input stream into tokens, using specified tokenizer options.
tokenize(InputStream, long, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.tokenizer.csv.CsvTokenizer
Splits a given input stream into tokens, using specified tokenizer options.
tokenize(InputStream, long, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.tokenizer.fixedwidth.FixedWidthTokenizer
Splits a given input stream into tokens, using specified tokenizer options.
tokenize(InputStream, long, IProgressMonitor) - Method in interface pl.edu.agh.cast.importer.base.tokenizer.IImportTokenizer
Splits a given input stream into tokens, using specified tokenizer options.
tokenize(InputStream, long, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.tokenizer.xls.XlsTokenizer
Splits a given input stream into tokens, using specified tokenizer options.
tokenizeData(String, IImportTokenizer, long, IProgressMonitor) - Method in class pl.edu.agh.cast.importer.base.util.ImporterUtil
Tokenizes the specified number of rows from given file using the specified tokenizer and its options.
tokenizedData - Variable in class pl.edu.agh.cast.importer.base.process.ImportProcess
Tokenized data.
TokenizerInfo - Class in pl.edu.agh.cast.importer.base.util
Holds and maintains the information about a specific tokenizer.
TokenizerInfo(String, IImportTokenizer, String, String) - Constructor for class pl.edu.agh.cast.importer.base.util.TokenizerInfo
The default constructor.
TokenizerInfo(String, IImportTokenizer, String) - Constructor for class pl.edu.agh.cast.importer.base.util.TokenizerInfo
The constructor.
TokenizerOption - Class in pl.edu.agh.cast.importer.base.tokenizer
Basic implementation of ITokenizerOption.
TokenizerOption(String, String) - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.TokenizerOption
The default constructor.
toString() - Method in class pl.edu.agh.cast.backward.resources.FileEditorInput
toString() - Method in class pl.edu.agh.cast.common.collections.MultiMap
toString() - Method in class pl.edu.agh.cast.common.HexColor
toString() - Method in class pl.edu.agh.cast.data.model.AbstractDataSet
toString() - Method in class pl.edu.agh.cast.data.model.AbstractElement
toString() - Method in class pl.edu.agh.cast.data.model.property.MetaPermanentProperty
toString() - Method in class pl.edu.agh.cast.data.model.property.MetaProperty
toString() - Method in class pl.edu.agh.cast.data.model.property.MetaTransientProperty
toString() - Method in class pl.edu.agh.cast.data.model.property.Property
toString() - Method in class pl.edu.agh.cast.data.model.Type
Returns the type name - a string representation of this Type instance.
toString() - Method in class pl.edu.agh.cast.data.preprocessing.DataCell
toString() - Method in class pl.edu.agh.cast.data.template.Template
toString() - Method in class pl.edu.agh.cast.data.template.TemplateGroup
toString() - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.DisjunctionFilter
toString() - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.NegationFilter
toString() - Method in class pl.edu.agh.cast.dataview.column.filter.cnf.SingleFilter
toString() - Method in class pl.edu.agh.cast.dataview.ui.filter.ColumnFilter
toString() - Method in class pl.edu.agh.cast.importer.base.data.DataRow
toString() - Method in class pl.edu.agh.cast.importer.base.data.RawDataRow
toString() - Method in class pl.edu.agh.cast.importer.base.data.type.DirectionDataType
toString() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
toString() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.DirectionAnalyzer
toString() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.IntegerAnalyzer
toString() - Method in class pl.edu.agh.cast.importer.base.parser.analyzer.StringAnalyzer
toString() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorType
toString() - Method in class pl.edu.agh.cast.importer.templates.template.Template
toString() - Method in class pl.edu.agh.cast.importer.templates.template.TemplateGroup
toString() - Method in class pl.edu.agh.cast.model.attributes.Attribute
toString() - Method in class pl.edu.agh.cast.model.attributes.AttributeMergePolicy
toString() - Method in class pl.edu.agh.cast.model.attributes.AttributeValue
toString() - Method in class pl.edu.agh.cast.model.base.DataSet
toString() - Method in class pl.edu.agh.cast.model.base.Relation
toString() - Method in class pl.edu.agh.cast.model.mapper.AbstractMappable
toString() - Method in class pl.edu.agh.cast.model.mapper.Link
toString() - Method in class pl.edu.agh.cast.model.mapper.Node
toString() - Method in class pl.edu.agh.cast.model.visual.backward.Connection
toString() - Method in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
toString() - Method in class pl.edu.agh.cast.model.visual.backward.Diagram
toString() - Method in class pl.edu.agh.cast.model.visual.backward.Node
toString() - Method in class pl.edu.agh.cast.model.visual.backward.Statistic
toString() - Method in class pl.edu.agh.cast.rawdata.DataRow
toString() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
toString() - Method in class pl.edu.agh.cast.rawdata.stat.BrokenRowInfo
toString() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorType
toString() - Method in class pl.edu.agh.cast.rawdata.stat.ErrorTypeWithReplacment
toString() - Method in class pl.edu.agh.cast.schema.model.visual.SchemaConnectionBendpoint
toString() - Method in class pl.edu.agh.cast.util.reflect.PolymorphicMethod
TOTAL_DURATION - Static variable in class pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
The name of "total duration" property.
TotalHeader - Static variable in class pl.edu.agh.cast.util.Messages
 
TransientProperty - Annotation Type in pl.edu.agh.cast.data.model.property.annotation
Annotation for marking transient properties' getter methods.
TransientProperty - Class in pl.edu.agh.cast.data.model.property
Transient property - accesses value from data element via getter method defined in it's MetaTransientProperty.
TransientProperty(MetaTransientProperty, Object) - Constructor for class pl.edu.agh.cast.data.model.property.TransientProperty
Creates new transient property.
TransparentPersistenceProvider - Class in pl.edu.agh.cast.data.persistence
A persistence provider implementation which allows for transparent substitution of underlying actual provider.
TransparentPersistenceProvider() - Constructor for class pl.edu.agh.cast.data.persistence.TransparentPersistenceProvider
Constructor.
TreeLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for TreeLayoutAlgorithm layout algorithm.
TreeLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.TreeLayoutAlgorithmAction
Default constructor.
tryOpenRecentProject(MostRecentlyUsedProject) - Method in class pl.edu.agh.cast.project.ProjectUtil
Tries to open a project described by MostRecentlyUsedProject.
TxtDataImporter - Class in pl.edu.agh.cast.data.importer.data.txt
Simple TXT data importer.
TxtDataImporter() - Constructor for class pl.edu.agh.cast.data.importer.data.txt.TxtDataImporter
 
TYPE - Static variable in interface pl.edu.agh.cast.data.model.domain.IDomainDataSet
The type of IDomainDataSet.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.domain.IDomainElement
The type of IDomainElement.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.IEntity
The type of single timed-relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.IGeneralDataSet
The type of IGeneralDataSet.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.IGeneralElement
The type of single timed-relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.IManyToManyRelation
The type of many-to-many relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.IOneToOneRelation
The type of one-to-one relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.ITimedManyToManyRelation
The type of timed many-to-many relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.general.ITimedOneToOneRelation
The type of timed one-to-one relation elements.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.IDataSet
Type of IDataSet.
TYPE - Static variable in class pl.edu.agh.cast.data.model.Identifiable.Properties
The name of the 'type' property.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.IElement
Type of IElement.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationDataSet
The presentation data set type.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.presentation.IPresentationElement
The presentation element type.
Type - Class in pl.edu.agh.cast.data.model
Describes Identifiable object type.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.visual.IVisualDataSet
The type of IPresentationDataSet.
TYPE - Static variable in interface pl.edu.agh.cast.data.model.visual.IVisualElement
The type of IVisualElement.
TYPE - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Type node in the model exsd.
TYPE - Static variable in class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The name of the field which holds the type of the node.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaConnection
Schema connection element type.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaDataSet
The type of this data set.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaElement
Schema element type.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.presentation.ISchemaNode
Schema node element type.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaConnection
The type of this interface.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaDataSet
The type of this data set.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaElement
The type of this interface.
TYPE - Static variable in interface pl.edu.agh.cast.schema.model.visual.IVisualSchemaNode
The type of this interface.
TYPE_ID - Static variable in class pl.edu.agh.cast.model.base.BasePlugin
Type id attribute in the model exsd.
typeMap - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractLoader
The type map contains mappings between DB type names and java classes, which are used to build objects corresponding to nodes.
TypePropertyValidator - Class in pl.edu.agh.cast.data.model.property.validator
Class for validating PropertyType.TYPE property types.
TypePropertyValidator() - Constructor for class pl.edu.agh.cast.data.model.property.validator.TypePropertyValidator
 

U

undo() - Method in class pl.edu.agh.cast.backward.command.AddNodeCommand
undo() - Method in class pl.edu.agh.cast.backward.command.DeleteModelElementsCommand
undo() - Method in class pl.edu.agh.cast.backward.command.EnhanceNodesCommand
undo() - Method in class pl.edu.agh.cast.backward.command.LabelCommand
undo() - Method in class pl.edu.agh.cast.backward.command.ModifyAttributesCommand
undo() - Method in class pl.edu.agh.cast.backward.command.PasteCommand
undo() - Method in class pl.edu.agh.cast.backward.command.RenameDiagramCommand
undo() - Method in class pl.edu.agh.cast.backward.command.ToggleShowLegendSettingCommand
undo() - Method in class pl.edu.agh.cast.command.CreateAndModifyPropertiesCommand
undo() - Method in class pl.edu.agh.cast.command.CreatePropertiesCommand
undo() - Method in class pl.edu.agh.cast.command.ModfiyPropertiesCommand
undo() - Method in class pl.edu.agh.cast.command.ModifyPresentationElementCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.AddConnectionCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.AddNodeCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.CreateBendpointCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.DeleteBendpointCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.bendpoints.MoveBendpointCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.ChangeElementPropertyCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.DeleteElementsCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.MoveNodeCommand
undo() - Method in class pl.edu.agh.cast.schema.editor.command.SetLayoutCommand
undoChanges(List<? extends IPreprocessingItem>, IRawDataObserver) - Method in interface pl.edu.agh.cast.data.preprocessing.IImportPreprocessor
Undo changes for specified items (only if items was applied before).
undoOperation() - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Undoes row removal operation by restoring the rows that were removed last.
undoOperation() - Method in class pl.edu.agh.cast.importer.base.stat.ErrorsLog
Undoes row index to errors map removal operation by restoring the row index to errors map, which was removed last.
undoPreprecessingChanges(List<? extends IPreprocessingItem>, IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Undo the specified changes for current preprocessor (only if the changes were applied before).
UNEXPECTED_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of unexpected error.
UniformPair<T> - Class in pl.edu.agh.cast.common.collections
A class for representing a pair of objects of same type.
UniformPair(T, T) - Constructor for class pl.edu.agh.cast.common.collections.UniformPair
Constructor.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeManagerConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.AttributeValuesConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.backward.resources.xml.VisualModelCachingFactoryConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.data.template.ColumnsParametersConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.data.template.ModelToDataMappingConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.data.template.TemplateFormatConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class pl.edu.agh.cast.importer.base.template.internal.SimpleDateFormatXStreamConverter
unpaste(ElementTransferContainer<E>) - Method in interface pl.edu.agh.cast.data.model.copier.IPastable
Un-pastes given elements.
unpaste(ElementTransferContainer<ISchemaElement<? extends IElement>>) - Method in class pl.edu.agh.cast.schema.model.presentation.SchemaDataSet
 
unregister(String) - Method in interface pl.edu.agh.cast.resource.IResourceRegistry
Unregisters a resource with the given id.
unregister(String) - Method in class pl.edu.agh.cast.resource.ResourceRegistry
Unregisters a resource with the given id.
unregisterId(String) - Method in class pl.edu.agh.cast.model.attributes.AttributeManager
Unregisters an attribute from this manager.
unregisterObserver(IImportDataObserver) - Method in class pl.edu.agh.cast.importer.base.data.DataRow
Unregisters an existing observer.
unregisterObserver(IImportDataObserver) - Method in class pl.edu.agh.cast.importer.base.data.TabularData
Unregisters an existing observer.
unregisterObserver(IImportDataObserver) - Method in interface pl.edu.agh.cast.importer.base.logging.IImportDataMonitorable
Unregisters an existing observer.
unregisterObserver(IRawDataObserver) - Method in class pl.edu.agh.cast.rawdata.logging.AbstractRawDataMonitorable
Unregisters an existing observer.
unregisterObserver(IRawDataObserver) - Method in interface pl.edu.agh.cast.rawdata.logging.IRawDataMonitorable
Unregisters an existing observer.
unregisterObserver(IRawDataObserver) - Method in class pl.edu.agh.cast.rawdata.stat.BrokenDataInfo
Unregisters an existing observer.
UNSPECIFIED_ROW_NUMBER - Static variable in class pl.edu.agh.cast.rawdata.DataRow
Indicates that row has unspecified number in tabular data.
UNSUPPORTED_TOKEN_ERROR - Static variable in class pl.edu.agh.cast.importer.base.stat.GeneralErrorTypes
Definition of unsupported token error.
UnsupportedTokenException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown when an Analyzer tries to analyze a token that is not supported or recognized.
UnsupportedTokenException(String) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.UnsupportedTokenException
Constructs a new exception with the specified detail message.
UnsupportedTokenException(String, Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.UnsupportedTokenException
Constructs a new exception with the specified detail message and cause.
UnsupportedTokenException(Throwable) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.UnsupportedTokenException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
update(Observable, Object) - Method in class pl.edu.agh.cast.data.model.property.PropertyContainer
Notifies the container about change of the observed MetaPropertyManager ( PropertyContainer.getMetaPropertyManager()).
update() - Method in class pl.edu.agh.cast.editor.action.SaveAllAction
update() - Method in class pl.edu.agh.cast.schema.editor.action.CopySelectionAction
update() - Method in class pl.edu.agh.cast.schema.editor.action.PasteSelectionAction
update() - Method in class pl.edu.agh.cast.schema.editor.action.select.InvertSelectionAction
update() - Method in class pl.edu.agh.cast.schema.editor.action.ShowPropertiesAction
 
updateId() - Method in class pl.edu.agh.cast.model.base.Relation
 
updateId() - Method in class pl.edu.agh.cast.model.base.TimedRelation
 
updateTitleBar() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
Updates the title bar by adding an appropriate image descriptor.
updateXStreamAnnotataions(Class<?>) - Method in class pl.edu.agh.cast.backward.resources.xml.XMLExporter
Reads additional XStream annotations from specified class.
UserPreferences - Class in pl.edu.agh.cast.project
Contains global user preferences.
UserPreferences() - Constructor for class pl.edu.agh.cast.project.UserPreferences
 
UserPreferences.Pref - Enum in pl.edu.agh.cast.project
Enumeration of user preferences.
UseTemplateWizardStrategy - Class in pl.edu.agh.cast.importer.wizard.strategy
Use template wizard strategy.
UseTemplateWizardStrategy() - Constructor for class pl.edu.agh.cast.importer.wizard.strategy.UseTemplateWizardStrategy
 
useWildcards - Variable in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Whether wild cards should be used.
UTF8 - Static variable in class pl.edu.agh.cast.data.importer.data.util.AbstractEncodingRecognizer
Set of characters for UTF-8 encoding.
UTF8 - Static variable in class pl.edu.agh.cast.importer.base.util.AbstractEncodingRecognizer
Set of characters for UTF-8 encoding.

V

validate(InputStream, Map<String, String>) - Method in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
Validate if importer is good.
validate(InputStream, Map<String, String>) - Method in interface pl.edu.agh.cast.data.importer.data.IDataImporter
Validate if importer is good.
validateData(TabularData, Template, IProgressMonitor) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Validates the specified data, according to the specified template.
validateData(TabularData, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics
Validates data and creates statistic object which contain all information about input data.
validateData(TabularData, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.model.base.AbstractModelDataLoader
Transforms the data given as tabular data to abstract model data set.
validateImporter(InputStream, Map<String, String>) - Method in class pl.edu.agh.cast.data.importer.data.AbstractDataImporterBase
Basic validation for importers.
validateImporter(InputStream, Map<String, String>) - Method in class pl.edu.agh.cast.data.importer.data.xls.JxlXlsDataImporter
Basic validation for importers.
validateImporterType() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Validates importer type, sets appropriate wizard status
validateImportFile() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Validates import file, sets appropriate wizard status
validateImportPage() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Validates project name, file path and if template is selected.
validateProjectName() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Validates project name, sets appropriate wizard status
validateRow(BrokenDataInfo, DataRow) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Validates the specified row according to the mapping of the current template.
validateRow(DataRow) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
Delegate to ImportWizard.validateRow(BrokenDataInfo, DataRow) method.
validateRow(DataRow) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
Delegate to ValidationPage.validateRow(DataRow) method.
validateRow(DataRow, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics
Check if row cells are correct for attached mapping.
validateRow(DataRow, Map<Integer, Integer>) - Method in class pl.edu.agh.cast.model.base.AbstractModelDataLoader
Validates given data row.
validateTemplate() - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Validates templates, sets appropriate wizard status
validateValue(Object) - Method in class pl.edu.agh.cast.model.attributes.Attribute
Checks if given value is valid for this attribute.
validationPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor
Validation page of the import wizard.
validationPage - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard
Second page of the import wizard: validation page.
ValidationPage - Class in pl.edu.agh.cast.data.ui.importer.wizard
Page of the template import wizard, which serves for import data validation.
ValidationPage(String) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPage
The default constructor.
ValidationPage - Class in pl.edu.agh.cast.importer.wizard.page
Page of the import wizard, which serves for import data validation after the parsing process.
ValidationPage() - Constructor for class pl.edu.agh.cast.importer.wizard.page.ValidationPage
The default constructor.
ValidationPage_DeleteAll - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_DeleteByType - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_DeleteSelected - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_DisplayAllColumns - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_ErrorsPresentMsg - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_ErrorsPresentTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_FilePreview - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_IgnoreCommentRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_IgnoreNumberOfRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPage_StatsGroupTitle - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite - Class in pl.edu.agh.cast.data.ui.importer.wizard
Main composite of the ValidationPage.
ValidationPageComposite(Composite, int, ValidationPage) - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
The default constructor.
ValidationPageComposite - Class in pl.edu.agh.cast.importer.wizard.page
The main composite of the ValidationPage.
ValidationPageComposite(Composite, int, ValidationPage) - Constructor for class pl.edu.agh.cast.importer.wizard.page.ValidationPageComposite
The default constructor.
ValidationPageComposite_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_1 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_2 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_3 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_4 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_5 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_6 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_7 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_8 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_9 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
ValidationPageComposite_Column - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteAllRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteAllRowsMsgBoxQuestion - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteAllRowsMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteRow - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteRowMsgBoxQuestion - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteRowMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteSelectedRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteSelectedRowsMsgBoxQuestion - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeleteSelectedRowsMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_DeletingAllRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_Edit - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_EditValue - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_EnterNewValue - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_ErroneousToken - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_ErrorCode - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_IncorrectNumberFormat - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_IncorrectNumberFormatForHeaderMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_IncorrectNumberFormatMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_Message - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_NumberOfParseErrors - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_NumberOfParseWarnings - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_NumberOfRows - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_Redo - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_RedoingOperation - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_Row - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_RowNonExistent - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_RowNonExistentMsgBoxWarning - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_TreatAsHeader - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_TreatAsHeaderRow - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_Undo - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
ValidationPageComposite_UndoingOperation - Static variable in class pl.edu.agh.cast.importer.wizard.util.Messages
 
validImportFile(String) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Checks whether a specified import file is valid.
validProjectName(String) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPage
Checks the validity of the specified project name.
valueOf(String) - Static method in enum pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters.SelectMediatorsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.data.model.presentation.IPresentationElement.PropertyCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.data.model.property.MetaPropertyEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.data.model.property.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.importer.base.data.type.DirectionDataType.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.importer.base.stat.ErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.importer.wizard.utils.SimpleCharset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.model.attributes.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.model.mapper.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.model.mapper.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.project.ProjectUtil.ProjectOpenStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.project.UserPreferences.Pref
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.rawdata.stat.ErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.resource.ImageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry.PropertyEditType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.edu.agh.cast.backward.editor.operation.SelectMediatorsParameters.SelectMediatorsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.data.model.common.SupportedDateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.data.model.common.SupportedTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.data.model.presentation.IPresentationElement.PropertyCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.data.model.property.MetaPropertyEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.data.model.property.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.importer.base.data.type.DirectionDataType.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.importer.base.stat.ErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.importer.wizard.utils.SimpleCharset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.model.attributes.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.model.mapper.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.model.mapper.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.project.ProjectUtil.ProjectOpenStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.project.UserPreferences.Pref
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.rawdata.stat.ErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.resource.ImageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry.PropertyEditType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesForCustomProperties() - Static method in enum pl.edu.agh.cast.data.model.property.PropertyType
Returns array of PropertyTypes valid for CustomPropertyies.
ValueType - Enum in pl.edu.agh.cast.model.attributes
Defines available attribute types.
VARIABLE_THICKNESS_CONNECTION_LABEL - Static variable in class pl.edu.agh.cast.model.visual.backward.ConnectionGroup
Name of the Variable thickness line label changed event.
VARIANT_CLOSED - Static variable in class pl.edu.agh.cast.resource.ImageVariants
Common resource variant - closed.
VARIANT_DISABLED - Static variable in class pl.edu.agh.cast.resource.ImageVariants
Common resource variant - disabled.
VARIANT_OPENED - Static variable in class pl.edu.agh.cast.resource.ImageVariants
Common resource variant - opened.
verifyGetterSignature(Method, Class<?>) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Checks if given method has valid getter signature for given type.
verifySetterSignature(Method, Class<?>) - Static method in class pl.edu.agh.cast.data.model.property.PropertyHelper
Checks if given method has valid setter signature for given type.
VerticalLayoutAlgorithmAction - Class in pl.edu.agh.cast.zestalgorithms.actions
Action for VerticalLayoutAlgorithm layout algorithm.
VerticalLayoutAlgorithmAction() - Constructor for class pl.edu.agh.cast.zestalgorithms.actions.VerticalLayoutAlgorithmAction
Default constructor.
view - Variable in class pl.edu.agh.cast.ui.AbstractContentProvider
The view, where this content provider is used (i.e.
viewer - Variable in class pl.edu.agh.cast.dataview.ui.editor.DataTableEditor
Tree viewer which is used by this view.
viewer - Variable in class pl.edu.agh.cast.ui.AbstractContentProvider
The viewer which is the master of this content provider (i.e.
viewer - Variable in class pl.edu.agh.cast.ui.AbstractTableView
Tree viewer which is used by this view.
viewer - Variable in class pl.edu.agh.cast.ui.util.AbstractColumnSorter
Viewer to be sorted.
viewerExited(MouseEvent, EditPartViewer) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
visited - Variable in class pl.edu.agh.cast.model.mapper.internal.AbstractSaver
The visited nodes set.
VisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>> - Class in pl.edu.agh.cast.data.model.visual
Abstract implementation of IVisualDataSet.
VisualDataSet(VisualDataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSet
 
VisualDataSet(VisualDataSetDescriptor, M) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
VisualDataSet(VisualDataSetDescriptor, M, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSet
Initializes data set with its descriptor and MetaPropertyManager.
VisualDataSetDescriptor - Class in pl.edu.agh.cast.data.model.visual
Enhanced descriptor of a domain data set (see IVisualDataSet).
VisualDataSetDescriptor() - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Default constructor.
VisualDataSetDescriptor(Type) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Initializes descriptor with type.
VisualDataSetDescriptor(Type, String) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Constructor for descriptors of new data sets.
VisualDataSetDescriptor(UUID, Type, String, Date) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Constructor.
VisualDataSetDescriptor(UUID, Type, String, Date, PresentationDataSetDescriptor) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualDataSetDescriptor
Constructor.
VisualElement<M extends IPresentationElement<? extends IElement>> - Class in pl.edu.agh.cast.data.model.visual
Abstract implementation of IVisualElement.
VisualElement(Type) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualElement
 
VisualElement(IVisualDataSet<? extends IVisualElement<?>, ? extends IPresentationDataSet<?>>, Type, M) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualElement
Constructor.
VisualElement(IVisualDataSet<? extends IVisualElement<?>, ? extends IPresentationDataSet<?>>, Type, UUID, M) - Constructor for class pl.edu.agh.cast.data.model.visual.VisualElement
Constructor.
VisualModelCachingFactory - Class in pl.edu.agh.cast.model.visual.backward
Class responsible for creating visual model elements from base model elements.
VisualModelCachingFactory(NodeAttributeManager, ConnectionGroupAttributeManager) - Constructor for class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Creates new factory with given node and connection group attribute managers.
VisualModelCachingFactory() - Constructor for class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
No argument constructor (for deserialization purpose).
VisualModelCachingFactoryConverter - Class in pl.edu.agh.cast.backward.resources.xml
Custom converter for VisualModelCachingFactory class.
VisualModelCachingFactoryConverter() - Constructor for class pl.edu.agh.cast.backward.resources.xml.VisualModelCachingFactoryConverter
 
visualModelFactory - Variable in class pl.edu.agh.cast.model.visual.backward.Diagram
Caching factory of visual elements.
VisualResource - Class in pl.edu.agh.cast.resource
Default implementation of IVisualResource.
VisualResource(String, String, String) - Constructor for class pl.edu.agh.cast.resource.VisualResource
Constructor with all required parameters.
VisualResource(String, String, String, List<String>, String, Type) - Constructor for class pl.edu.agh.cast.resource.VisualResource
Constructor.
VisualResourceEntry - Class in pl.edu.agh.cast.resource
A class which holds all data needed to create a visual resource.
VisualResourceEntry(String, List<String>, String, Type, String, String, String, String, String, List<String>) - Constructor for class pl.edu.agh.cast.resource.VisualResourceEntry
Constructor.
VisualSchemaConnection - Class in pl.edu.agh.cast.schema.model.visual
The default implementation of IVisualSchemaConnection.
VisualSchemaConnection() - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Default constructor.
VisualSchemaConnection(Type) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
 
VisualSchemaConnection(IVisualSchemaDataSet, Type, ISchemaConnection) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
The constructor for subclasses which wraps the schema connection.
VisualSchemaConnection(IVisualSchemaDataSet, IVisualSchemaNode, IVisualSchemaNode, ISchemaConnection) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
Constructor for creating new visual connection associated to given connection.
VisualSchemaConnection(IVisualSchemaDataSet, ISchemaConnection) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaConnection
The public constructor which wraps the schema connection.
VisualSchemaDataSet - Class in pl.edu.agh.cast.schema.model.visual
The default implementation of IVisualSchemaDataSet.
VisualSchemaDataSet() - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Default constructor.
VisualSchemaDataSet(String, ISchemaDataSet) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Initializes data set with its name and a newly created MetaPropertyManager.
VisualSchemaDataSet(VisualDataSetDescriptor, ISchemaDataSet) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Initializes data set with its descriptor and a newly created MetaPropertyManager.
VisualSchemaDataSet(VisualDataSetDescriptor, ISchemaDataSet, MetaPropertyManager) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaDataSet
Initializes data set with its descriptor and MetaPropertyManager.
VisualSchemaNode - Class in pl.edu.agh.cast.schema.model.visual
The default implementation of IVisualSchemaNode.
VisualSchemaNode() - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Default constructor.
VisualSchemaNode(Type) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
 
VisualSchemaNode(IVisualSchemaDataSet, Type, ISchemaNode) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
The constructor for subclasses which wraps the schema node.
VisualSchemaNode(IVisualSchemaDataSet, ISchemaNode) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Constructor for creating new visual node associated to given node.
VisualSchemaNode(IVisualSchemaDataSet, String) - Constructor for class pl.edu.agh.cast.schema.model.visual.VisualSchemaNode
Constructor for creating new visual node associated to new schema node with given label.
VOID - Static variable in class pl.edu.agh.cast.data.model.Type
The VOID type represents elements which are empty.

W

WARNING - Static variable in class pl.edu.agh.cast.data.ui.utils.Images
Import warning icon file name.
WARNING - Static variable in class pl.edu.agh.cast.importer.wizard.utils.Images
Import warning icon file name.
warningDialog(String, String) - Static method in class pl.edu.agh.cast.CastApplication
Displays a warning dialog.
wasCancelled() - Method in class pl.edu.agh.cast.ui.dialogs.CreateProjectDialog
Checks whether the dialog was canceled.
wasCancelled() - Method in class pl.edu.agh.cast.ui.dialogs.GetNewNameDialog
Checks whether the dialog was canceled.
wasCreatedHere(Node) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Checks whether given Node was created by this factory.
wasCreatedHere(Connection) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Checks whether given Connection was created by this factory.
wasCreatedHere(ConnectionGroup) - Method in class pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory
Checks whether given ConnectionGroup was created by this factory.
WHOLE_ROW_BROKEN - Static variable in class pl.edu.agh.cast.rawdata.stat.BrokenCellInfo
Column index which indicates that broken cell affects whole row.
wholeWord - Variable in class pl.edu.agh.cast.backward.editor.operation.FindNodesParameters
Whether whole words should be matched.
widgetDefaultSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
widgetDefaultSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
widgetDefaultSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
widgetModified() - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
Method is called whenever any widget had been selected or modified, and checks if the page had arrived to its completed state.
widgetModified() - Method in class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage
Method is called whenever any widget had been selected or modified, and checks if the page had arrived to its completed state.
widgetModified() - Method in class pl.edu.agh.cast.importer.wizard.page.AnalyzersSelectionPage
Method is called whenever any widget had been selected or modified, and checks if the page had arrived to its completed state.
widgetModified() - Method in class pl.edu.agh.cast.importer.wizard.utils.ComboBoxTableCreator
Delegated method.
widgetSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ImportPageComposite
widgetSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.importer.wizard.ValidationPageComposite
widgetSelected(SelectionEvent) - Method in class pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
WithoutTemplateWizardStrategy - Class in pl.edu.agh.cast.importer.wizard.strategy
Wizard strategy used for importing data without choosing template.
WithoutTemplateWizardStrategy() - Constructor for class pl.edu.agh.cast.importer.wizard.strategy.WithoutTemplateWizardStrategy
 
wizard - Variable in class pl.edu.agh.cast.data.ui.importer.wizard.ImportWithProgressMonitor
Import wizard.
WIZARD_CONVERSIONRULE_DIALOG_CLASS - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the point attribute of pl.edu.agh.cast.importer.wizard.rulesconfig extension point.
WIZARD_CONVERSIONRULE_DIALOG_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Identifier of the pl.edu.agh.cast.importer.wizard.rulesconfig extension point.
WIZARD_CONVERSIONRULE_DIALOG_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the id attribute of pl.edu.agh.cast.importer.wizard.rulesconfig extension point.
WIZARD_CONVERSIONRULES_PAGE_CLASS - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the point attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point.
WIZARD_CONVERSIONRULES_PAGE_DESCRIPTION - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the description attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point.
WIZARD_CONVERSIONRULES_PAGE_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Identifier of the pl.edu.agh.cast.importer.wizard.rulespage extension point.
WIZARD_CONVERSIONRULES_PAGE_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the id attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point.
WIZARD_CONVERSIONRULES_PAGE_NAME - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the name attribute of pl.edu.agh.cast.importer.wizard.rulespage extension point.
WIZARD_DATATYPE_DIALOG_CLASS - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the point attribute of pl.edu.agh.cast.importer.wizard.datatypeconfig extension point.
WIZARD_DATATYPE_DIALOG_EXTENSION_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Identifier of the pl.edu.agh.cast.importer.wizard.datatypeconfig extension point.
WIZARD_DATATYPE_DIALOG_ID - Static variable in class pl.edu.agh.cast.importer.wizard.Activator
Name of the id attribute of pl.edu.agh.cast.importer.wizard.datatypeconfig extension point.
WizardTemplate_Table_Column_Ignored - Static variable in class pl.edu.agh.cast.data.util.Messages
 
WizardTemplate_Table_Column_Required - Static variable in class pl.edu.agh.cast.data.util.Messages
 
WizardUtil - Class in pl.edu.agh.cast.importer.wizard.util
Utility methods for the import wizard.
WizardUtil() - Constructor for class pl.edu.agh.cast.importer.wizard.util.WizardUtil
The default constructor.
WizardUtil(IWizardPluginRegistryProvider) - Constructor for class pl.edu.agh.cast.importer.wizard.util.WizardUtil
Constructor which allows to set custom IWizardPluginRegistryProvider instance.
WrongCellColumnLabelProvider - Class in pl.edu.agh.cast.data.ui.importer.wizard.provider
Provides label for broken cells.
WrongCellColumnLabelProvider() - Constructor for class pl.edu.agh.cast.data.ui.importer.wizard.provider.WrongCellColumnLabelProvider
 
WrongCellColumnLabelProvider_0 - Static variable in class pl.edu.agh.cast.data.util.Messages
 
WrongValueConversionRuleException - Exception in pl.edu.agh.cast.importer.base.exceptions
Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot be done due to the value being incorrect (i.e.
WrongValueConversionRuleException() - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException
The default empty constructor.
WrongValueConversionRuleException(String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException
Constructs a new exception with the specified list of parameters.
WrongValueConversionRuleException(ErrorType) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException
Constructor.
WrongValueConversionRuleException(ErrorType, String[]) - Constructor for exception pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException
Constructor.

X

XLS_TOKENIZER_ID - Static variable in class pl.edu.agh.cast.importer.base.tokenizer.xls.XlsTokenizer
Name of the XLS tokenizer.
XlsDataImporter_CellErrorInfo - Static variable in class pl.edu.agh.cast.data.util.Messages
 
XlsTokenizer - Class in pl.edu.agh.cast.importer.base.tokenizer.xls
Simple XLS data tokenizer.
XlsTokenizer() - Constructor for class pl.edu.agh.cast.importer.base.tokenizer.xls.XlsTokenizer
The default constructor.
XlsTokenizer_TokenizeTask - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XlsTokenzier_Error - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XMLExporter - Class in pl.edu.agh.cast.backward.resources.xml
Exports project to XML file.
XMLExporter() - Constructor for class pl.edu.agh.cast.backward.resources.xml.XMLExporter
Default constructor.
XMLExporter(Class<?>[]) - Constructor for class pl.edu.agh.cast.backward.resources.xml.XMLExporter
Constructor.
XMLImporter - Class in pl.edu.agh.cast.backward.resources.xml
Imports a project from XML file.
XMLImporter() - Constructor for class pl.edu.agh.cast.backward.resources.xml.XMLImporter
Default constructor.
XMLImporter(Class<?>[]) - Constructor for class pl.edu.agh.cast.backward.resources.xml.XMLImporter
Constructor.
XMLLoader - Class in pl.edu.agh.cast.model.mapper.internal
Limited version of model loader - allows only loading of DataSets and Models.
XMLLoader(Map<Node, Mappable>, Class, Map<String, Class>, SortedMap<String, Object>, IProject) - Constructor for class pl.edu.agh.cast.model.mapper.internal.XMLLoader
Parameterized constructor.
XMLProjectContainer - Class in pl.edu.agh.cast.backward.resources.xml
Helper for XML exporter/importer, used to embed list of IDiagram objects and project name.
XMLProjectContainer(String, List<IDiagram>) - Constructor for class pl.edu.agh.cast.backward.resources.xml.XMLProjectContainer
Creates new XML project container.
XMLProjectExporter_0 - Static variable in class pl.edu.agh.cast.util.Messages
 
XMLProjectExporter_1 - Static variable in class pl.edu.agh.cast.util.Messages
 
XMLProjectExporter_2 - Static variable in class pl.edu.agh.cast.util.Messages
 
XMLProjectExporter_3 - Static variable in class pl.edu.agh.cast.util.Messages
 
XMLProjectExporter_4 - Static variable in class pl.edu.agh.cast.util.Messages
 
XMLRemover - Class in pl.edu.agh.cast.model.mapper.internal
The XML implementation of the Remover interface.
XMLRemover(Mappable, IProject) - Constructor for class pl.edu.agh.cast.model.mapper.internal.XMLRemover
The parameterized constructor.
XMLSaver - Class in pl.edu.agh.cast.model.mapper.internal
Limited version of base model saver - allows only saving of DataSets.
XMLSaver(Mappable, boolean, IProject) - Constructor for class pl.edu.agh.cast.model.mapper.internal.XMLSaver
The parameterized constructor.
XmlTemplateProvider - Class in pl.edu.agh.cast.importer.base.template.internal
Default implementation of ITemplateProvider which reads templates from XML files.
XmlTemplateProvider() - Constructor for class pl.edu.agh.cast.importer.base.template.internal.XmlTemplateProvider
Constructor.
XmlTemplateProvider_0 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_1 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_10 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_11 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_2 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_3 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_4 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_5 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_6 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_7 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_8 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XmlTemplateProvider_9 - Static variable in class pl.edu.agh.cast.importer.base.util.Messages
 
XStreamInitializer - Class in pl.edu.agh.cast.backward.resources.xml
Helper class which is responsible for providing and initialization of XStream object.
XStreamInitializer() - Constructor for class pl.edu.agh.cast.backward.resources.xml.XStreamInitializer
 

Z

ZLayerPersistenceProvider - Class in pl.edu.agh.cast.data.persistence.zlayer
A ZLayer based persistence provider.
ZLayerPersistenceProvider() - Constructor for class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProvider
Constructor.
ZLayerPersistenceProviderFactory - Class in pl.edu.agh.cast.data.persistence.zlayer
Factory for ZLayer based persistence provider.
ZLayerPersistenceProviderFactory() - Constructor for class pl.edu.agh.cast.data.persistence.zlayer.ZLayerPersistenceProviderFactory
Default constructor.
ZOOM_MANAGER - Static variable in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
ZOOM_OUT - Static variable in class pl.edu.agh.cast.util.Images
Zoom out icon image filename.
ZoomableScalableFreeformRootEditPart - Class in pl.edu.agh.cast.editpart
 
ZoomableScalableFreeformRootEditPart() - Constructor for class pl.edu.agh.cast.editpart.ZoomableScalableFreeformRootEditPart
Constructor for ScalableFreeformRootEditPart.
zoomChanged(double) - Method in class pl.edu.agh.cast.editor.action.FitZoomAction
zoomChanged(double) - Method in class pl.edu.agh.cast.tool.OverviewRectangleTool
 
zoomManager - Variable in class pl.edu.agh.cast.editor.action.FitZoomAction
The ZoomManager used to zoom in or out.
zoomTo(Rectangle) - Method in class pl.edu.agh.cast.editpart.RectangleZoomManager
Takes a rectangle in the viewport coordinates, that is not scaled according to the current viewport scale.

A B C D E F G H I J K L M N O P Q R S T U V W X Z

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