view src/de/mpiwg/anteater/xml/IPlaceFinderParser.java @ 0:036535fcd179

anteater
author jdamerow
date Fri, 14 Sep 2012 10:30:43 +0200
parents
children
line wrap: on
line source

package de.mpiwg.anteater.xml;

import java.util.List;

import de.mpiwg.anteater.places.PlaceInformation;

public interface IPlaceFinderParser {

	public List<PlaceInformation> parsePlaces();
}