Module omix.api
Package omix.lang

Interface OVLObject


public interface OVLObject
This interface represents all instances of OVL defined classes.
Author:
Dr. Peter Droste, Omix Visualization
  • Method Summary

    Modifier and Type Method Description
    boolean isNull()
    this method returns the validity state of this object.
  • Method Details

    • isNull

      boolean isNull()
      this method returns the validity state of this object. ovl objects are null (invalid) when their class specification has changed or has been disabled.
      Returns:
      the validity of the ovl object