org.biojava.bio.seq.io
Class ReferenceAnnotation
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.AbstractAnnotation
org.biojava.bio.seq.io.ReferenceAnnotation
- All Implemented Interfaces:
- Serializable, Annotation, Changeable
Deprecated. Use org.biojavax.bio.seq.io framework instead
public class ReferenceAnnotation
- extends AbstractAnnotation
- Since:
- 1.3.1
- Author:
- Lorna Morris
- See Also:
- Serialized Form
Method Summary |
protected Map |
getProperties()
Deprecated. Implement this to return the Map delegate. |
protected boolean |
propertiesAllocated()
Deprecated. A convenience method to see if we have allocated the properties
Map. |
ReferenceAnnotation
public ReferenceAnnotation()
- Deprecated.
getProperties
protected Map getProperties()
- Deprecated.
- Description copied from class:
AbstractAnnotation
- Implement this to return the Map delegate. Modifying this return value will
modify the properties associated with this annotation.
From code in the 1.2 version of AbstractAnnotation
This is required for the implementation of an Annotation that
extends AbstractAnnotation. Where possible implementations
should be backed with a
LinkedHashMap
or similar so properties are iterated in the order
they were added.
- Specified by:
getProperties
in class AbstractAnnotation
- Returns:
- a Map containing all properties
propertiesAllocated
protected boolean propertiesAllocated()
- Deprecated.
- Description copied from class:
AbstractAnnotation
- A convenience method to see if we have allocated the properties
Map.
This is required for the implementation of an Annotation that
extends AbstractAnnotation.
- Specified by:
propertiesAllocated
in class AbstractAnnotation
- Returns:
- true if the properties have been allocated, false otherwise