Class StoredAdvancedGraphApplicationConfiguration
java.lang.Object
it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration
- All Implemented Interfaces:
Configuration,STProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator -
Field Summary
FieldsModifier and TypeFieldDescriptionorg.eclipse.rdf4j.model.IRIList<it.uniroma2.art.sheet2rdf.header.NodeConversion>Fields inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
ITERABLE_OF_STRINGS_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.uniroma2.art.semanticturkey.config.Configuration
isParameterMethods inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
checkAndConvertPropertyValue, convertToPropertyValue, getAnnotations, getEnumeration, getHTMLDescription, getHTMLWarning, getProperties, getPropertyAnnotatedType, getPropertyContentType, getPropertyDefaultValue, getPropertyDescription, getPropertyDisplayName, getPropertyType, getPropertyValue, getStringRepresentation, hasRequiredProperties, isEditRequired, isEnumerated, isParameterProperty, isRequiredProperty, loadProperties, setProperties, setPropertyValue, storeProperties, storeProperties
-
Field Details
-
pattern
@STProperty(description="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.pattern.description}", displayName="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.pattern.displayName}") @Required public String pattern -
nodes
@STProperty(description="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.nodes.description}", displayName="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.nodes.displayName}") @Required public List<it.uniroma2.art.sheet2rdf.header.NodeConversion> nodes -
prefixMapping
@STProperty(description="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.prefixMapping.description}", displayName="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.prefixMapping.displayName}") public Map<String,String> prefixMapping -
defaultPredicate
@STProperty(description="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.defaultPredicate.description}", displayName="{it.uniroma2.art.semanticturkey.config.sheet2rdf.StoredAdvancedGraphApplicationConfiguration.defaultPredicate.displayName}") public org.eclipse.rdf4j.model.IRI defaultPredicate
-
-
Constructor Details
-
StoredAdvancedGraphApplicationConfiguration
public StoredAdvancedGraphApplicationConfiguration()
-
-
Method Details
-
getShortName
- Specified by:
getShortNamein interfaceSTProperties- Returns:
- a humanly understandable short name representing the type of this property set
-