com.evelopers.unimod.contract
Class RuntimeContract

java.lang.Object
  extended bycom.evelopers.unimod.contract.RuntimeContract

public class RuntimeContract
extends java.lang.Object

Converts StateMachinePath and StateMachineConfig into String and vice versa.


Method Summary
static StateMachineConfig decodeStateMachineConfig(java.lang.String s)
           
static StateMachinePath decodeStateMachinePath(java.lang.String s)
           
static java.lang.String encode(StateMachineConfig c)
           
static java.lang.String encode(StateMachinePath smp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decodeStateMachinePath

public static StateMachinePath decodeStateMachinePath(java.lang.String s)

encode

public static java.lang.String encode(StateMachinePath smp)

decodeStateMachineConfig

public static StateMachineConfig decodeStateMachineConfig(java.lang.String s)

encode

public static java.lang.String encode(StateMachineConfig c)