jInfer

cz.cuni.mff.ksi.jinfer.base.objects
Class Input

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.base.objects.Input

public class Input
extends Object

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

Input

public Input(Collection<File> documents,
             Collection<File> schemas,
             Collection<File> queries,
             Collection<File> fds)

Input

public Input()
Create a new, empty instance.

Method Detail

getDocuments

public Collection<File> getDocuments()
Returns the list of XML documents in this input object.

Returns:
All XML documents in this object.

getSchemas

public Collection<File> getSchemas()
Returns the list of schemas in this input object.

Returns:
All schemas in this object.

getQueries

public Collection<File> getQueries()
Returns the list of queries in this input object.

Returns:
All queries in this object.

getFunctionalDependencies

public Collection<File> getFunctionalDependencies()
Returns the list of functional dependencies in this input object.

Returns:
All functional dependencies in this object.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011