Package org.biopax.paxtools.io.sbgn
Interface FeatureDecorator
public interface FeatureDecorator
Generates a State class representing an entity feature.
- Author:
- Ozgun Babur
-
Method Summary
Modifier and TypeMethodDescriptionorg.sbgn.bindings.Glyph.StatecreateStateVar(EntityFeature ef, org.sbgn.bindings.ObjectFactory factory) Creates the State for the given EntityFeature.
-
Method Details
-
createStateVar
org.sbgn.bindings.Glyph.State createStateVar(EntityFeature ef, org.sbgn.bindings.ObjectFactory factory) Creates the State for the given EntityFeature.- Parameters:
ef- the featurefactory- factory that can create State class- Returns:
- State representing the feature
-