Package | Description |
---|---|
com.orchestranetworks.addon.gram.graph |
Classes and interfaces for computing nodes and their relationships in a data value graph.
|
Modifier and Type | Method and Description |
---|---|
static NodeService |
NodeService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeService[] |
NodeService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.orchestranetworks.service.ActionPermission |
NodeSpec.getNodeServicePermission(NodeService nodeService)
Returns
ActionPermission for the given
NodeService |
void |
NodeSpec.setNodeServicePermisson(NodeService nodeService,
com.orchestranetworks.service.ActionPermission actionPermission)
Set
ActionPermission for the given NodeService . |