ru.biosoft.access
Interface DataElement

All Known Subinterfaces:
Base, CollectionUnion, DataCollection, ModuleType, MutableDataElement, Relation
All Known Implementing Classes:
AbstractDataCollection, BaseSupport, CellMLModuleType, Compartment, DatabaseEntry, DataCollectionUnion, DataCollectionUnion2, DataElementSupport, MutableDataElementSupport, Reaction, SbmlModuleType, SbwServiceMethod, SemanticRelation, SpecieReference, StandardModuleType

public interface DataElement

Minimal interface for storing object in the data collection.

Version:
1.0
Author:
DevelopmentOnTheEdge

Method Summary
 java.lang.String getName()
          Returns a unique name of the data element.
 DataCollection getOrigin()
          Returns the collection this element belongs to.
 

Method Detail

getName

public java.lang.String getName()
Returns a unique name of the data element.

Returns:
A unique name of the data element.

getOrigin

public DataCollection getOrigin()
Returns the collection this element belongs to. Since the element can be contained in several collections this should return application-specific main parent collection.

See Also:
DataCollection


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.