|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.utils.TermFactory
public class TermFactory
A factory to generate Term objects. The produced objects are just standard StringProperty and LongProperty instances.
| Method Summary | |
|---|---|
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(java.lang.String term)
Constructor of a path from a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Term create(java.lang.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 from
public static int compare(Term self,
Term other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||