This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.any23.vocab.RDFSchemaUtils.VocabularyFormat (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Class
org.apache.any23.vocab.RDFSchemaUtils.VocabularyFormat

Packages that use RDFSchemaUtils.VocabularyFormat
org.apache.any23.vocab TODO fillme 
 

Uses of RDFSchemaUtils.VocabularyFormat in org.apache.any23.vocab
 

Methods in org.apache.any23.vocab that return RDFSchemaUtils.VocabularyFormat
static RDFSchemaUtils.VocabularyFormat RDFSchemaUtils.VocabularyFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RDFSchemaUtils.VocabularyFormat[] RDFSchemaUtils.VocabularyFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.any23.vocab with parameters of type RDFSchemaUtils.VocabularyFormat
static void RDFSchemaUtils.serializeVocabularies(RDFSchemaUtils.VocabularyFormat format, PrintStream ps)
          Serializes all the vocabularies to NQuads over the given output stream.
static String RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary, RDFSchemaUtils.VocabularyFormat format)
          Serialized the given vocabulary to NQuads and return them as string.
static void RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary, RDFSchemaUtils.VocabularyFormat format, boolean willFollowAnother, PrintStream ps)
          Serializes the given vocabulary to NQuads over the given output stream.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.