A B C D E G I L M O P R S T V 
All Classes All Packages

A

AbstractTripleSort - Class in org.metafacture.triples
 
AbstractTripleSort() - Constructor for class org.metafacture.triples.AbstractTripleSort
Constructs an AbstractTripleSort.
AbstractTripleSort.Compare - Enum in org.metafacture.triples
The comparators.
AbstractTripleSort.Order - Enum in org.metafacture.triples
The sort orders.
ALL - org.metafacture.triples.AbstractTripleSort.Compare
 

B

BUFFERSIZE - Static variable in class org.metafacture.triples.SortedTripleFileFacade
 
BUFFERSIZE - Static variable in class org.metafacture.triples.TripleReader
 
BUFFERSIZE - Static variable in class org.metafacture.triples.TripleWriter
 

C

close() - Method in class org.metafacture.triples.SortedTripleFileFacade
Closes the ObjectInputStream and deletes the SortedTripleFileFacade.file if it exists.
closeStream() - Method in class org.metafacture.triples.TripleWriter
 
createComparator() - Method in class org.metafacture.triples.AbstractTripleSort
Creates the Comparator.
createComparator(AbstractTripleSort.Compare, AbstractTripleSort.Order) - Static method in class org.metafacture.triples.AbstractTripleSort
Creates an alphanumeric Comparator.

D

decodeTriple(Triple) - Method in class org.metafacture.triples.TripleCollect
Decodes a Triple.
DECREASING - org.metafacture.triples.AbstractTripleSort.Order
 
DEFAULT_COUNT_PREDICATE - Static variable in class org.metafacture.triples.TripleCount
 
DEFAULT_COUNTP_REDICATE - Static variable in class org.metafacture.triples.TripleCount
Deprecated.

E

endEntity() - Method in class org.metafacture.triples.StreamToTriples
 
endRecord() - Method in class org.metafacture.triples.StreamToTriples
 

G

getCompare() - Method in class org.metafacture.triples.AbstractTripleSort
 
getDefaultEncoding() - Method in class org.metafacture.triples.TripleObjectRetriever
Returns the default encoding used when no encoding is provided by the server.
getEncoding() - Method in class org.metafacture.triples.TripleObjectWriter
Returns the encoding used to open the resource.
getObjectFrom() - Method in class org.metafacture.triples.TripleReorder
Gets the TripleElement to shift the object to.
getObjectPattern() - Method in class org.metafacture.triples.TripleFilter
Gets the pattern of the object filter.
getPredicateFrom() - Method in class org.metafacture.triples.TripleReorder
Gets the TripleElement to shift the predicate to.
getPredicatePattern() - Method in class org.metafacture.triples.TripleFilter
Gets the pattern of the predicate filter.
getRecordPredicate() - Method in class org.metafacture.triples.StreamToTriples
Gest the record predicate.
getSubjectFrom() - Method in class org.metafacture.triples.TripleReorder
Gets the TripleElement to shift the subject to.
getSubjectPattern() - Method in class org.metafacture.triples.TripleFilter
Gets the pattern of the subject filter.

I

INCREASING - org.metafacture.triples.AbstractTripleSort.Order
 
isEmpty() - Method in class org.metafacture.triples.SortedTripleFileFacade
Checks whether SortedTripleFileFacade is empty.
isPassMatches() - Method in class org.metafacture.triples.TripleFilter
Checks whether matches passes.
isRedirect() - Method in class org.metafacture.triples.StreamToTriples
Checks whether redirection is enabled.

L

literal(String, String) - Method in class org.metafacture.triples.StreamToTriples
 

M

memoryLow(long, long) - Method in class org.metafacture.triples.AbstractTripleSort
 

O

OBJECT - org.metafacture.triples.AbstractTripleSort.Compare
 
OBJECT - org.metafacture.triples.TripleReorder.TripleElement
 
onCloseStream() - Method in class org.metafacture.triples.AbstractTripleSort
 
onCloseStream() - Method in class org.metafacture.triples.TripleCollect
 
onFinished() - Method in class org.metafacture.triples.AbstractTripleSort
 
onFinished() - Method in class org.metafacture.triples.TripleCount
 
onResetStream() - Method in class org.metafacture.triples.AbstractTripleSort
 
onResetStream() - Method in class org.metafacture.triples.TripleCollect
 
onSetReceiver() - Method in class org.metafacture.triples.TripleCollect
 
onSetReceiver() - Method in class org.metafacture.triples.TriplesToStream
 
order(int) - Method in enum org.metafacture.triples.AbstractTripleSort.Order
Gets the indicator.
org.metafacture.triples - package org.metafacture.triples
 

P

peek() - Method in class org.metafacture.triples.SortedTripleFileFacade
Peeks at a Triple at the top of the stack.
pop() - Method in class org.metafacture.triples.SortedTripleFileFacade
Pops a Triple from the stack.
PREDICATE - org.metafacture.triples.AbstractTripleSort.Compare
 
PREDICATE - org.metafacture.triples.TripleReorder.TripleElement
 
process(String) - Method in class org.metafacture.triples.TripleReader
 
process(Triple) - Method in class org.metafacture.triples.AbstractTripleSort
 
process(Triple) - Method in class org.metafacture.triples.TripleCollect
 
process(Triple) - Method in class org.metafacture.triples.TripleFilter
 
process(Triple) - Method in class org.metafacture.triples.TripleObjectRetriever
 
process(Triple) - Method in class org.metafacture.triples.TripleObjectWriter
 
process(Triple) - Method in class org.metafacture.triples.TripleReorder
 
process(Triple) - Method in class org.metafacture.triples.TriplesToStream
 
process(Triple) - Method in class org.metafacture.triples.TripleWriter
 

R

resetStream() - Method in class org.metafacture.triples.TripleWriter
 

S

setBy(AbstractTripleSort.Compare) - Method in class org.metafacture.triples.TripleSort
Sets if the order should be done by subject, predicate or object.
setCompare(AbstractTripleSort.Compare) - Method in class org.metafacture.triples.AbstractTripleSort
 
setCountBy(AbstractTripleSort.Compare) - Method in class org.metafacture.triples.TripleCount
Compare triples by subject, predicate or object.
setCountPredicate(String) - Method in class org.metafacture.triples.TripleCount
Flags whether predicates should be counted.
setDefaultEncoding(String) - Method in class org.metafacture.triples.TripleObjectRetriever
Sets the default encoding to use when no encoding is provided by the server.
setDefaultEncoding(Charset) - Method in class org.metafacture.triples.TripleObjectRetriever
Sets the default encoding to use when no encoding is provided by the server.
setEncoding(String) - Method in class org.metafacture.triples.TripleObjectWriter
Sets the encoding used to open the resource.
setEncoding(Charset) - Method in class org.metafacture.triples.TripleObjectWriter
Sets the encoding used to open the resource.
setNumeric(boolean) - Method in class org.metafacture.triples.TripleSort
Flags if sort should be numeric.
setObjectFrom(TripleReorder.TripleElement) - Method in class org.metafacture.triples.TripleReorder
Sets shifting the object from the given TripleElement.
setObjectPattern(String) - Method in class org.metafacture.triples.TripleFilter
Sets a pattern to filter objects.
setOrder(AbstractTripleSort.Order) - Method in class org.metafacture.triples.TripleSort
Sets increasing or decreasing order.
setPassMatches(boolean) - Method in class org.metafacture.triples.TripleFilter
Flags whether matches should pass.
setPredicateFrom(TripleReorder.TripleElement) - Method in class org.metafacture.triples.TripleReorder
Sets shifting the predicate from the given TripleElement.
setPredicatePattern(String) - Method in class org.metafacture.triples.TripleFilter
Gets the pattern of the predicate filter.
setRecordPredicate(String) - Method in class org.metafacture.triples.StreamToTriples
Sets the record predicate to encode a complete record in one triple.
setRedirect(boolean) - Method in class org.metafacture.triples.StreamToTriples
Flags whether to set redirect.
setSortNumeric(boolean) - Method in class org.metafacture.triples.AbstractTripleSort
 
setSortOrder(AbstractTripleSort.Order) - Method in class org.metafacture.triples.AbstractTripleSort
 
setSubjectFrom(TripleReorder.TripleElement) - Method in class org.metafacture.triples.TripleReorder
Sets shifting the subject from the given TripleElement.
setSubjectPattern(String) - Method in class org.metafacture.triples.TripleFilter
Gets the pattern of the subject filter.
sortedTriple(Triple) - Method in class org.metafacture.triples.AbstractTripleSort
 
sortedTriple(Triple) - Method in class org.metafacture.triples.TripleCount
 
sortedTriple(Triple) - Method in class org.metafacture.triples.TripleSort
 
SortedTripleFileFacade - Class in org.metafacture.triples
A SortedTripleFileFacade created with a file.
SortedTripleFileFacade(File) - Constructor for class org.metafacture.triples.SortedTripleFileFacade
Constructs a SortedTripleFileFacade with a file.
startEntity(String) - Method in class org.metafacture.triples.StreamToTriples
 
startRecord(String) - Method in class org.metafacture.triples.StreamToTriples
 
StreamToTriples - Class in org.metafacture.triples
Emits the literals which are received as triples such that the name and value become the predicate and the object of the triple.
StreamToTriples() - Constructor for class org.metafacture.triples.StreamToTriples
Creates an instance of StreamToTriples.
SUBJECT - org.metafacture.triples.AbstractTripleSort.Compare
 
SUBJECT - org.metafacture.triples.TripleReorder.TripleElement
 

T

TripleCollect - Class in org.metafacture.triples
Collects named values to form records.
TripleCollect() - Constructor for class org.metafacture.triples.TripleCollect
Creates an instance of TripleCollect.
TripleCount - Class in org.metafacture.triples
Counts triples.
TripleCount() - Constructor for class org.metafacture.triples.TripleCount
Creates an instance of TripleCount.
TripleFilter - Class in org.metafacture.triples
Filters triples.
TripleFilter() - Constructor for class org.metafacture.triples.TripleFilter
Creates an instance of TripleFilter.
TripleObjectRetriever - Class in org.metafacture.triples
Uses the object value of the triple as a URL and emits a new triple in which the object value is replaced with the contents of the resource identified by the URL.
TripleObjectRetriever() - Constructor for class org.metafacture.triples.TripleObjectRetriever
Creates an instance of TripleObjectRetriever.
TripleObjectWriter - Class in org.metafacture.triples
Writes the object value of the triple into a file.
TripleObjectWriter(String) - Constructor for class org.metafacture.triples.TripleObjectWriter
Creates an instance of TripleObjectWriter with a given directory to write to.
TripleReader - Class in org.metafacture.triples
Reads triples.
TripleReader() - Constructor for class org.metafacture.triples.TripleReader
Creates an instance of TripleReader.
TripleReorder - Class in org.metafacture.triples
Shifts subjectTo predicateTo and objectTo around.
TripleReorder() - Constructor for class org.metafacture.triples.TripleReorder
Creates an instance of TripleReorder.
TripleReorder.TripleElement - Enum in org.metafacture.triples
Names of the elements in the triple
TripleSort - Class in org.metafacture.triples
Sorts triples
TripleSort() - Constructor for class org.metafacture.triples.TripleSort
Creates an instance of TripleSort.
TriplesToStream - Class in org.metafacture.triples
Converts triples into a stream.
TriplesToStream() - Constructor for class org.metafacture.triples.TriplesToStream
Creates an instance of TriplesToStream.
TripleWriter - Class in org.metafacture.triples
 
TripleWriter(String) - Constructor for class org.metafacture.triples.TripleWriter
Constructs a TripleWriter with a given file name as output path.

V

valueOf(String) - Static method in enum org.metafacture.triples.AbstractTripleSort.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.metafacture.triples.AbstractTripleSort.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.metafacture.triples.TripleReorder.TripleElement
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.metafacture.triples.AbstractTripleSort.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.metafacture.triples.AbstractTripleSort.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.metafacture.triples.TripleReorder.TripleElement
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I L M O P R S T V 
All Classes All Packages