Class BehaviorNode


  • public class BehaviorNode
    extends java.lang.Object
    Author:
    Emmanuel Varoquaux
    • Constructor Summary

      Constructors 
      Constructor Description
      BehaviorNode​(org.jdom.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void compile​(java.util.Map<java.lang.String,​PlugIn> plugIns, java.util.ArrayList<Instruction> code)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compile

        public void compile​(java.util.Map<java.lang.String,​PlugIn> plugIns,
                            java.util.ArrayList<Instruction> code)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception