public abstract class AbstractProvider<K extends TrackMateModule> extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
disabled |
protected Map<String,K> |
implementations |
protected List<String> |
keys |
protected List<String> |
visibleKeys |
Constructor and Description |
---|
AbstractProvider(Class<K> cl) |
Modifier and Type | Method and Description |
---|---|
String |
echo() |
List<String> |
getDisabled() |
K |
getFactory(String key) |
List<String> |
getKeys() |
List<String> |
getVisibleKeys() |
protected Map<String,K extends TrackMateModule> implementations
Copyright © 2015–2021 Fiji. All rights reserved.