@ProviderType
public interface WireGraphService
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
This method allows to delete the current Wire Graph.
|
WireGraphConfiguration |
get()
This method returns the current Wire Graph configuration.
|
void |
update(WireGraphConfiguration graphConfiguration)
This method allows to create and update the graph, by providing a
WireGraphConfiguration. |
void update(WireGraphConfiguration graphConfiguration) throws KuraException
WireGraphConfiguration.graphConfiguration - A WireGraphConfiguration object that represents an updated
status of the Wire Graph{@link - KuraException} if the update operation failsKuraExceptionvoid delete()
throws KuraException
{@link - KuraException} if the delete operation failsKuraExceptionWireGraphConfiguration get() throws KuraException
WireGraphConfiguration object that represents the current
configuration of the Wire Graph{@link - KuraException} if the get operation failsKuraException