Package 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
- Since:
- 1.3.1
- Author:
- Lorna Morris
- See Also:
-
Field Summary
Fields inherited from interface org.biojava.bio.Annotation
EMPTY_ANNOTATION, PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MapDeprecated.Implement this to return the Map delegate.protected booleanDeprecated.A convenience method to see if we have allocated the properties Map.Methods inherited from class org.biojava.bio.AbstractAnnotation
asMap, containsProperty, equals, getProperty, hashCode, keys, removeProperty, setProperty, toStringMethods inherited from class org.biojava.utils.AbstractChangeable
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biojava.utils.Changeable
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
-
Constructor Details
-
ReferenceAnnotation
public ReferenceAnnotation()Deprecated.
-
-
Method Details
-
getProperties
Deprecated.Description copied from class:AbstractAnnotationImplement 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 aLinkedHashMapor similar so properties are iterated in the order they were added.- Specified by:
getPropertiesin classAbstractAnnotation- Returns:
- a Map containing all properties
-
propertiesAllocated
Deprecated.Description copied from class:AbstractAnnotationA 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:
propertiesAllocatedin classAbstractAnnotation- Returns:
- true if the properties have been allocated, false otherwise
-