org.fenfire.loom
Interface StatementSelector

All Known Implementing Classes:
StatementSelector.SimpleSelector

public interface StatementSelector

An object selecting statements to show in a loom view.


Nested Class Summary
static class StatementSelector.SimpleSelector
          The posward or negward connections of focus to show, in order.
 
Field Summary
static StatementSelector simpleSelector
           
 
Method Summary
 java.util.Collection getConnections(Resource focus, int dir)
          The posward or negward connections of focus to show, in order.
 

Field Detail

simpleSelector

public static final StatementSelector simpleSelector
Method Detail

getConnections

public java.util.Collection getConnections(Resource focus,
                                           int dir)
The posward or negward connections of focus to show, in order. Returns a collection of statements, not a set of nodes.