|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorNode
A node representing a read/written model during the evaluation.
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
String |
getConnectorName()
Returns the name of the connector used. |
ModelValue |
getModel()
Returns a description of the read/written model. |
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. |
| Methods inherited from interface com.sodius.mdw.core.eval.debug.DebugNode |
|---|
getChildren, getFailure, getHierarchy, getParent, isFailed, isLeaf, isRoot |
| Method Detail |
|---|
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 getConnectorName()
ConnectorDescriptor.getName()String getURI()
null if no uri used.ModelReader.read(String, Model, ConnectorContext),
ModelWriter.write(String, Model, ConnectorContext)ModelValue getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||