public class Style extends Object
Style class.
| Constructor and Description |
|---|
Style()
Constructor for Style.
|
Style(com.hp.hpl.jena.rdf.model.Resource styleRes)
Constructor for Style.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAnonymousDeepness()
getAnonymousDeepness.
|
String |
getNameSpacePrefix(String nameSpace)
getNameSpacePrefix.
|
int |
getNonAnonymousDeepness()
getNonAnonymousDeepness.
|
PropertyDescriptor[] |
getPropertyDescriptors()
getPropertyDescriptors.
|
TypeDescriptor[] |
getTypeDescriptors()
getTypeDescriptors.
|
public Style()
Constructor for Style.
public Style(com.hp.hpl.jena.rdf.model.Resource styleRes)
Constructor for Style.
styleRes - a Resource object.public TypeDescriptor[] getTypeDescriptors()
getTypeDescriptors.
TypeDescriptor objects.public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors.
PropertyDescriptor objects.public int getAnonymousDeepness()
getAnonymousDeepness.
public int getNonAnonymousDeepness()
getNonAnonymousDeepness.
Copyright © 2017. All rights reserved.