public interface Modification
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseModifyPackage.getModification()| Modifier and Type | Method and Description |
|---|---|
void |
apply(Network net,
IPSSMsgHub msg)
apply all bus and branch modifications to the network
|
java.lang.String |
getAny()
Returns the value of the 'Any' attribute.
|
org.eclipse.emf.common.util.EList<BranchModification> |
getBranchModifyList()
Returns the value of the 'Branch Modify List' containment reference list.
|
org.eclipse.emf.common.util.EList<BusModification> |
getBusModifyList()
Returns the value of the 'Bus Modify List' containment reference list.
|
void |
setAny(java.lang.String value)
Sets the value of the '
Any' attribute. |
java.lang.String getAny()
If the meaning of the 'Any' attribute isn't clear, there really should be more of a description here...
Modification is often used to send info to remote location. This attribute could be used to carry any serialized info.setAny(String),
MCaseModifyPackage.getModification_Any()void setAny(java.lang.String value)
Any' attribute.
value - the new value of the 'Any' attribute.getAny()org.eclipse.emf.common.util.EList<BusModification> getBusModifyList()
BusModification.
If the meaning of the 'Bus Modify List' containment reference list isn't clear, there really should be more of a description here...
bus modification object listMCaseModifyPackage.getModification_BusModifyList()org.eclipse.emf.common.util.EList<BranchModification> getBranchModifyList()
BranchModification.
If the meaning of the 'Branch Modify List' containment reference list isn't clear, there really should be more of a description here...
branch modification object listMCaseModifyPackage.getModification_BranchModifyList()void apply(Network net, IPSSMsgHub msg) throws InterpssException
InterpssException