RED-8481: Use visual layout parsing to detect signatures
added a new layer for visual parsing results checkstyle
This commit is contained in:
parent
2c171b6a9e
commit
477f6af886
@ -337,15 +337,15 @@ public interface SemanticNode {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returns the set of layoutengines
|
* returns the set of layoutengines.
|
||||||
*
|
*
|
||||||
* @return set of layoutengines
|
* @return set of layoutengines.
|
||||||
*/
|
*/
|
||||||
Set<LayoutEngine> getEngines();
|
Set<LayoutEngine> getEngines();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* adds a layoutengine to the set
|
* adds a layoutengine to the set.
|
||||||
*/
|
*/
|
||||||
default void addEngine(LayoutEngine engine) {
|
default void addEngine(LayoutEngine engine) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user