%% @doc %% Class of data structures that maintain a topological relation structures -module(topological). -export([behaviour_info/1]). behaviour_info(callbacks) -> [ ]; behaviour_info(_Other) -> undefined.