|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.core.PyObject
org.python.core.PySequence
org.python.core.PyList
com.hp.hpl.guess.Query
| Field Summary | |
static String |
AND
|
static String |
EQ
|
static String |
GE
|
static String |
GT
|
static String |
LE
|
static String |
LIKE
|
static String |
LT
|
static String |
NE
|
static String |
OR
|
| Fields inherited from class org.python.core.PyList |
__class__ |
| Fields inherited from class org.python.core.PySequence |
annotation |
| Constructor Summary | |
Query(Graph graph,
int type)
|
|
| Method Summary | |
PyObject |
__and__(PyObject other)
Equivalent to the standard Python __and__ method |
int |
__len__()
Equivalent to the standard Python __len__ method. |
PyObject |
__or__(PyObject other)
Equivalent to the standard Python __or__ method |
void |
__setattr__(String name,
PyObject value)
A variant of the __setattr__ method which accepts a String as the key. |
PyString |
__str__()
Equivalent to the standard Python __str__ method. |
abstract boolean |
describes(GraphElement element)
|
PyObject |
get(int i)
|
Graph |
getGraph()
|
abstract Set |
getStates(Set init)
|
abstract String |
toSQLString()
|
String |
toString()
|
| Methods inherited from class org.python.core.PyList |
__add__, __findattr__, __iadd__, __imul__, add, addAll, append, classDictInit, clear, contains, containsAll, count, equals, extend, hashCode, index, insert, isEmpty, iterator, pop, pop, remove, remove, removeAll, retainAll, reverse, safeRepr, size, sort, sort, toArray, toArray |
| Methods inherited from class org.python.core.PySequence |
__anye__, __bde__, __delitem__, __delslice__, __eq__, __finditem__, __finditem__, __ge__, __getitem__, __getslice__, __gt__, __lde__, __le__, __lt__, __ne__, __nonzero__, __rde__, __setitem__, __setitem__, __setslice__, __sub__, __tojava__, containsGraphElements, findEdges, findEdges, findGraphElements, findGraphElements, findNodes, findNodes, findNodesAndEdges, findNodesAndEdges, getAnnotation, groupAndSortBy, groupBy, hide, isMappingType, isNumberType, show, sortBy, unroll |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String EQ
public static final String NE
public static final String LT
public static final String GT
public static final String LE
public static final String GE
public static final String LIKE
public static final String AND
public static final String OR
| Constructor Detail |
public Query(Graph graph,
int type)
| Method Detail |
public abstract Set getStates(Set init)
public Graph getGraph()
public PyObject __and__(PyObject other)
PyObject
__and__ in class PySequencepublic PyObject __or__(PyObject other)
PyObject
__or__ in class PySequence
public void __setattr__(String name,
PyObject value)
PyObject
__setattr__ in class PySequencepublic PyObject get(int i)
public int __len__()
PyObject
__len__ in class PyListpublic abstract boolean describes(GraphElement element)
public PyString __str__()
PyObjectPyObject is to
override the standard Java toString method.
__str__ in class PyListpublic String toString()
toString in class PyListpublic abstract String toSQLString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||