Interface FeatureDecorator


public interface FeatureDecorator
Generates a State class representing an entity feature.
Author:
Ozgun Babur
  • Method Summary

    Modifier and Type
    Method
    Description
    org.sbgn.bindings.Glyph.State
    createStateVar(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 feature
      factory - factory that can create State class
      Returns:
      State representing the feature