public class PatternRelation extends PatternElement
| Modifier and Type | Class and Description |
|---|---|
static class |
PatternRelation.Direction |
| Constructor and Description |
|---|
PatternRelation(JcRelation jcRelation) |
| Modifier and Type | Method and Description |
|---|---|
PatternRelation.Direction |
getDirection() |
int |
getMaxHops() |
int |
getMinHops() |
List<String> |
getTypes() |
void |
hops(int hops) |
void |
hopsUnbound() |
void |
in() |
void |
maxHops(int maxHops) |
void |
maxHopsUnbound() |
void |
minHops(int minHops) |
void |
out() |
getJcElement, getLastProperty, getProperties, hasPropertiesgetClauseType, setClauseTypepublic PatternRelation(JcRelation jcRelation)
public void in()
public void out()
public void minHops(int minHops)
public void maxHops(int maxHops)
public void maxHopsUnbound()
public void hopsUnbound()
public void hops(int hops)
public PatternRelation.Direction getDirection()
public int getMinHops()
public int getMaxHops()
Copyright © 2016. All rights reserved.