configurationengine/doc/api/api.rst
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     1
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     2
.. _cone-api:
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     3
ConE API
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
========
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     5
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
* public api is the main public interface that Cone offers.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
* plugin api is the interface which defines all plugin extension base classes and a general plugin framework.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
modules:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
.. toctree::
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    13
    :maxdepth: 3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    14
    
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    public
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    plugin