public class ProvaResultSetImpl extends java.lang.Object implements ProvaResultSet
| Constructor and Description |
|---|
ProvaResultSetImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ProvaSolution solution) |
ProvaParsingException |
getException() |
java.util.Vector<ProvaSolution> |
getSolutions() |
void |
setException(ProvaParsingException pex) |
void |
setSolutions(java.util.Vector<ProvaSolution> solutions) |
public void add(ProvaSolution solution)
add in interface ProvaResultSetpublic void setSolutions(java.util.Vector<ProvaSolution> solutions)
public java.util.Vector<ProvaSolution> getSolutions()
getSolutions in interface ProvaResultSetpublic ProvaParsingException getException()
getException in interface ProvaResultSetpublic void setException(ProvaParsingException pex)
setException in interface ProvaResultSetCopyright © 2019. All Rights Reserved.