zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

add ability for process slot to specify the children #103

Closed zippy closed 8 years ago

zippy commented 8 years ago

currently in templates, SLOT's are assumed to be leafs. This means that you can't specify the children (i.e. params) to a process slot.

So we either have to allow you to specify in a template a SLOT for just the symbol/semanticID type of a tree node, where it's children are fully specified, or we have to have some special case for processes where you can specify the parameters. The first seems better as it's more general.

zippy commented 8 years ago

fixed in 58bb06db36