public final class AAndStateform extends PStateform
| Constructor and Description |
|---|
AAndStateform() |
AAndStateform(TLparen _lparen_,
PLtlform _leftform_,
TAnd _and_,
PLtlform _rightform_,
TRparen _rparen_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TAnd |
getAnd() |
PLtlform |
getLeftform() |
TLparen |
getLparen() |
PLtlform |
getRightform() |
TRparen |
getRparen() |
void |
setAnd(TAnd node) |
void |
setLeftform(PLtlform node) |
void |
setLparen(TLparen node) |
void |
setRightform(PLtlform node) |
void |
setRparen(TRparen 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 TAnd getAnd()
public void setAnd(TAnd node)
public PLtlform getRightform()
public void setRightform(PLtlform node)
public TRparen getRparen()
public void setRparen(TRparen node)
Copyright © 2018. All rights reserved.