@Unstable(value="New API introduced in 1.4")
@Role
public interface RecordConfigurationModule
RecordConfigurationManager in ascending order of their priority, starting with an empty configuration that
can be altered by each module, and the final record configuration obtained after this process is considered the
active configuration to be displayed.| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority of this implementation.
|
RecordConfiguration |
process(RecordConfiguration config)
Configures how the record appears.
|
boolean |
supportsRecordType(String recordType)
Indicates whether this configuration modules supports a specific type of record.
|
RecordConfiguration process(RecordConfiguration config)
config - the previous configurationint getPriority()
boolean supportsRecordType(String recordType)
recordType - the string representing the type of recordCopyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.