public final class ARelation extends PRelation
| Constructor and Description |
|---|
ARelation() |
ARelation(TParenl _ol_,
TIdentifier _id_,
TKeywordSingleton _singleton_,
PReltype _extsub_,
java.util.List<TIdentifier> _types_,
PTupleset _elements_,
TParenr _or_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PTupleset |
getElements() |
PReltype |
getExtsub() |
TIdentifier |
getId() |
TParenl |
getOl() |
TParenr |
getOr() |
TKeywordSingleton |
getSingleton() |
java.util.LinkedList<TIdentifier> |
getTypes() |
void |
setElements(PTupleset node) |
void |
setExtsub(PReltype node) |
void |
setId(TIdentifier node) |
void |
setOl(TParenl node) |
void |
setOr(TParenr node) |
void |
setSingleton(TKeywordSingleton node) |
void |
setTypes(java.util.List<TIdentifier> list) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic ARelation()
public ARelation(TParenl _ol_, TIdentifier _id_, TKeywordSingleton _singleton_, PReltype _extsub_, java.util.List<TIdentifier> _types_, PTupleset _elements_, TParenr _or_)
public void apply(Switch sw)
public TParenl getOl()
public void setOl(TParenl node)
public TIdentifier getId()
public void setId(TIdentifier node)
public TKeywordSingleton getSingleton()
public void setSingleton(TKeywordSingleton node)
public PReltype getExtsub()
public void setExtsub(PReltype node)
public java.util.LinkedList<TIdentifier> getTypes()
public void setTypes(java.util.List<TIdentifier> list)
public PTupleset getElements()
public void setElements(PTupleset node)
public TParenr getOr()
public void setOr(TParenr node)
public java.lang.String toString()
toString in class java.lang.Object