Package org.javarosa.core.model.utils
Interface IInstanceProcessor
public interface IInstanceProcessor
An interface for classes which are capable of parsing and performing actions
on Data Model objects.
- Author:
- Clayton Sims
-
Method Summary
Modifier and Type Method Description voidprocessInstance(FormInstance tree)Processes the provided data model.
-
Method Details
-
processInstance
Processes the provided data model.- Parameters:
tree- The data model that will be handled.
-