Commit ddc58f2e authored by R.W.Majeed's avatar R.W.Majeed
Browse files

javadoc errors fixed

parent 1d0c3614
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -29,9 +29,8 @@ import de.sekmi.histream.ext.ExternalSourceType;
 * Observation of a single event or a single fact assigned to a single patient.
 * Observation of a single event or a single fact assigned to a single patient.
 * 
 * 
 * TODO more details
 * TODO more details
 * TODO remove ExternalSourceType from interfaces, move to property
 * 
 * 
 * @author Raphael
 * @author R.W.Majeed
 *
 *
 */
 */
public interface Observation extends ConceptValuePair{
public interface Observation extends ConceptValuePair{
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ public abstract class InferenceFactory {
	 * This is mainly useful for generating a list of concept ids for
	 * This is mainly useful for generating a list of concept ids for
	 * a database query.
	 * a database query.
	 * </p>
	 * </p>
	 * @param concepts
	 * @param concepts concepts
	 * @return iterator of concepts which replaces inferred concepts
	 * @return iterator of concepts which replaces inferred concepts
	 *  with their corresponding dependencies.
	 *  with their corresponding dependencies.
	 */
	 */
+0 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@ import de.sekmi.histream.ext.Visit;
 *  <li>Try with next visit, repeat</li>
 *  <li>Try with next visit, repeat</li>
 *  <li>Try with next patient, repeat</li>
 *  <li>Try with next patient, repeat</li>
 * </ul>
 * </ul>
 * <p>
 * </p>
 * @author R.W.Majeed
 * @author R.W.Majeed
 *
 *
 */
 */
+2 −2
Original line number Original line Diff line number Diff line
@@ -107,9 +107,9 @@ public class DataSource {
	/**
	/**
	 * If scripts are present, an instance of {@link ScriptProcessingQueue}
	 * If scripts are present, an instance of {@link ScriptProcessingQueue}
	 * is returned. Otherwise an instance of {@link FactGroupingQueue}.
	 * is returned. Otherwise an instance of {@link FactGroupingQueue}.
	 * @param factory factory
	 * @return fact queue
	 * @return fact queue
	 * @throws IOException 
	 * @throws IOException error
	 * @throws  
	 */
	 */
	public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{
	public FactGroupingQueue createFactQueue(ObservationFactory factory) throws IOException{
//		if( true ){
//		if( true ){
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ import de.sekmi.histream.ext.ExternalSourceType;
 * <p>
 * <p>
 * Use {@link #setObservations(List)} to specify the list
 * Use {@link #setObservations(List)} to specify the list
 * of observations. The provided list is edited in place.
 * of observations. The provided list is edited in place.
 * </>
 * </p>
 * @author R.W.Majeed
 * @author R.W.Majeed
 *
 *
 */
 */