public class TermFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(Term self,
Term other)
A utility method to allow the comparison of any two terms.
|
static Term |
create(Element element)
Create a term from a given element.
|
static Term |
create(long index)
Create a term directly from a long index.
|
static Term |
create(String term)
Constructor of a path from a String.
|
public static Term create(String term)
public static Term create(long index)
index - the index to use for this termpublic static Term create(Element element)
element - the element to create the term fromCopyright © 2014 Quattor. All Rights Reserved.