Interface IdentifiableFactory

All Known Implementing Classes:
EncapsulationFactoryBase

public interface IdentifiableFactory
Factory interface for creating Identifiables.
  • Method Summary

    Modifier and Type
    Method
    Description
    Construct the appropriate Identifiable object with the given id from the InputStream is.
    int
    Return the id of this factory, which is the id of the result of any create call.
  • Method Details

    • getId

      int getId()
      Return the id of this factory, which is the id of the result of any create call.
    • create

      Construct the appropriate Identifiable object with the given id from the InputStream is.