|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputDescriptorItem in DLV |
Subclasses of OutputDescriptorItem in DLV | |
class |
ODIFilePredicate
This class allows to specify that the output storage device are one or more text files in datalog format. |
class |
ODIJDBCPredicate
This class allows to specify that the output storage device is a database table. |
class |
ODIPredicate
This class allows to specify that the output storage device is main memory. |
Methods in DLV that return OutputDescriptorItem | |
OutputDescriptorItem |
OutputDescriptor.getDescriptor(java.lang.String predicateName)
Returns the OutputDescriptorItem associated with predicate name "predicateName". |
Methods in DLV with parameters of type OutputDescriptorItem | |
void |
OutputDescriptor.addDescriptor(java.lang.String predicateName,
OutputDescriptorItem o)
Associates a predicate name with an OutputDescriptorItem. |
Constructors in DLV with parameters of type OutputDescriptorItem | |
OutputDescriptor(OutputDescriptorItem defaultDescriptor)
Builds a new OutputDescriptor specifying the default descriptor to be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |