安装
入门
高级用法
命令行用法
Python API
工具
PySD库的结构
开发者文档
报告bug
有什么新
有关该项目
补充项目
PySD
索引
索引
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
X
|
Z
A
AbstractComponent(pysd.translators.structures.abstract_model 中的类)
AbstractConstraint(pysd.translators.structures.abstract_model 中的类)
AbstractControlElement(pysd.translators.structures.abstract_model 中的类)
AbstractData(pysd.translators.structures.abstract_model 中的类)
AbstractElement(pysd.translators.structures.abstract_model 中的类)
AbstractLookup(pysd.translators.structures.abstract_model 中的类)
AbstractModel(pysd.translators.structures.abstract_model 中的类)
AbstractSection(pysd.translators.structures.abstract_model 中的类)
AbstractSubscriptRange(pysd.translators.structures.abstract_model 中的类)
AbstractSyntax(pysd.translators.structures.abstract_expressions 中的类)
AbstractTestInput(pysd.translators.structures.abstract_model 中的类)
AbstractUnchangeableConstant(pysd.translators.structures.abstract_model 中的类)
active_initial()(在 pysd.py_backend.functions 模块中)
add() (pysd.builders.python.imports.ImportsManager 方法)
add_to_namespace() (pysd.builders.python.namespace.NamespaceManager 方法)
allocate_available()(在 pysd.py_backend.allocation 模块中)
allocate_by_priority()(在 pysd.py_backend.allocation 模块中)
AllocateAvailableBuilder(pysd.builders.python.python_expressions_builder 中的类)
AllocateAvailableStructure(pysd.translators.structures.abstract_expressions 中的类)
AllocateByPriorityBuilder(pysd.builders.python.python_expressions_builder 中的类)
AllocateByPriorityStructure(pysd.translators.structures.abstract_expressions 中的类)
ArithmeticStructure(pysd.translators.structures.abstract_expressions 中的类)
ArrayBuilder(pysd.builders.python.python_expressions_builder 中的类)
assert_allclose()(在 pysd.tools.benchmarking 模块中)
assert_frames_close()(在 pysd.tools.benchmarking 模块中)
ASTVisitor(pysd.builders.python.python_expressions_builder 中的类)
Aux(pysd.translators.xmile.xmile_element 中的类)
B
build() (pysd.builders.python.python_expressions_builder.AllocateAvailableBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.AllocateByPriorityBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ArrayBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.DelayBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.DelayFixedBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ExtConstantBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ExtDataBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ExtLookupBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ForecastBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.GameBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.InitialBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.InlineLookupsBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.IntegBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.LookupsBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.NumericBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.OperationBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.ReferenceBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.SampleIfTrueBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.SmoothBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.TabDataBuilder 方法)
build() (pysd.builders.python.python_expressions_builder.TrendBuilder 方法)
build_component() (pysd.builders.python.python_model_builder.ComponentBuilder 方法)
build_element() (pysd.builders.python.python_model_builder.ElementBuilder 方法)
build_function_call() (pysd.builders.python.python_expressions_builder.CallBuilder 方法)
build_incomplete_call() (pysd.builders.python.python_expressions_builder.CallBuilder 方法)
build_lookups_call() (pysd.builders.python.python_expressions_builder.CallBuilder 方法)
build_macro_call() (pysd.builders.python.python_expressions_builder.CallBuilder 方法)
build_model() (pysd.builders.python.python_model_builder.ModelBuilder 方法)
build_not_implemented() (pysd.builders.python.python_expressions_builder.CallBuilder 方法)
build_section() (pysd.builders.python.python_model_builder.SectionBuilder 方法)
BuildAST(pysd.builders.python.python_expressions_builder 中的类)
C
CallBuilder(pysd.builders.python.python_expressions_builder 中的类)
CallStructure(pysd.translators.structures.abstract_expressions 中的类)
clean_caches() (pysd.py_backend.model.Macro 方法)
ComponentBuilder(pysd.builders.python.python_model_builder 中的类)
Component(pysd.translators.vensim.vensim_element 中的类)
copy() (pysd.py_backend.model.Model 方法)
D
da_to_dict()(pysd.tools.ncfiles.NCFile 静态方法)
da_to_dict_delayed()(pysd.tools.ncfiles.NCFile 静态方法)
DataStructure(pysd.translators.structures.abstract_expressions 中的类)
Data(pysd.translators.vensim.vensim_element 中的类)
DelayBuilder(pysd.builders.python.python_expressions_builder 中的类)
DelayFixedBuilder(pysd.builders.python.python_expressions_builder 中的类)
DelayFixedStructure(pysd.translators.structures.abstract_expressions 中的类)
DelayFixed(pysd.py_backend.statefuls 中的类)
DelayNStructure(pysd.translators.structures.abstract_expressions 中的类)
DelayN(pysd.py_backend.statefuls 中的类)
DelayStructure(pysd.translators.structures.abstract_expressions 中的类)
Delay(pysd.py_backend.statefuls 中的类)
dependencies(pysd.py_backend.model.Macro 属性)
df_to_text_file()(pysd.tools.ncfiles.NCFile 静态方法)
dict_to_df()(pysd.tools.ncfiles.NCFile 静态方法)
doc(pysd.py_backend.model.Macro 属性)
ds_to_df()(pysd.tools.ncfiles.NCFile 静态方法)
dump() (pysd.translators.structures.abstract_model.AbstractComponent 方法)
dump() (pysd.translators.structures.abstract_model.AbstractData 方法)
dump() (pysd.translators.structures.abstract_model.AbstractElement 方法)
dump() (pysd.translators.structures.abstract_model.AbstractModel 方法)
dump() (pysd.translators.structures.abstract_model.AbstractSection 方法)
dump() (pysd.translators.structures.abstract_model.AbstractSubscriptRange 方法)
E
ElementBuilder(pysd.builders.python.python_model_builder 中的类)
Element(pysd.translators.vensim.vensim_element 中的类)
Element(pysd.translators.xmile.xmile_element 中的类)
export() (pysd.py_backend.model.Model 方法)
ExtConstantBuilder(pysd.builders.python.python_expressions_builder 中的类)
ExtDataBuilder(pysd.builders.python.python_expressions_builder 中的类)
ExtLookupBuilder(pysd.builders.python.python_expressions_builder 中的类)
F
Flow(pysd.translators.xmile.xmile_element 中的类)
ForecastBuilder(pysd.builders.python.python_expressions_builder 中的类)
ForecastStructure(pysd.translators.structures.abstract_expressions 中的类)
Forecast(pysd.py_backend.statefuls 中的类)
G
GameBuilder(pysd.builders.python.python_expressions_builder 中的类)
GameStructure(pysd.translators.structures.abstract_expressions 中的类)
get() (pysd.builders.python.python_model_builder.ComponentBuilder 方法)
get_abstract_component() (pysd.translators.vensim.vensim_element.Component 方法)
get_abstract_component() (pysd.translators.vensim.vensim_element.Data 方法)
get_abstract_component() (pysd.translators.vensim.vensim_element.Lookup 方法)
get_abstract_component() (pysd.translators.vensim.vensim_element.UnchangeableConstant 方法)
get_abstract_element() (pysd.translators.xmile.xmile_element.Aux 方法)
get_abstract_element() (pysd.translators.xmile.xmile_element.Gf 方法)
get_abstract_element() (pysd.translators.xmile.xmile_element.Stock 方法)
get_abstract_model() (pysd.translators.vensim.vensim_file.VensimFile 方法)
get_abstract_model() (pysd.translators.xmile.xmile_file.XmileFile 方法)
get_abstract_section() (pysd.translators.vensim.vensim_section.Section 方法)
get_abstract_section() (pysd.translators.xmile.xmile_section.Section 方法)
get_abstract_subscript_range() (pysd.translators.vensim.vensim_element.SubscriptRange 方法)
get_abstract_subscript_range() (pysd.translators.xmile.xmile_element.SubscriptRange 方法)
get_args() (pysd.py_backend.model.Macro 方法)
get_coords() (pysd.py_backend.model.Macro 方法)
get_dependencies() (pysd.py_backend.model.Model 方法)
get_final_subscripts() (pysd.builders.python.python_expressions_builder.StructureBuilder 方法)
get_header() (pysd.builders.python.imports.ImportsManager 方法)
get_limits() (pysd.translators.xmile.xmile_element.Gf 方法)
get_original_name() (pysd.builders.python.namespace.NamespaceManager 方法)
get_pysd_compiler_version() (pysd.py_backend.model.Macro 方法)
get_series_data() (pysd.py_backend.model.Macro 方法)
get_time_value()(在 pysd.py_backend.functions 模块中)
get_vars_in_module() (pysd.py_backend.model.Model 方法)
GetConstantsStructure(pysd.translators.structures.abstract_expressions 中的类)
GetDataStructure(pysd.translators.structures.abstract_expressions 中的类)
GetLookupsStructure(pysd.translators.structures.abstract_expressions 中的类)
Gf(pysd.translators.xmile.xmile_element 中的类)
I
if_then_else()(在 pysd.py_backend.functions 模块中)
import_pickle() (pysd.py_backend.model.Model 方法)
ImportsManager(pysd.builders.python.imports 中的类)
incomplete()(在 pysd.py_backend.functions 模块中)
InitialBuilder(pysd.builders.python.python_expressions_builder 中的类)
initialize() (pysd.py_backend.model.Macro 方法)
initialize() (pysd.py_backend.model.Model 方法)
initialize_external_data() (pysd.py_backend.model.Macro 方法)
InitialStructure(pysd.translators.structures.abstract_expressions 中的类)
Initial(pysd.py_backend.statefuls 中的类)
InlineLookupsBuilder(pysd.builders.python.python_expressions_builder 中的类)
InlineLookupsStructure(pysd.translators.structures.abstract_expressions 中的类)
IntegBuilder(pysd.builders.python.python_expressions_builder 中的类)
integer()(在 pysd.py_backend.functions 模块中)
IntegStructure(pysd.translators.structures.abstract_expressions 中的类)
Integ(pysd.py_backend.statefuls 中的类)
invert_matrix()(在 pysd.py_backend.functions 模块中)
J
join_calls()(pysd.builders.python.python_expressions_builder.StructureBuilder 静态方法)
L
load()(在 pysd 模块中)
LogicStructure(pysd.translators.structures.abstract_expressions 中的类)
LookupsBuilder(pysd.builders.python.python_expressions_builder 中的类)
LookupsStructure(pysd.translators.structures.abstract_expressions 中的类)
Lookup(pysd.translators.vensim.vensim_element 中的类)
lower_order() (pysd.builders.python.python_expressions_builder.BuildAST 方法)
M
Macro(pysd.py_backend.model 中的类)
make_coord_dict() (pysd.builders.python.subscripts.SubscriptManager 方法)
make_merge_list() (pysd.builders.python.subscripts.SubscriptManager 方法)
make_python_identifier() (pysd.builders.python.namespace.NamespaceManager 方法)
merge_dependencies()(在 pysd.builders.python.python_expressions_builder 模块中)
ModelBuilder(pysd.builders.python.python_model_builder 中的类)
Model(pysd.py_backend.model 中的类)
module
pysd.builders.python.imports
pysd.builders.python.namespace
pysd.builders.python.python_expressions_builder
pysd.builders.python.python_model_builder
pysd.builders.python.subscripts
pysd.py_backend.allocation
pysd.py_backend.functions
pysd.py_backend.statefuls
pysd.tools.benchmarking
pysd.tools.ncfiles
pysd.translators.structures.abstract_expressions
pysd.translators.structures.abstract_model
pysd.translators.vensim.vensim_element
pysd.translators.vensim.vensim_file
pysd.translators.vensim.vensim_section
pysd.translators.xmile.xmile_element
pysd.translators.xmile.xmile_file
pysd.translators.xmile.xmile_section
modules(pysd.py_backend.model.Macro 属性)
modulo()(在 pysd.py_backend.functions 模块中)
N
NamespaceManager(pysd.builders.python.namespace 中的类)
namespace(pysd.py_backend.model.Macro 属性)
NCFile(pysd.tools.ncfiles 中的类)
NonNegativeInteg(pysd.py_backend.statefuls 中的类)
not_implemented_function()(在 pysd.py_backend.functions 模块中)
NumericBuilder(pysd.builders.python.python_expressions_builder 中的类)
O
open_nc() (pysd.tools.ncfiles.NCFile 方法)
OperationBuilder(pysd.builders.python.python_expressions_builder 中的类)
P
parse() (pysd.translators.vensim.vensim_element.Component 方法)
parse() (pysd.translators.vensim.vensim_element.Data 方法)
parse() (pysd.translators.vensim.vensim_element.Element 方法)
parse() (pysd.translators.vensim.vensim_element.Lookup 方法)
parse() (pysd.translators.vensim.vensim_file.VensimFile 方法)
parse() (pysd.translators.vensim.vensim_section.Section 方法)
parse() (pysd.translators.xmile.xmile_element.Element 方法)
parse() (pysd.translators.xmile.xmile_file.XmileFile 方法)
parse() (pysd.translators.xmile.xmile_section.Section 方法)
parse_sketch() (pysd.translators.vensim.vensim_file.VensimFile 方法)
pipe(pysd.py_backend.statefuls.DelayFixed 属性)
pointer(pysd.py_backend.statefuls.DelayFixed 属性)
prod()(在 pysd.py_backend.functions 模块中)
pulse()(在 pysd.py_backend.functions 模块中)
pysd.builders.python.imports
module
pysd.builders.python.namespace
module
pysd.builders.python.python_expressions_builder
module
pysd.builders.python.python_model_builder
module
pysd.builders.python.subscripts
module
pysd.py_backend.allocation
module
pysd.py_backend.functions
module
pysd.py_backend.statefuls
module
pysd.tools.benchmarking
module
pysd.tools.ncfiles
module
pysd.translators.structures.abstract_expressions
module
pysd.translators.structures.abstract_model
module
pysd.translators.vensim.vensim_element
module
pysd.translators.vensim.vensim_file
module
pysd.translators.vensim.vensim_section
module
pysd.translators.xmile.xmile_element
module
pysd.translators.xmile.xmile_file
module
pysd.translators.xmile.xmile_section
module
Q
quantum()(在 pysd.py_backend.functions 模块中)
R
ramp()(在 pysd.py_backend.functions 模块中)
read_vensim()(在 pysd 模块中)
read_xmile()(在 pysd 模块中)
ReferenceBuilder(pysd.builders.python.python_expressions_builder 中的类)
ReferenceStructure(pysd.translators.structures.abstract_expressions 中的类)
reload() (pysd.py_backend.model.Model 方法)
reorder() (pysd.builders.python.python_expressions_builder.StructureBuilder 方法)
reshape() (pysd.builders.python.python_expressions_builder.BuildAST 方法)
run() (pysd.py_backend.model.Model 方法)
runner()(在 pysd.tools.benchmarking 模块中)
S
SampleIfTrueBuilder(pysd.builders.python.python_expressions_builder 中的类)
SampleIfTrueStructure(pysd.translators.structures.abstract_expressions 中的类)
SampleIfTrue(pysd.py_backend.statefuls 中的类)
SectionBuilder(pysd.builders.python.python_model_builder 中的类)
Section(pysd.translators.vensim.vensim_section 中的类)
Section(pysd.translators.xmile.xmile_section 中的类)
select_submodel() (pysd.py_backend.model.Model 方法)
serialize_externals() (pysd.py_backend.model.Macro 方法)
set_components() (pysd.py_backend.model.Macro 方法)
set_initial_condition() (pysd.py_backend.model.Model 方法)
set_initial_value() (pysd.py_backend.model.Macro 方法)
set_stepper() (pysd.py_backend.model.Model 方法)
simplify_subscript_input() (pysd.builders.python.subscripts.SubscriptManager 方法)
SmoothBuilder(pysd.builders.python.python_expressions_builder 中的类)
SmoothNStructure(pysd.translators.structures.abstract_expressions 中的类)
SmoothStructure(pysd.translators.structures.abstract_expressions 中的类)
Smooth(pysd.py_backend.statefuls 中的类)
state(pysd.py_backend.statefuls.Delay 属性)
state(pysd.py_backend.statefuls.DelayFixed 属性)
state(pysd.py_backend.statefuls.DelayN 属性)
state(pysd.py_backend.statefuls.Forecast 属性)
state(pysd.py_backend.statefuls.Initial 属性)
state(pysd.py_backend.statefuls.Integ 属性)
state(pysd.py_backend.statefuls.NonNegativeInteg 属性)
state(pysd.py_backend.statefuls.SampleIfTrue 属性)
state(pysd.py_backend.statefuls.Smooth 属性)
state(pysd.py_backend.statefuls.Trend 属性)
step() (pysd.py_backend.model.Model 方法)
step()(在 pysd.py_backend.functions 模块中)
Stock(pysd.translators.xmile.xmile_element 中的类)
StructureBuilder(pysd.builders.python.python_expressions_builder 中的类)
SubscriptManager(pysd.builders.python.subscripts 中的类)
SubscriptRange(pysd.translators.vensim.vensim_element 中的类)
SubscriptRange(pysd.translators.xmile.xmile_element 中的类)
SubscriptsReferenceStructure(pysd.translators.structures.abstract_expressions 中的类)
subscripts(pysd.py_backend.model.Macro 属性)
sum()(在 pysd.py_backend.functions 模块中)
T
TabDataBuilder(pysd.builders.python.python_expressions_builder 中的类)
times(pysd.py_backend.statefuls.DelayN 属性)
to_df() (pysd.tools.ncfiles.NCFile 方法)
to_text_file() (pysd.tools.ncfiles.NCFile 方法)
TrendBuilder(pysd.builders.python.python_expressions_builder 中的类)
TrendStructure(pysd.translators.structures.abstract_expressions 中的类)
Trend(pysd.py_backend.statefuls 中的类)
U
UnchangeableConstant(pysd.translators.vensim.vensim_element 中的类)
update_object_subscripts() (pysd.builders.python.python_expressions_builder.StructureBuilder 方法)
V
vector_rank()(在 pysd.py_backend.functions 模块中)
vector_reorder()(在 pysd.py_backend.functions 模块中)
vector_select()(在 pysd.py_backend.functions 模块中)
vector_sort_order()(在 pysd.py_backend.functions 模块中)
VensimFile(pysd.translators.vensim.vensim_file 中的类)
verbose(pysd.translators.vensim.vensim_element.Element 属性)
verbose(pysd.translators.vensim.vensim_element.SubscriptRange 属性)
verbose(pysd.translators.vensim.vensim_file.VensimFile 属性)
verbose(pysd.translators.vensim.vensim_section.Section 属性)
verbose(pysd.translators.xmile.xmile_element.Element 属性)
verbose(pysd.translators.xmile.xmile_element.SubscriptRange 属性)
verbose(pysd.translators.xmile.xmile_file.XmileFile 属性)
verbose(pysd.translators.xmile.xmile_section.Section 属性)
visit() (pysd.builders.python.python_expressions_builder.ASTVisitor 方法)
visit_loc()(在 pysd.builders.python.python_expressions_builder 模块中)
vmax()(在 pysd.py_backend.functions 模块中)
vmin()(在 pysd.py_backend.functions 模块中)
X
xidz()(在 pysd.py_backend.functions 模块中)
XmileFile(pysd.translators.xmile.xmile_file 中的类)
Z
zidz()(在 pysd.py_backend.functions 模块中)