程序包 org.xmeta.index

类 WorldIndex

java.lang.Object
org.xmeta.Index
org.xmeta.index.WorldIndex

public class WorldIndex extends Index
  • 字段详细资料

    • showWorkingSet

      public boolean showWorkingSet
      是否显示工作组
  • 构造器详细资料

    • WorldIndex

      public WorldIndex()
  • 方法详细资料

    • getThingManagerIndexs

      public List<Index> getThingManagerIndexs()
    • getIndexObject

      public Object getIndexObject()
      从类复制的说明: Index
      返回被索引的模型。
      指定者:
      getIndexObject 在类中 Index
      返回:
      索引模型
    • getParent

      public Index getParent()
      从类复制的说明: Index
      取索引的父索引。
      指定者:
      getParent 在类中 Index
      返回:
      父索引
    • getChilds

      public List<Index> getChilds()
      从类复制的说明: Index
      取子索引列表。
      指定者:
      getChilds 在类中 Index
      返回:
      子索引列表
    • getDescription

      public String getDescription()
      从类复制的说明: Index
      取描述。
      指定者:
      getDescription 在类中 Index
      返回:
      描述
    • getLabel

      public String getLabel()
      从类复制的说明: Index
      取标签。
      指定者:
      getLabel 在类中 Index
      返回:
      标签
    • getName

      public String getName()
      从类复制的说明: Index
      取名称。
      指定者:
      getName 在类中 Index
      返回:
      名称
    • getPath

      public String getPath()
      从类复制的说明: Index
      取路径,这个路径是通过World.get(path)可以获取的那个参数路径。
      指定者:
      getPath 在类中 Index
      返回:
      路径
    • getType

      public String getType()
      从类复制的说明: Index
      返回索引的模型的类型。
      指定者:
      getType 在类中 Index
      返回:
      索引的模型的类型
    • refresh

      public boolean refresh()
      从类复制的说明: Index
      刷新子索引。
      指定者:
      refresh 在类中 Index
      返回:
      是否刷新成功
    • sort

      public static void sort(List<Index> indexs)