Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTTriples.Order
-
Packages that use HDTTriples.Order Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTTriples.Order in org.eclipse.rdf4j.rio.hdt
Fields in org.eclipse.rdf4j.rio.hdt declared as HDTTriples.Order Modifier and Type Field Description private HDTTriples.Order
HDTTriples. order
Methods in org.eclipse.rdf4j.rio.hdt that return HDTTriples.Order Modifier and Type Method Description protected HDTTriples.Order
HDTTriples. getOrder()
Return triple orderstatic HDTTriples.Order
HDTTriples.Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HDTTriples.Order[]
HDTTriples.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.rio.hdt with parameters of type HDTTriples.Order Modifier and Type Method Description protected abstract void
HDTTriplesSection. parse(java.io.InputStream is, HDTTriples.Order order)
Parse triples section and return the triple parts in the correct S,P,O order.protected void
HDTTriplesSectionBitmap. parse(java.io.InputStream is, HDTTriples.Order order)
-