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

Packages that use IEntity
pl.edu.agh.cast.data.ui.importer.wizard Provides CAST Data's user interface classes for the import wizard. 
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.visual.backward Provides classes for visual presentation of data. 
pl.edu.agh.cast.ui.outline Provides diagram outline view. 
 

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

Fields in pl.edu.agh.cast.data.ui.importer.wizard declared as IEntity
protected  IEntity[] ImportWizard.mainEntities
          Main entities of the imported data.
 

Fields in pl.edu.agh.cast.data.ui.importer.wizard with type parameters of type IEntity
protected  SortedMap<IEntity,Integer> MainEntityComposite.suggestedMainEntities
          Suggested main entities of the imported data.
 

Methods in pl.edu.agh.cast.data.ui.importer.wizard that return IEntity
protected  IEntity[] MainEntityComposite.getCheckedItems()
           
 IEntity[] MainEntityComposite.getSelectedEntities()
           
 IEntity[] MainEntityPage.getSelectedEntities()
           
 

Methods in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type IEntity
 void MainEntityPage.setSelectedEntities(IEntity[] selectedEntities)
           
 

Method parameters in pl.edu.agh.cast.data.ui.importer.wizard with type arguments of type IEntity
 void MainEntityComposite.setData(SortedMap<IEntity,Integer> suggMainEntities)
          Sets the main entity composite's data.
 void MainEntityPage.setData(SortedMap<IEntity,Integer> suggestedMainEntities)
          Sets the main entity page data.
 

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

Classes in pl.edu.agh.cast.model.base that implement IEntity
 class Entity
          Default IEntity implementation.
 

Fields in pl.edu.agh.cast.model.base declared as IEntity
protected  IEntity Relation.source
          The source of the relation.
protected  IEntity Relation.target
          The target of the relation.
 

Methods in pl.edu.agh.cast.model.base that return IEntity
static IEntity DataImporter.getEntity(String id, Map<String,IEntity> entities)
          Deprecated. Returns an IEntity with given id, or creates a new one.
 IEntity IRelation.getSource()
          The source of the relation (getter).
 IEntity Relation.getSource()
          The source of the relation (getter).
 IEntity IRelation.getTarget()
          The target of the relation (getter).
 IEntity Relation.getTarget()
          The target of the relation (getter).
 

Methods in pl.edu.agh.cast.model.base that return types with arguments of type IEntity
 Collection<IEntity> IModel.getEntities()
          Return all entities which are present in this model.
 Collection<IEntity> Model.getEntities()
          Return all entities which are present in this model.
 Collection<IEntity> DataSet.getEntities()
          Return all entities present in this data set.
 Collection<IEntity> IDataSet.getEntities()
          Return all entities present in this data set.
static Collection<IEntity> Model.getEntities(Collection<IDataSet> dataSets)
          Create collection of entities which are present in given data sets.
 

Methods in pl.edu.agh.cast.model.base with parameters of type IEntity
 boolean IEntity.isConnected(IEntity entity)
          Returns true if the entity is directly connected with given entity.
 boolean Entity.isConnected(IEntity entity)
          Returns true if the entity is directly connected with given entity.
 void IRelation.setSource(IEntity source)
          The source of the relation (setter).
 void Relation.setSource(IEntity newSource)
          The source of the relation (setter).
 void IRelation.setTarget(IEntity target)
          The target of the relation (setter).
 void Relation.setTarget(IEntity newTarget)
          The target of the relation (setter).
 

Method parameters in pl.edu.agh.cast.model.base with type arguments of type IEntity
static IEntity DataImporter.getEntity(String id, Map<String,IEntity> entities)
          Deprecated. Returns an IEntity with given id, or creates a new one.
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.
 

Constructors in pl.edu.agh.cast.model.base with parameters of type IEntity
Relation(IEntity newSource, IEntity newTarget)
          The parameterized constructor.
TimedRelation(IEntity src, IEntity dst, Date newDate)
          Parameterized constructor.
 

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

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

Methods in pl.edu.agh.cast.model.base.util with parameters of type IEntity
protected static int AbstractMainEntitiesUtil.getEntityRelationsCount(IEntity entity)
           
 

Method parameters in pl.edu.agh.cast.model.base.util with type arguments of type IEntity
static void AbstractMainEntitiesUtil.setEntitiesAsMain(Collection<IEntity> entities)
          Sets the property isMain to true, for given collection of entities.
 

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

Methods in pl.edu.agh.cast.model.visual.backward with parameters of type IEntity
 Node VisualModelCachingFactory.createNode(IEntity entity)
          Returns a node corresponding to the given entity, creating if it necessary.
 Node VisualModelCachingFactory.createNode(IEntity entity, Set<String> currentDS)
          Returns a node corresponding to the given entity, creating if it necessary.
 

Method parameters in pl.edu.agh.cast.model.visual.backward with type arguments of type IEntity
 void Diagram.addAttributesFromEntities(Collection<IEntity> entities, Collection<String> attributes, Map<String,AttributeMergePolicy> mergePolicies, String nodeType, org.eclipse.core.runtime.IProgressMonitor monitor)
          Adds attributes from a collection of entities to the diagram with join on entity and node IDs.
 void IDiagram.addAttributesFromEntities(Collection<IEntity> entities, Collection<String> attributes, Map<String,AttributeMergePolicy> mergePolicies, String nodeType, org.eclipse.core.runtime.IProgressMonitor monitor)
          Adds attributes from a collection of entities to the diagram with join on entity and node IDs.
 void Diagram.addAttributesFromEntities(Collection<IEntity> entities, Collection<String> attributes, Map<String,AttributeMergePolicy> mergePolicies, String nodeType, String sourceJoinAttribute, String targetJoinAttribute, org.eclipse.core.runtime.IProgressMonitor monitor)
          Adds attributes from a collection of entities to the diagram.
 void IDiagram.addAttributesFromEntities(Collection<IEntity> entities, Collection<String> attributes, Map<String,AttributeMergePolicy> mergePolicies, String nodeType, String sourceJoinAttribute, String targetJoinAttribute, org.eclipse.core.runtime.IProgressMonitor monitor)
          Adds attributes from a collection of entities to the diagram.
 

Uses of IEntity in pl.edu.agh.cast.ui.outline
 

Methods in pl.edu.agh.cast.ui.outline that return IEntity
 IEntity OutlineConnectionNode.getNode()
           
 

Constructors in pl.edu.agh.cast.ui.outline with parameters of type IEntity
OutlineConnectionNode(IRelation connection, IEntity node)
          Creates new outline connection node.
 



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