All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.anodoc.query2.DocumentQuery Maven / Gradle / Ivy

The newest version!
package net.anotheria.anodoc.query2;

import java.util.List;

import net.anotheria.asg.data.DataObject;

/**
 * 

DocumentQuery interface.

* * @author another * @version $Id: $Id */ public interface DocumentQuery { /** * Returns a list of possible results for an object. * * @param doc a {@link net.anotheria.asg.data.DataObject} object. * @return a {@link java.util.List} object. */ List match(DataObject doc); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy