Copyright © 2007-2014 Zuse Institute Berlin
Version: $Id$
Behaviours: application.
Authors: Thorsten Schuett (schuett@zib.de).
| cli/0 | |
| load/0 | |
| process/1 | |
| start/0 | |
| start/2 | |
| stop/0 | |
| stop/1 |
start() -> ok | {error, Reason :: term()}
stop() -> ok | {error, Reason :: term()}
load() -> ok | {error, term()}
start(StartType :: normal, StartArgs :: []) -> {ok, Pid :: pid()}
stop(State :: any()) -> ok
cli() -> ok
process(Args :: [string()]) -> ok
Generated by EDoc, Apr 22 2017, 16:02:55.