public interface ConverterContractDescription
Modifier and Type | Method and Description |
---|---|
String |
getContractDescription()
Returns a description of this contract.
|
String |
getContractName()
Returns the human-readable name of this contract.
|
String |
getContractURI()
Return the URI identifying this contract.
|
Set<org.eclipse.rdf4j.model.IRI> |
getDatatypes()
Returns the datatype that this contract can handle.
|
RDFCapabilityType |
getRDFCapability()
Returns the nature of the returned RDF term.
|
Collection<SignatureDescription> |
getSignatureDescriptions()
Returns the descriptions of the available signatures.
|
void |
toRDF(org.eclipse.rdf4j.model.Model model)
Returns an RDF representation of this description.
|
String getContractURI()
String getContractName()
String getContractDescription()
RDFCapabilityType getRDFCapability()
RDFCapabilityType
for the allowed values and
their meaning.Set<org.eclipse.rdf4j.model.IRI> getDatatypes()
Collection<SignatureDescription> getSignatureDescriptions()
void toRDF(org.eclipse.rdf4j.model.Model model)
model
- Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.