public class PropertyStructure extends Object
| Constructor and Description |
|---|
PropertyStructure(org.openrdf.model.URI predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape) |
PropertyConstraint |
asPropertyConstraint() |
String |
description() |
List<org.openrdf.model.URI> |
domainIncludes() |
void |
domainIncludes(org.openrdf.model.Resource owlClass) |
org.openrdf.model.Resource |
getDatatype() |
String |
getDescription() |
org.openrdf.model.Resource |
getDomain() |
Set<org.openrdf.model.Resource> |
getDomainIncludes() |
Path |
getEquivalentPath() |
Integer |
getMaxCount() |
Integer |
getMinCount() |
org.openrdf.model.URI |
getPredicate() |
Set<Shape> |
getUsedInShape() |
org.openrdf.model.Resource |
getValueClass() |
boolean |
isDomainIncludesLocked() |
boolean |
isDomainLocked() |
List<org.openrdf.model.URI> |
rangeIncludes() |
void |
setDatatype(org.openrdf.model.Resource datatype) |
void |
setDescription(String description) |
void |
setDomain(org.openrdf.model.Resource domain) |
void |
setDomainIncludesLocked(boolean domainIncludesLocked) |
void |
setDomainLocked(boolean domainLocked) |
void |
setEquivalentPath(Path equivalentPath) |
void |
setMaxCount(Integer maxCount) |
void |
setMinCount(Integer minCount) |
void |
setValueClass(org.openrdf.model.Resource valueClass) |
public boolean isDomainIncludesLocked()
public void setDomainIncludesLocked(boolean domainIncludesLocked)
public Set<org.openrdf.model.Resource> getDomainIncludes()
public void addShape(Shape shape)
public boolean isDomainLocked()
public void setDomainLocked(boolean domainLocked)
public void domainIncludes(org.openrdf.model.Resource owlClass)
public org.openrdf.model.URI getPredicate()
public org.openrdf.model.Resource getDomain()
public void setDomain(org.openrdf.model.Resource domain)
public org.openrdf.model.Resource getDatatype()
public void setDatatype(org.openrdf.model.Resource datatype)
public org.openrdf.model.Resource getValueClass()
public void setValueClass(org.openrdf.model.Resource valueClass)
public Integer getMinCount()
public void setMinCount(Integer minCount)
public Integer getMaxCount()
public void setMaxCount(Integer maxCount)
public String getDescription()
public void setDescription(String description)
public String description()
public PropertyConstraint asPropertyConstraint()
public Path getEquivalentPath()
public void setEquivalentPath(Path equivalentPath)
public List<org.openrdf.model.URI> domainIncludes()
public List<org.openrdf.model.URI> rangeIncludes()
Copyright © 2019. All rights reserved.