|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.datamodel.record.impl.DefaultRecordFactoryImpl
public class DefaultRecordFactoryImpl
Implementation of RecordFactory for default Record implementation.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.smila.datamodel.record.RecordFactory |
|---|
DEFAULT_INSTANCE |
| Constructor Summary | |
|---|---|
DefaultRecordFactoryImpl()
|
|
| Method Summary | |
|---|---|
Annotation |
createAnnotation()
create a new annotation object. |
Attribute |
createAttribute()
create a new attribute object. |
Literal |
createLiteral()
create a new literal object. |
MObject |
createMetadataObject()
create a new metadata object. |
Record |
createRecord()
create a new Record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRecordFactoryImpl()
| Method Detail |
|---|
public Record createRecord()
createRecord in interface RecordFactoryorg.eclipse.smila.datamodel.record.RecordFactory#createRecord(org.eclipse.smila.datamodel.id.Id)public Annotation createAnnotation()
createAnnotation in interface RecordFactoryRecordFactory.createAnnotation()public Attribute createAttribute()
createAttribute in interface RecordFactoryRecordFactory.createAttribute()public Literal createLiteral()
createLiteral in interface RecordFactoryRecordFactory.createLiteral()public MObject createMetadataObject()
createMetadataObject in interface RecordFactoryRecordFactory.createMetadataObject()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||