Class EmgModule

    • Constructor Detail

      • EmgModule

        public EmgModule()
    • Method Detail

      • setSeed

        public void setSeed​(long seed)
        Specified by:
        setSeed in interface IEmgModule
        Parameters:
        seed - the seed to set
      • setUseSeed

        public void setUseSeed​(boolean useSeed)
        Specified by:
        setUseSeed in interface IEmgModule
        Parameters:
        useSeed - the useSeed to set
      • getNamedCreatedObjects

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getNamedCreatedObjects()
        Specified by:
        getNamedCreatedObjects in interface IEmgModule
        Returns:
        the namedCreatedObjects
      • getInt

        protected int getInt​(java.lang.Object object)
        Gets the int.
        Parameters:
        object - the object
        Returns:
        the int
      • getFloat

        protected double getFloat​(java.lang.Object object)
        Gets the float.
        Parameters:
        object - the object
        Returns:
        the float
      • containAny

        protected boolean containAny​(java.util.Collection<java.lang.Object> first,
                                     java.util.Collection<java.lang.Object> last)
        Contain any.
        Parameters:
        first - the first
        last - the last
        Returns:
        true, if successful