public class SubartifactSet extends AbstractXPathNode
subartifact-set ::= relationship-path
| relationship-path '[' predicate ']'
| relationship-path '[' predicate ']' '/' subartifact-set
| FunctionCall
| Constructor and Description |
|---|
SubartifactSet()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XPathVisitor visitor)
Accepts a visitor.
|
FunctionCall |
getFunctionCall() |
Predicate |
getPredicate() |
RelationshipPath |
getRelationshipPath() |
SubartifactSet |
getSubartifactSet() |
void |
setFunctionCall(FunctionCall functionCall) |
void |
setPredicate(Predicate predicate) |
void |
setRelationshipPath(RelationshipPath relationshipPath) |
void |
setSubartifactSet(SubartifactSet subartifactSet) |
public RelationshipPath getRelationshipPath()
public void setRelationshipPath(RelationshipPath relationshipPath)
relationshipPath - the relationshipPath to setpublic Predicate getPredicate()
public void setPredicate(Predicate predicate)
predicate - the predicate to setpublic FunctionCall getFunctionCall()
public void setFunctionCall(FunctionCall functionCall)
functionCall - the functionCall to setpublic SubartifactSet getSubartifactSet()
public void setSubartifactSet(SubartifactSet subartifactSet)
subartifactSet - the subartifactSet to setpublic void accept(XPathVisitor visitor)
AbstractXPathNodeaccept in class AbstractXPathNodeAbstractXPathNode.accept(org.overlord.sramp.common.query.xpath.visitors.XPathVisitor)Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.