Uses of Interface
idare.imagenode.internal.IDAREService
-
Packages that use IDAREService Package Description idare.imagenode.Data.BasicDataTypes.ArrayData This package contains the basic Dataset assuming that the data consists of one sheet of information.idare.imagenode.Data.BasicDataTypes.MultiArrayData This package contains the a Dataset specification for datasets with multiple sheets of containing multiple related sets of information..idare.imagenode.Interfaces.DataSetReaders A Package that defines interfaces that have to be used by Readers for additional DataSet Formats.idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet.idare.imagenode.Interfaces.Layout A Package that defines interfaces and abstract basis classes for all components necessary to generate a Layout for n individual DataSetidare.imagenode.Interfaces.Plugin A Package that defines interfaces hich have to be implemented by Plugins to Cytoscape. -
-
Uses of IDAREService in idare.imagenode.Data.BasicDataTypes.ArrayData
Classes in idare.imagenode.Data.BasicDataTypes.ArrayData that implement IDAREService Modifier and Type Class Description classAbstractArrayDataSetPropertiesBasic properties for aArrayDataSet.classArrayDataSetAn Abstract basis class for item based datasets. -
Uses of IDAREService in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Classes in idare.imagenode.Data.BasicDataTypes.MultiArrayData that implement IDAREService Modifier and Type Class Description classMultiArrayDataPropertiesA basic class for allMultiArrayDataPropertiesclassMultiArrayDataSetClass to provide a basic setting for MultiArray Datasets. -
Uses of IDAREService in idare.imagenode.Interfaces.DataSetReaders
Classes in idare.imagenode.Interfaces.DataSetReaders that implement IDAREService Modifier and Type Class Description classIDAREDatasetReaderAIDAREDatasetReadermust be able to read a Datafile into a -
Uses of IDAREService in idare.imagenode.Interfaces.DataSets
Classes in idare.imagenode.Interfaces.DataSets that implement IDAREService Modifier and Type Class Description classDataSetADataSetis a storage for data. -
Uses of IDAREService in idare.imagenode.Interfaces.Layout
Classes in idare.imagenode.Interfaces.Layout that implement IDAREService Modifier and Type Class Description classDataSetLayoutPropertiesDataSetLayoutPropertiesallow the use of a specific class ofDataSets for multiple different layouts. -
Uses of IDAREService in idare.imagenode.Interfaces.Plugin
Methods in idare.imagenode.Interfaces.Plugin that return types with arguments of type IDAREService Modifier and Type Method Description Vector<IDAREService>IDAREPlugin. getServices()Provide all instances of IDAREInterfaces this plugin shall provide to the app.
-