Interface IStructureFactory

All Superinterfaces:
ITypedWrapperFactory
All Known Implementing Classes:
DefaultStructureFactory

public interface IStructureFactory extends ITypedWrapperFactory
  • Method Details

    • createStructure

      IStructure createStructure(IPObject pobject, IStructType prototype, boolean readOnly, Map data)
      Creates the instance of IStructure, which wraps the given collection (and possibly implements some model specific interface)
      Parameters:
      pobject -
      prototype -
      readOnly -
      data -
      Returns:
      structure instance
      Since:
      3.1.2