|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.base.objects.Input
public class Input
XML documents, schemas, queries etc constituting the input for inference. Immutable class.
Constructor Summary | |
---|---|
Input()
Create a new, empty instance. |
|
Input(Collection<File> documents,
Collection<File> schemas,
Collection<File> queries,
Collection<File> fds)
|
Method Summary | |
---|---|
Collection<File> |
getDocuments()
Returns the list of XML documents in this input object. |
Collection<File> |
getFunctionalDependencies()
Returns the list of functional dependencies in this input object. |
Collection<File> |
getQueries()
Returns the list of queries in this input object. |
Collection<File> |
getSchemas()
Returns the list of schemas in this input object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input(Collection<File> documents, Collection<File> schemas, Collection<File> queries, Collection<File> fds)
public Input()
Method Detail |
---|
public Collection<File> getDocuments()
public Collection<File> getSchemas()
public Collection<File> getQueries()
public Collection<File> getFunctionalDependencies()
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |