|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportModel
Provides information on a model read/written during an evaluation.
This interface is not intended to be implemented by clients.
Report.getReportModels()| Method Summary | |
|---|---|
String |
getConnectorName()
Returns the name of the connector used. |
String |
getMetamodelID()
Returns the ID of the related metamodel. |
String |
getURI()
Returns the uri used to read/write the model. |
boolean |
isRead()
Returns true if the connector used is a model reader. |
boolean |
isWrite()
Returns true if the connector used is a model writer. |
| Method Detail |
|---|
String getMetamodelID()
Metamodel.getUniqueID()String getConnectorName()
ConnectorDescriptor.getName()boolean isRead()
true if the connector used is a model reader.
true if the connector used is a model reader, false otherwise.ConnectorDescriptor.isReader()boolean isWrite()
true if the connector used is a model writer.
true if the connector used is a model writer, false otherwise.ConnectorDescriptor.isWriter()String getURI()
null if no uri used.ModelReader.read(String, Model, ConnectorContext),
ModelWriter.write(String, Model, ConnectorContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||