public class EPTreeCreateUtil
extends java.lang.Object
Constructor and Description |
---|
EPTreeCreateUtil() |
Modifier and Type | Method and Description |
---|---|
static IEPTree |
create(java.lang.String input)
From STring to tree instance
Example input:
->(A, \\/=B(->(X, \\/=B(Y))), C)\
->(A, \\/=B(->(x(tau, ->(X, R\\/=B)), x(tau, Y))), C)
|
public static IEPTree create(java.lang.String input)
->(A, \\/=B(->(X, \\/=B(Y))), C)\
->(A, \\/=B(->(x(tau, ->(X, R\\/=B)), x(tau, Y))), C)
input
-