|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.datasource.mbox.MBOXDS
public class MBOXDS
Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/datasource/mbox/mboxDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#
Field Summary | |
---|---|
static URI |
maximumDepth
Type: Property Label: Maximum Depth Comment: Maximum depth of the crawl Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource Range: http://www.w3.org/2001/XMLSchema#integer |
static URI |
maximumSize
Type: Property Label: Maximum Size Comment: Maximum size (in bytes) of the attachments that are to be reported by the crawler Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource Range: http://www.w3.org/2001/XMLSchema#long |
static URI |
MboxDataSource
Type: Class Label: MBOX File Data Source Comment: Describes a mailbox stored in an mbox-format file |
static String |
MBOXDS_RESOURCE_PATH
Path to the ontology resource |
static URI |
mboxPath
Type: Property Label: MBOX Path Comment: The path to the mbox file Domain: http://aperture.semanticdesktop.org/ontology/2008/02/03/mboxds#MboxDataSource Range: http://www.w3.org/2001/XMLSchema#string |
static URI |
NS_MBOXDS
The namespace for MBOXDS |
Constructor Summary | |
---|---|
MBOXDS()
|
Method Summary | |
---|---|
static void |
getMBOXDSOntology(Model model)
Puts the MBOXDS ontology into the given model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MBOXDS_RESOURCE_PATH
public static final URI NS_MBOXDS
public static final URI MboxDataSource
public static final URI mboxPath
public static final URI maximumDepth
public static final URI maximumSize
Constructor Detail |
---|
public MBOXDS()
Method Detail |
---|
public static void getMBOXDSOntology(Model model)
model
- The model for the source ontology to be put into.
Exception
- if something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |