ArticulatedSocialAgentsPlatform / AsapRealizer

GNU Lesser General Public License v3.0
6 stars 5 forks source link

Document BMLABMLBehaviorAttributesBuilder with some examples #126

Open herwinvw opened 8 years ago

herwinvw commented 8 years ago

e.g. {{{ String str = new BehaviourBlockBuilder() .id("yieldturn") .addBMLBehaviorAttributeExtension(new BMLABMLBehaviorAttributesBuilder() .addToInterrupt("bml1") .build()) .build() .toBMLString();
vHuman.getRealizerPort().performBML(str); }}}

herwinvw commented 8 years ago

Imported from trac issue 126. Created by welberge on 2014-03-25T16:46:21, last modified: 2014-03-25T16:46:40