| Constructors in biouml.model with parameters of type DataCollection |
Compartment.Compartment(DataCollection parent, Base kernel) |
Compartment.Compartment(DataCollection parent, String id, Base kernel) |
Diagram.Diagram(DataCollection origin, Base kernel, DiagramType type) Creates the diagram of the specified type. |
DiagramElement.DiagramElement(DataCollection parent, Base kernel) Constructs the diagram element. |
DiagramElement.DiagramElement(DataCollection parent, String name, Base kernel) Constructs the diagram element. |
Edge.Edge(DataCollection parent, Base kernel, Node input, Node output) |
Edge.Edge(DataCollection parent, String id, Base kernel, Node input, Node output) |
EquivalentNodeGroup.EquivalentNodeGroup(DataCollection parent, String name) |
Module.Module(DataCollection primaryCollection, Properties properties) Constructs derived data collection with primary collection. |
Node.Node(DataCollection parent, Base kernel) |
Node.Node(DataCollection parent, String name, Base kernel) |
| Constructors in biouml.standard.type with parameters of type DataCollection |
BaseSupport.BaseSupport(String name, DataCollection parent, String type) |
Cell.Cell(DataCollection parent, String name) |
Compartment.Compartment(DataCollection origin, String name) |
Concept.Concept(DataCollection origin, String name) |
Constant.Constant(DataCollection parent, String name) |
DatabaseInfo.DatabaseInfo(DataCollection parent, String name) |
DiagramInfo.DiagramInfo(DataCollection parent, String name) |
DiagramReference.DiagramReference(DataCollection origin, String name) |
Function.Function(DataCollection parent, String name) |
Gene.Gene(DataCollection origin, String name) |
KineticType.KineticType(DataCollection origin, String name, String title, String description, boolean reversible, String function, Element[] elements) |
KineticType.KineticType(DataCollection origin, String name) |
LiteratureReference.LiteratureReference(DataCollection parent, String name) |
Process.Process(DataCollection parent, String name) |
Protein.Protein(DataCollection origin, String name) |
Reaction.Reaction(DataCollection origin, String name) |
RelationType.RelationType(DataCollection parent, String name) |
RNA.RNA(DataCollection origin, String name) |
SemanticRelation.SemanticRelation(DataCollection origin, String name, String relationType) |
SemanticRelation.SemanticRelation(DataCollection origin, String name) |
SpecieReference.SpecieReference(DataCollection origin, String name, String role) |
SpecieReference.SpecieReference(DataCollection origin, String name) |
Species.Species(DataCollection parent, String name) |
State.State(DataCollection parent, String name) |
Stub.Stub(String name, DataCollection parent, String type) |
Stub.Stub(String name, DataCollection parent) |
Substance.Substance(DataCollection origin, String name) |
Unit.Unit(DataCollection parent, String name) |
| Constructors in ru.biosoft.access with parameters of type DataCollection |
AbstractDataCollection.AbstractDataCollection(DataCollection parent, Properties properties) Constructor to be used by CollectionFactory to creata DataCollection. |
DataCollectionAddUndo.DataCollectionAddUndo(DataElement elementWillAdd, DataCollection parent) |
DataCollectionEvent.DataCollectionEvent(Object source, int type, DataCollection owner, String name, DataCollectionEvent primaryEvent) Constructs the DataCollectionEvent object. |
DataCollectionInfo.DataCollectionInfo(DataCollection dc, Properties properties, Category cat) |
DataCollectionRemoveUndo.DataCollectionRemoveUndo(DataElement elementWillRemove, DataCollection parent) |
DataCollectionUnion.DataCollectionUnion(DataCollection dc, Properties properties) Make union of all collections contained in specified data collection. |
DataCollectionUnion2.DataCollectionUnion2(DataCollection dc, Properties properties) |
DataCollectionUnion2.DataCollectionUnion2(DataCollection[] collections, Properties properties) |
DataElementRef.DataElementRef(String name, DataCollection origin, String elementName) |
DataElementSupport.DataElementSupport(String name, DataCollection origin) Construct data element. |
DefaultQuerySystem.DefaultQuerySystem(DataCollection dc) |
DerivedDataCollection.DerivedDataCollection(DataCollection parent, String name, DataCollection primaryDC, Properties properties) Constructs DerivedDataCollection with the parent, name and primary data collection. |
DerivedDataCollection.DerivedDataCollection(DataCollection parent, Properties properties) Constructor to be used by CollectionFactory. |
Entry.Entry(DataCollection parent, String name, File pFile, long pOffset, long pSize) Construct big data element with TEXT_FORMAT. |
Entry.Entry(DataCollection pParent, String pName, String pData, String pFormat) Construct data element. |
Entry.Entry(DataCollection pParent, String pName, String pData) Construct data element with TEXT_FORMAT. |
EntryCollection.EntryCollection(DataCollection parent, Properties properties) Standard data collection constructor. |
FileCollection.FileCollection(DataCollection parent, Properties properties) Constructs data collection with parent. |
FileDataElement.FileDataElement(String name, DataCollection origin, File parent) Constructs FileDataElement with specified name,parent DataCollection,and parent subdirectory |
FileDataElement.FileDataElement(String name, DataCollection origin, String parent) Constructs FileDataElement with specified name,parent DataCollection,and name of parent subdirectory |
FileEntryCollection.FileEntryCollection(DataCollection parent, Properties properties) Loads the data collection and its indexes (currently only for id). |
FileEntryCollection2.FileEntryCollection2(DataCollection parent, Properties properties) |
FilteredDataCollection.FilteredDataCollection(DataCollection parent, String name, DataCollection primaryCollection, Filter filter, FunctionJobControl jobControl, Properties properties) Creates FilteredDataCollection with the specified parent, name,
primary data collection and filter. |
FilteredDataCollection.FilteredDataCollection(DataCollection parent, Properties properties) Constructor to be used by CollectionFactory. |
LocalRepository.LocalRepository(DataCollection parent, Properties properties) Constructs LocalRepository. |
MutableDataElementSupport.MutableDataElementSupport(String name, DataCollection origin) |
SqlDataCollection.SqlDataCollection(DataCollection parent, Properties properties) Standart constructor for creating data collection. |
TransformedDataCollection.TransformedDataCollection(DataCollection parent, Properties properties) Constructs transformed data collection with parent. |
VectorDataCollection.VectorDataCollection(String name, DataCollection parent, Properties properties) Constructs data collection with specified name and parent. |
VectorDataCollection.VectorDataCollection(DataCollection parent, Properties properties) Constructor to be used by CollectionFactory to create VectorDataCollection. |
| Methods in ru.biosoft.access that return DataCollection |
DataCollection | AbstractTransformer.getPrimaryCollection() Gets primary data collection connected with transformer. |
DataCollection | AbstractTransformer.getTransformedCollection() Gets transformed data collection connected with transformer. |
static DataCollection | CollectionFactory.createCollection(DataCollection parent, Properties properties) Creates DataCollection with the specified parent and properties. |
static DataCollection | CollectionFactory.createDerivedCollection(Repository parent, String name, Properties primary, Properties derived, String subDir) |
static DataCollection | CollectionFactory.createRepository(String path) |
static DataCollection | CollectionFactory.createTempMemoryCollection() |
static DataCollection | CollectionFactory.createTransformedCollection(Repository parent, String name, Class transformerClass, Class dataElementType, String imgName, String childrenImage, String fileFilter, String startTag, String idTag, String endTag, String subDir) |
static DataCollection | CollectionFactory.createTransformedFileCollection(LocalRepository parent, String name, String filter, Class transformerClass) |
static DataCollection | CollectionFactory.getDataCollection(String completeName) Returns the data collection with the speicified complete name
relative of one of the data collection from data collections
registered in root hash map. |
DataCollection | DataCollectionEvent.getOwner() |
DataCollection | DataElement.getOrigin() Returns the collection this element belongs to. |
DataCollection | DataElementSupport.getOrigin() Return origin data collection for this data element. |
DataCollection | DerivedDataCollection.getPrimaryCollection() |
DataCollection | LocalRepository.createDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller) Creates new DataCollection with specified subdir (if not null) and config file name. |
DataCollection | MutableDataElementSupport.getOrigin() |
DataCollection | Repository.createDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller) Creates new DataCollection. |
DataCollection | Transformer.getPrimaryCollection() Return data collection which contain output data element. |
DataCollection | Transformer.getTransformedCollection() Return data collection which contain input data element. |
| Methods in ru.biosoft.access with parameters of type DataCollection |
void | AbstractDataCollection.propagateElementChanged(DataCollection source, DataCollectionEvent primaryEvent) |
void | AbstractDataCollection.propagateElementWillChange(DataCollection source, DataCollectionEvent primaryEvent) |
void | AbstractTransformer.init(DataCollection primaryCollection, DataCollection transformedCollection) Initialize transformer for support optional methods. |
static void | CollectionFactory.copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc, String successMessage) |
static DataCollection | CollectionFactory.createCollection(DataCollection parent, Properties properties) Creates DataCollection with the specified parent and properties. |
static DataElement | CollectionFactory.getDataElement(String relativeName, DataCollection ancestor) Returns the DataElement with the specified name. |
static String | CollectionFactory.getRelativeName(DataElement child, DataCollection ancestor) Returns complete name of DataElement relative its ancestor. |
static void | CollectionFactory.registerRoot(DataCollection dc) Register DataCollection in root HashMap. |
static void | CollectionFactory.releaseCollection(DataCollection dataCollection) Releases all element of DataCollection DataCollection. |
static void | CollectionFactory.unregisterRoot(DataCollection dataCollection) Unegister DataCollection in root HashMap. |
void | CollectionUnion.addCollection(DataCollection dc) Add all elements from specified collection to union. |
void | DataCollection.propagateElementChanged(DataCollection source, DataCollectionEvent primaryEvent) |
void | DataCollection.propagateElementWillChange(DataCollection source, DataCollectionEvent primaryEvent) |
void | DataCollectionUnion.addCollection(DataCollection dc) |
void | DataCollectionUnion2.addCollection(DataCollection child) |
List | QueryFilter.doQuery(DataCollection dc) |
boolean | SqlTransformer.init(DataCollection owner) Initialize transformer. |
boolean | SqlTransformerSupport.init(DataCollection owner) |
void | Transformer.init(DataCollection dcInput, DataCollection dcOutput) Initialize transformer for support optional methods. |