public class DatasourceProperty extends Object
| Constructor and Description |
|---|
DatasourceProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeneratorInputOf(PropertyGenerator g) |
PropertyGenerator |
getGeneratedFrom() |
Set<PropertyGenerator> |
getGeneratorInputOf() |
org.openrdf.model.URI |
getId() |
DatasourcePropertyPath |
getPropertyPath() |
DataSource |
getPropertySource() |
org.openrdf.model.URI |
getType() |
void |
setGeneratedFrom(PropertyGenerator generatedFrom) |
void |
setId(org.openrdf.model.URI id) |
void |
setPropertyPath(DatasourcePropertyPath propertyPath) |
void |
setPropertySource(DataSource propertySource) |
String |
toString() |
public org.openrdf.model.URI getId()
public void setId(org.openrdf.model.URI id)
public DatasourcePropertyPath getPropertyPath()
public org.openrdf.model.URI getType()
public void setPropertyPath(DatasourcePropertyPath propertyPath)
public DataSource getPropertySource()
public void setPropertySource(DataSource propertySource)
public PropertyGenerator getGeneratedFrom()
public void setGeneratedFrom(PropertyGenerator generatedFrom)
public void addGeneratorInputOf(PropertyGenerator g)
public Set<PropertyGenerator> getGeneratorInputOf()
Copyright © 2019. All rights reserved.