Class PatternListBuilder
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.tboxreasoner.PatternListBuilder
-
public class PatternListBuilder extends Object
The list of patterns for filtering the models will include: All patterns specified by the ReasonerConfiguration, One pattern for each deleted property, to match the use of that property as a predicate.
-
-
Constructor Summary
Constructors Constructor Description PatternListBuilder(ReasonerConfiguration reasonerConfiguration, TBoxReasoner reasoner, TBoxChanges changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedList<ReasonerStatementPattern>build()
-
-
-
Constructor Detail
-
PatternListBuilder
public PatternListBuilder(ReasonerConfiguration reasonerConfiguration, TBoxReasoner reasoner, TBoxChanges changes)
-
-
Method Detail
-
build
public LinkedList<ReasonerStatementPattern> build()
-
-