Package de.l3s.boilerpipe.conditions
Interface TextBlockCondition
-
public interface TextBlockConditionEvaluates whether a givenTextBlockmeets a certain condition. Useful in combination withConditionalLabelAction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmeetsCondition(TextBlock tb)Returnstrueiff the givenTextBlocktb meets the defined condition.
-