| Package | Description |
|---|---|
| org.mindswap.pellet.jena |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.ALL_CLASS_STATEMENTS
All statements about classes
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.ALL_INDIVIDUAL_STATEMENTS
All statements about individuals
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.ALL_PROPERTY_STATEMENTS
All statements about properties
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.ALL_STATEMENTS
All statements (without Jena predicates for direct relations)
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.ALL_STATEMENTS_INCLUDING_JENA
All statements (including Jena predicates for direct relations)
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.DEFAULT_STATEMENTS
Default statements
|
static EnumSet<ModelExtractor.StatementType> |
ModelExtractor.StatementType.PROPERTY_VALUE
All property values (both object and data)
|
| Modifier and Type | Method and Description |
|---|---|
static ModelExtractor.StatementType |
ModelExtractor.StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelExtractor.StatementType[] |
ModelExtractor.StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ModelExtractor.StatementType> |
ModelExtractor.getSelector()
Get the selector
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelExtractor.setSelector(EnumSet<ModelExtractor.StatementType> selector)
Sets the selector
|
Copyright © 2013. All Rights Reserved.