Package net.ontopia.topicmaps.query.spi
Interface ResultIF
-
public interface ResultIF
EXPERIMENTAL: Interface used by process predicates to add new result rows.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Object[] row)
EXPERIMENTAL: Add the given row to the result.
-
-
-
Method Detail
-
add
void add(Object[] row)
EXPERIMENTAL: Add the given row to the result.
-
-