public class PostProcessing extends Object
Post Processing Manager
This organises post processing jobs and divides them out into mutually exclusive jobs.
I.e. jobs which are unlikely to affect each other.
It then calls ConceptFixer which performs the actual fix.
| Modifier and Type | Method and Description |
|---|---|
static PostProcessing |
getInstance() |
boolean |
run() |
boolean |
stop() |
public static PostProcessing getInstance()
public boolean run()
public boolean stop()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.