Uses of Interface
pl.edu.agh.cast.model.base.IDataSet

Packages that use IDataSet
pl.edu.agh.cast.backward.command Provides commands for operating on diagrams. 
pl.edu.agh.cast.backward.editor Provides classes for managing diagram editors. 
pl.edu.agh.cast.backward.editor.action Provides various editor actions for interacting with user. 
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.data.ui.importer.wizard Provides CAST Data's user interface classes for the import wizard. 
pl.edu.agh.cast.model Provides classes for managing CAST model. 
pl.edu.agh.cast.model.attributes Provides classes for representing and managing visual model's attributes. 
pl.edu.agh.cast.model.base Provides base model classes and interfaces. 
pl.edu.agh.cast.model.base.util Base model utility methods. 
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.backward Provides classes for visual presentation of data. 
 

Uses of IDataSet in pl.edu.agh.cast.backward.command
 

Constructors in pl.edu.agh.cast.backward.command with parameters of type IDataSet
EnhanceNodesCommand(IDiagram diagram, IDataSet dataSet)
          Command constructor.
 

Uses of IDataSet in pl.edu.agh.cast.backward.editor
 

Methods in pl.edu.agh.cast.backward.editor with parameters of type IDataSet
static org.eclipse.ui.IEditorPart EditorUtilBackward.openNewEditor(IDataSet dataSet, org.eclipse.core.resources.IProject project, org.eclipse.ui.IEditorDescriptor editorType)
          Opens a new editor for single data set.
 

Uses of IDataSet in pl.edu.agh.cast.backward.editor.action
 

Constructors in pl.edu.agh.cast.backward.editor.action with parameters of type IDataSet
EnhanceNodesAction(IDiagram diagram, IDataSet dataSet)
          Constructor.
 

Uses of IDataSet in pl.edu.agh.cast.backward.resources
 

Methods in pl.edu.agh.cast.backward.resources that return types with arguments of type IDataSet
 Collection<IDataSet> ModelEditorInput.getModel()
           
 

Constructor parameters in pl.edu.agh.cast.backward.resources with type arguments of type IDataSet
ModelEditorInput(Collection<IDataSet> model, org.eclipse.core.resources.IFile file)
          Creates new instance of model editor input.
 

Uses of IDataSet in pl.edu.agh.cast.data.ui.importer.wizard
 

Fields in pl.edu.agh.cast.data.ui.importer.wizard declared as IDataSet
protected  IDataSet ImportWizard.dataSet
          Data set into which the data will be converted during the import.
protected  IDataSet ConversionWithProgressMonitor.dataSet
          Data set.
 

Methods in pl.edu.agh.cast.data.ui.importer.wizard that return IDataSet
 IDataSet ConversionWithProgressMonitor.getDataSet()
           
 

Uses of IDataSet in pl.edu.agh.cast.model
 

Method parameters in pl.edu.agh.cast.model with type arguments of type IDataSet
 Map<String,Map<String,String>> ModelUtil.getAttributeMap(Collection<IDataSet> dataSets)
          Constructs map which allows quick look-up of model extension ID for given pair of type name and attribute name.
 

Uses of IDataSet in pl.edu.agh.cast.model.attributes
 

Constructor parameters in pl.edu.agh.cast.model.attributes with type arguments of type IDataSet
NodeAttributeManager(Collection<IDataSet> dataSets)
          Initializes new instance with attributes defined for IEntity'ies in given IDataSets.
 

Uses of IDataSet in pl.edu.agh.cast.model.base
 

Classes in pl.edu.agh.cast.model.base that implement IDataSet
 class DataSet
           The default implementation of the IDataSet interface.
 

Fields in pl.edu.agh.cast.model.base with type parameters of type IDataSet
protected  List<IDataSet> Relation.dataSets
          The data sets which this relation belongs to.
 

Methods in pl.edu.agh.cast.model.base that return IDataSet
 IDataSet DataImporter.importDataFromFile(String path)
          Deprecated. Imports the data from the file given as parameter.
 IDataSet AbstractDataLoaderWithStatistics.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Converts data into IDataSet.
 IDataSet IDataLoader.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Converts data into IDataSet.
abstract  IDataSet AbstractDataLoaderWithStatistics.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping, BrokenDataInfo brokenDataInfo)
          Converts data into IDataSet.
 IDataSet AbstractModelDataLoader.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping, BrokenDataInfo brokenDataInfo)
          Transforms the data given as tabular data to abstract model data set.
 

Methods in pl.edu.agh.cast.model.base that return types with arguments of type IDataSet
 List<IDataSet> IModel.getDataSets()
          Return all data sets which belong to this model.
 List<IDataSet> IRelation.getDataSets()
          The data sets which this relation belongs to.
 List<IDataSet> Relation.getDataSets()
          The data sets which this relation belongs to.
 List<IDataSet> Model.getDataSets()
          The data sets getter.
 

Methods in pl.edu.agh.cast.model.base with parameters of type IDataSet
 boolean IModel.addDataSet(IDataSet dataSet)
          Add data set to the collection of data sets.
 void IRelation.addDataSet(IDataSet set)
          Add given data set to this relation.
 void Relation.addDataSet(IDataSet newSet)
          Add given data set to this relation.
 boolean Model.addDataSet(IDataSet dataSet)
          Add data set to the model.
static void DataImporter.importData(DataRow tokens, IDataSet dataSet, Map<String,IEntity> entities)
          Deprecated. Transforms the tokens to 2 entities and 1 relation and puts the relation in the dataSet.
protected  void AbstractModelDataLoader.importRow(DataRow row, Map<Integer,Integer> mapping, BrokenRowInfo brokenRowInfo, IDataSet dataSet, Map<String,IEntity> entities)
          Creates one relation based on given data row.
 

Method parameters in pl.edu.agh.cast.model.base with type arguments of type IDataSet
static Collection<IEntity> Model.getEntities(Collection<IDataSet> dataSets)
          Create collection of entities which are present in given data sets.
 void IModel.setDataSets(List<IDataSet> dataSets)
          Data sets setter.
 void IRelation.setDataSets(List<IDataSet> set)
          The data sets which this relation belongs to.
 void Relation.setDataSets(List<IDataSet> set)
          The data sets which this relation belongs to.
 void Model.setDataSets(List<IDataSet> dataSets)
          The data sets setter.
 

Uses of IDataSet in pl.edu.agh.cast.model.base.util
 

Methods in pl.edu.agh.cast.model.base.util with parameters of type IDataSet
static SortedMap<IEntity,Integer> AbstractMainEntitiesUtil.getSortedEntities(IDataSet dataSet)
          Returns SortedMap (as key is IEntity, as value this entity all relations count).
 

Uses of IDataSet in pl.edu.agh.cast.model.mapper.internal
 

Methods in pl.edu.agh.cast.model.mapper.internal with parameters of type IDataSet
protected static void AbstractRemover.removeDataSetFromModel(IDataSet dataSet)
           
 

Uses of IDataSet in pl.edu.agh.cast.model.visual.backward
 

Methods in pl.edu.agh.cast.model.visual.backward that return IDataSet
 IDataSet Diagram.getDomainModel()
          Returns all model data (packaged as one IDataSet) kept in the diagram.
 IDataSet IDiagram.getDomainModel()
          Returns all model data (packaged as one IDataSet) kept in the diagram.
 

Constructor parameters in pl.edu.agh.cast.model.visual.backward with type arguments of type IDataSet
Diagram(Collection<IDataSet> model)
          Constructs new diagram from model.
Diagram(Collection<IDataSet> model, org.eclipse.core.runtime.IProgressMonitor monitor)
          Constructs new diagram from model.
Diagram(Collection<IDataSet> model, org.eclipse.core.runtime.IProgressMonitor monitor, boolean enhancable)
          Constructs new diagram from model.
 



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