Package org.biojava.bio.seq
Class RemoteFeature.Template
- java.lang.Object
-
- org.biojava.bio.seq.Feature.Template
-
- org.biojava.bio.seq.StrandedFeature.Template
-
- org.biojava.bio.seq.RemoteFeature.Template
-
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing interface:
- RemoteFeature
public static class RemoteFeature.Template extends StrandedFeature.Template
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List
regions
RemoteFeature.Resolver
resolver
-
Fields inherited from class org.biojava.bio.seq.StrandedFeature.Template
strand
-
Fields inherited from class org.biojava.bio.seq.Feature.Template
annotation, location, source, sourceTerm, type, typeTerm
-
-
Constructor Summary
Constructors Constructor Description Template()
Template(Feature.Template theTemplate)
Creates a RemoteFeature.Template that has the same values as the template passed in.
-
-
-
Field Detail
-
resolver
public RemoteFeature.Resolver resolver
-
-
Constructor Detail
-
Template
public Template()
-
Template
public Template(Feature.Template theTemplate)
Creates a RemoteFeature.Template that has the same values as the template passed in. Fields that are in the template passed in but not in RemoteFeature Templates will be silently discarded. Regions is set to an empty list and the resolver is set to null.- Parameters:
theTemplate
- the template for this template.
-
-