public class PropertyGenerator extends Object
| Constructor and Description |
|---|
PropertyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeneratorInput(DatasourceProperty p) |
Set<DatasourceProperty> |
getGeneratorInput() |
DatasourceProperty |
getGeneratorOutput() |
org.openrdf.model.URI |
getId() |
org.openrdf.model.URI |
getType() |
void |
setGeneratorOutput(DatasourceProperty generatorOutput) |
void |
setId(org.openrdf.model.URI id) |
String |
toString() |
public org.openrdf.model.URI getType()
public org.openrdf.model.URI getId()
public void setId(org.openrdf.model.URI id)
public DatasourceProperty getGeneratorOutput()
public void setGeneratorOutput(DatasourceProperty generatorOutput)
public void addGeneratorInput(DatasourceProperty p)
public Set<DatasourceProperty> getGeneratorInput()
Copyright © 2019. All rights reserved.