Class Model

java.lang.Object
com.nefrock.edgeocr.Model

public class Model extends Object
モデルの情報を表すクラスです。
  • Constructor Summary

    Constructors
    Constructor
    Description
    UIDを指定して、モデルの情報を作成します。
  • Method Summary

    Modifier and Type
    Method
    Description
    モデルのUIDを取得します。UIDは、拡張子を除いたモデルファイルのファイル名です。

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Model

      public Model(String uid)
      UIDを指定して、モデルの情報を作成します。
      Parameters:
      uid - モデルのUID(拡張子を除いたモデルファイルのファイル名)
  • Method Details

    • getUID

      public String getUID()
      モデルのUIDを取得します。UIDは、拡張子を除いたモデルファイルのファイル名です。
      Returns:
      モデルファイルのUID