Module pdb

Class PDBImport

java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.ext.pdb.PDBImport
All Implemented Interfaces:
Filter, FilterSource, ObjectSource, RegistryContext, Configurable, Map

public class PDBImport extends FilterBase implements ObjectSource, Configurable
  • Field Details

    • OPTION_NAME_VISUALISATION_STYLE

      public static final String OPTION_NAME_VISUALISATION_STYLE
      See Also:
    • I18N

      public static final I18NBundle I18N
    • VISUALISATION_STYLE

      public static final Type VISUALISATION_STYLE
    • BOND_EDGE

      public static final int BOND_EDGE
      See Also:
  • Constructor Details

  • Method Details

    • addConfigurations

      public void addConfigurations(ConfigurationSet set)
      Description copied from interface: Configurable
      This method is invoked to obtain the configurable options of this Configurable object. The method has to add all Configurations of this object to the specified set.
      Specified by:
      addConfigurations in interface Configurable
      Parameters:
      set - a set to which configurations of this object are added
    • getObject

      public Object getObject() throws IOException
      Description copied from interface: ObjectSource
      Returns the data as an object of a class which is compatible which the flavor.
      Specified by:
      getObject in interface ObjectSource
      Returns:
      the data
      Throws:
      IOException