Top Classes
module org.jabref

Package org.jabref.model.search.matchers


Class Summary

Modifier and TypeClass and Description
public class
AndMatcher

A set of matchers that returns true if all matcher match the given entry.

public abstract class
public class
public class
NotMatcher

Inverts the search result.

public class
OrMatcher

A set of matchers that returns true if any matcher matches the given entry.