Interface ModelReader


public interface ModelReader
A component interface used by ModelGetter for reading models.
  • Method Summary

    Modifier and Type
    Method
    Description
    readModel(Model toRead, String URL)
    Read the contents of URL into toRead and answer toRead,
  • Method Details

    • readModel

      Model readModel(Model toRead, String URL)
      Read the contents of URL into toRead and answer toRead,