protected static interface ConstraintList.IModificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyAdded(net.ssehub.easy.varModel.model.Constraint constraint,
ConstraintList.Node node)
Is called when a new node has been added for
constraint. |
void |
notifyRemoved(net.ssehub.easy.varModel.model.Constraint constraint,
ConstraintList.Node node)
Is called when a new node is being removed through removing
constraint. |
void |
notifyRemovedAll()
Is called when all nodes have been removed at once.
|
void notifyAdded(net.ssehub.easy.varModel.model.Constraint constraint,
ConstraintList.Node node)
constraint. node may already be linked
into the list.constraint - the constraintnode - the nodevoid notifyRemoved(net.ssehub.easy.varModel.model.Constraint constraint,
ConstraintList.Node node)
constraint. node may
already be cleared and must not contain valid information.constraint - the constraintnode - the nodevoid notifyRemovedAll()
Copyright © 2009 - 2018 SSE. All Rights Reserved.