public class XComplexityMetadataExtension extends AbstractXMetricsMetadataExtension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_TYPE_BIBTEX
Key for the attribute type_bibtex (retrieved from the super class)
|
static java.lang.String |
ATTR_TYPE_DOI
Key for the attribute type_doi (retrieved from the super class)
|
static java.lang.String |
ATTR_TYPE_REFERENCE
Key for the attribute type_reference (retrieved from the super class)
|
static java.lang.String |
EXTENSION_KEY
Key for the complexity attribute
|
static java.lang.String |
EXTENSION_PREFIX
(Unique) prefix of this extension.
|
static java.net.URI |
EXTENSION_URI
Unique URI of this extension.
|
KEY_ATTRIBUTE_TYPE_BIBTEX, KEY_ATTRIBUTE_TYPE_DOI, KEY_ATTRIBUTE_TYPE_REFERENCE| Modifier and Type | Method and Description |
|---|---|
static XComplexityMetadataExtension |
instance()
Provides access to the singleton instance.
|
protected java.lang.Object |
readResolve()
Required for the correct deserialization of the XExtension.
|
createMetricAttribute, extractAttributeBibtex, extractAttributeDoi, extractAttributeReference, extractMetricValue, getAllMetrics, getMetric, getMetricAttribute, getType, getTypeKey, putMetric, putMetricpublic static final java.net.URI EXTENSION_URI
public static final java.lang.String EXTENSION_PREFIX
public static final java.lang.String EXTENSION_KEY
public static final java.lang.String ATTR_TYPE_REFERENCE
public static final java.lang.String ATTR_TYPE_DOI
public static final java.lang.String ATTR_TYPE_BIBTEX
public static XComplexityMetadataExtension instance()
protected java.lang.Object readResolve()
comments for more information on this.