com.devivo.gen_java
Class Erlang

java.lang.Object
  extended by com.devivo.gen_java.Erlang

public class Erlang
extends Object

This class exists as an example of how to write your own erlang functions We're modeling the erlang bif `erlang:abs/1` We can add more to this class over time.


Constructor Summary
Erlang()
           
 
Method Summary
static com.ericsson.otp.erlang.OtpErlangDouble abs(com.ericsson.otp.erlang.OtpErlangDouble d)
           
static com.ericsson.otp.erlang.OtpErlangLong abs(com.ericsson.otp.erlang.OtpErlangLong l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Erlang

public Erlang()
Method Detail

abs

public static com.ericsson.otp.erlang.OtpErlangDouble abs(com.ericsson.otp.erlang.OtpErlangDouble d)
                                                   throws Exception
Throws:
Exception

abs

public static com.ericsson.otp.erlang.OtpErlangLong abs(com.ericsson.otp.erlang.OtpErlangLong l)
                                                 throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.