public final class JPLUtil extends Object
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library Public License for more details.
| Constructor and Description |
|---|
JPLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Term |
termArrayToList(Term[] t)
Converts an array of Terms to a jpl.List (if there are one or
more Terms in the array), or jpl.List.NIL if there are no
Terms in the array.
|
static String |
toString(Hashtable solution)
converts a solution, in the form of a Hashtable, to a String.
|
static Term[] |
toTermArray()
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4,
Term t5)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4,
Term t5,
Term t6)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4,
Term t5,
Term t6,
Term t7)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4,
Term t5,
Term t6,
Term t7,
Term t8)
Creates an array of Terms, holding Terms in parameter(s).
|
static Term[] |
toTermArray(Term t0,
Term t1,
Term t2,
Term t3,
Term t4,
Term t5,
Term t6,
Term t7,
Term t8,
Term t9)
Creates an array of Terms, holding Terms in parameter(s).
|
public static Term[] toTermArray()
public static Term[] toTermArray(Term t0)
public static Term[] toTermArray(Term t0, Term t1)
public static Term[] toTermArray(Term t0, Term t1, Term t2)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4, Term t5)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4, Term t5, Term t6)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4, Term t5, Term t6, Term t7)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4, Term t5, Term t6, Term t7, Term t8)
public static Term[] toTermArray(Term t0, Term t1, Term t2, Term t3, Term t4, Term t5, Term t6, Term t7, Term t8, Term t9)
public static Term termArrayToList(Term[] t)
Copyright © 2015. All rights reserved.