Interface PrimitiveModelEntity

    • Method Detail

      • getContainer

        PrimitiveModelEntity getContainer()
        Returns the parent entity that this entity is contained in. If no container can be found, null is returned.
        Returns:
        the container or null.
      • getDisplayString

        java.lang.String getDisplayString()
        Get the string describing this entity as shown in the GUI.
        Returns:
        descriptive string.
      • resolveModelPath

        java.lang.String resolveModelPath()
        Returns the model path uniquely identifying this entity.
        Returns:
        Entity path.