Interface IOAVIdGenerator

    • Method Detail

      • createId

        java.lang.Object createId​(IOAVState state,
                                  OAVObjectType type)
        Create a unique id.
        Parameters:
        state - The state.
        type - The object type.
        Returns:
        The new id.
      • isId

        boolean isId​(java.lang.Object id)
        Test if an object is an id.
        Parameters:
        state - The state.
        type - The object type.
        Returns:
        The new id.