
public class OMultiMatchPathItem extends OMatchPathItem
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchPathItem> |
items |
filter, methodchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMultiMatchPathItem(int id) |
OMultiMatchPathItem(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMultiMatchPathItem |
copy() |
boolean |
equals(Object o) |
List<OMatchPathItem> |
getItems() |
int |
hashCode() |
boolean |
isBidirectional() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setItems(List<OMatchPathItem> items) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
protected Iterable<OIdentifiable> |
traversePatternEdge(OMatchStatement.MatchContext matchContext,
OIdentifiable startingPoint,
OCommandContext iCommandContext) |
executeTraversal, getFilter, getMethod, setFilter, setMethodchildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected List<OMatchPathItem> items
public OMultiMatchPathItem(int id)
public OMultiMatchPathItem(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class OMatchPathItempublic boolean isBidirectional()
isBidirectional in class OMatchPathItempublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OMatchPathItemprotected Iterable<OIdentifiable> traversePatternEdge(OMatchStatement.MatchContext matchContext, OIdentifiable startingPoint, OCommandContext iCommandContext)
traversePatternEdge in class OMatchPathItempublic OMultiMatchPathItem copy()
copy in class OMatchPathItempublic boolean equals(Object o)
equals in class OMatchPathItempublic int hashCode()
hashCode in class OMatchPathItempublic List<OMatchPathItem> getItems()
public void setItems(List<OMatchPathItem> items)
Copyright © 2009–2025 OrientDB. All rights reserved.