Interface ConfigurableComponent<CONFTYPE extends Configuration>

All Superinterfaces:
ConfigurationManager<CONFTYPE>, IdentifiableComponent
All Known Subinterfaces:
ProjectScopedConfigurableComponent<CONFTYPE>, PUScopedConfigurableComponent<CONFTYPE>, SystemScopedConfigurableComponent<CONFTYPE>, UserScopedConfigurableComponent<CONFTYPE>
All Known Implementing Classes:
AdvancedGraphApplicationStore, ContributionStore, CustomServiceDefinitionStore, CustomViewAssociationStore, CustomViewStore, Exporter, Importer, InvokableReporterStore, RDFTransformerExtensionPoint, RemoteAlignmentServicesStore, ResourceMetadataAssociationStore, ResourceMetadataPatternStore, SPARQLParameterizationStore, SPARQLStore, TemplateStore

public interface ConfigurableComponent<CONFTYPE extends Configuration> extends ConfigurationManager<CONFTYPE>