| Interface | osid.topology.batch.EdgeBatchForm | ||
|---|---|---|---|
| Implements | osid.topology.EdgeForm | ||
| Description |
This is the form for creating and updating edges in bulk.
| ||
| Method | getSourceNodeId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the node Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDestinationNodeId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the node Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEdgeId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the edge Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |