Skip to content

Commit c293ccf

Browse files
committed
Add GDS interface to exports
1 parent 2a8253b commit c293ccf

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GraphDynamicalSystems"
22
uuid = "13529e2e-ed53-56b1-bd6f-420b01fca819"
33
authors = ["Reuben Gardos Reid <[email protected]>"]
4-
version = "0.0.3"
4+
version = "0.0.4"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/GraphDynamicalSystems.jl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@ module GraphDynamicalSystems
33
using DocStringExtensions
44

55
include("gds_interface.jl")
6-
export ScheduleStyle, Asynchronous, Synchronous, get_schedule, get_state, get_graph
6+
export GraphDynamicalSystem,
7+
GDS,
8+
ScheduleStyle,
9+
Asynchronous,
10+
Synchronous,
11+
get_n_entities,
12+
entities,
13+
get_schedule,
14+
get_state,
15+
get_graph
716

817
include("qualitative_networks.jl")
918
export QualitativeNetwork,
1019
QN,
1120
build_qn_grammar,
1221
update_functions_to_interaction_graph,
1322
sample_qualitative_network,
14-
entities,
1523
get_domain,
1624
target_functions,
1725
interpret,

0 commit comments

Comments
 (0)