public class DataSource extends Object implements ConditionalEmbeddable
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSource.Builder |
| Constructor and Description |
|---|
DataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDatasourceProperty(DatasourceProperty p) |
void |
addEtlPattern(org.openrdf.model.URI pattern) |
void |
addIsPartOf(org.openrdf.model.URI systemId) |
void |
addType(org.openrdf.model.URI type) |
boolean |
equals(Object other) |
DatasourceProperty |
findPropertyByPath(DatasourcePropertyPath path) |
DatasourceProperty |
findPropertyByPredicate(org.openrdf.model.URI predicate) |
List<DatasourceProperty> |
getDatasourceProperty() |
Set<org.openrdf.model.URI> |
getEtlPattern() |
org.openrdf.model.Resource |
getId() |
String |
getIdentifier() |
IriTemplate |
getIriTemplate() |
List<org.openrdf.model.URI> |
getIsPartOf() |
Set<org.openrdf.model.URI> |
getType() |
int |
hashCode() |
boolean |
isA(org.openrdf.model.URI type) |
boolean |
isEmbeddabled()
Returns true if the description of this object can be embedded in
the RDF file for a resource related to this object.
|
void |
setId(org.openrdf.model.Resource id) |
void |
setIdentifier(String identifier) |
void |
setIriTemplate(IriTemplate iriTemplate) |
public boolean isA(org.openrdf.model.URI type)
public String getIdentifier()
public void setIdentifier(String identifier)
public void addType(org.openrdf.model.URI type)
public Set<org.openrdf.model.URI> getType()
public org.openrdf.model.Resource getId()
public void setId(org.openrdf.model.Resource id)
public IriTemplate getIriTemplate()
public void setIriTemplate(IriTemplate iriTemplate)
public List<org.openrdf.model.URI> getIsPartOf()
public void addIsPartOf(org.openrdf.model.URI systemId)
public boolean isEmbeddabled()
ConditionalEmbeddableisEmbeddabled in interface ConditionalEmbeddablepublic void addDatasourceProperty(DatasourceProperty p)
public DatasourceProperty findPropertyByPath(DatasourcePropertyPath path)
public DatasourceProperty findPropertyByPredicate(org.openrdf.model.URI predicate)
public List<DatasourceProperty> getDatasourceProperty()
public void addEtlPattern(org.openrdf.model.URI pattern)
public Set<org.openrdf.model.URI> getEtlPattern()
Copyright © 2019. All rights reserved.