|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.declaration.DeclarativeItem
de.upb.hni.vmagic.declaration.DisconnectionSpecification
public class DisconnectionSpecification
Disconnection specification.
Nested Class Summary | |
---|---|
static class |
DisconnectionSpecification.SignalList
Signal list for disconnection specification. |
Constructor Summary | |
---|---|
DisconnectionSpecification(DisconnectionSpecification.SignalList signals,
SubtypeIndication type,
Expression after)
Creates a disconnection specification. |
Method Summary | |
---|---|
Expression |
getAfter()
Returns the disconnection delay. |
DisconnectionSpecification.SignalList |
getSignals()
Returns the list of signals. |
SubtypeIndication |
getType()
Returns the type of the signals. |
void |
setAfter(Expression after)
Sets the disconnection delay. |
void |
setSignals(DisconnectionSpecification.SignalList signals)
Sets the list of signals. |
void |
setType(SubtypeIndication type)
Sets the type of the signals. |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisconnectionSpecification(DisconnectionSpecification.SignalList signals, SubtypeIndication type, Expression after)
signals
- a list of guarded signalstype
- the type of the signalsafter
- the disconnection delayMethod Detail |
---|
public Expression getAfter()
public void setAfter(Expression after)
after
- the delaypublic DisconnectionSpecification.SignalList getSignals()
public void setSignals(DisconnectionSpecification.SignalList signals)
signals
- a list of signalspublic SubtypeIndication getType()
public void setType(SubtypeIndication type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |