public final class AUntilLtlform extends PLtlform
| Constructor and Description |
|---|
AUntilLtlform() |
AUntilLtlform(TLparen _lparen_,
PLtlform _leftform_,
TUntil _until_,
PLtlform _rightform_,
TRparen _rparen_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
PLtlform |
getLeftform() |
TLparen |
getLparen() |
PLtlform |
getRightform() |
TRparen |
getRparen() |
TUntil |
getUntil() |
void |
setLeftform(PLtlform node) |
void |
setLparen(TLparen node) |
void |
setRightform(PLtlform node) |
void |
setRparen(TRparen node) |
void |
setUntil(TUntil node) |
String |
toString() |
public void apply(Switch sw)
public TLparen getLparen()
public void setLparen(TLparen node)
public PLtlform getLeftform()
public void setLeftform(PLtlform node)
public TUntil getUntil()
public void setUntil(TUntil node)
public PLtlform getRightform()
public void setRightform(PLtlform node)
public TRparen getRparen()
public void setRparen(TRparen node)
Copyright © 2018. All rights reserved.