Interface IOperationService

  • All Known Implementing Classes:
    OperationService

    @Path("/graph/doOperation")
    @Consumes("application/json")
    @Produces("application/json")
    public interface IOperationService
    An IOperationService has methods to execute Operations on the Graph.