|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
org.overlord.sramp.common.query.xpath.ast.RelationshipPath
public class RelationshipPath
Models a relationship path.
| Constructor Summary | |
|---|---|
RelationshipPath()
Default constructor. |
|
RelationshipPath(String relationshipType)
Constructor. |
|
| Method Summary | |
|---|---|
void |
accept(XPathVisitor visitor)
Accepts a visitor. |
String |
getRelationshipType()
|
void |
setRelationshipType(String relationshipType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelationshipPath()
public RelationshipPath(String relationshipType)
relationshipOrFunction - | Method Detail |
|---|
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
relationshipType - the relationshipType to setpublic void accept(XPathVisitor visitor)
AbstractXPathNode
accept in class AbstractXPathNodeAbstractXPathNode.accept(org.overlord.sramp.common.query.xpath.visitors.XPathVisitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||