|
| | OUTmsg (String variable, AddableReal scalingFactor, ArrayList< UtilitySolutionSpace< V, AddableReal > > spaces, Set< String > separators, long size) |
| | Constructor.
|
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| String | getVariable () |
| AddableReal | getScalingFactor () |
| ArrayList< UtilitySolutionSpace< V, AddableReal > > | getSpaces () |
| Set< String > | getSeparators () |
| long | getSize () |
| | MessageWith4Payloads () |
| | Empty constructor.
|
| | MessageWith4Payloads (MessageType type, T1 payload1, T2 payload2, T3 payload3, T4 payload4) |
| | Constructor.
|
| MessageWith4Payloads< T1, T2, T3, T4 > | clone () |
| T1 | getPayload1 () |
| void | setPayload1 (T1 payload1) |
| T2 | getPayload2 () |
| void | setPayload2 (T2 payload2) |
| T3 | getPayload3 () |
| void | setPayload3 (T3 payload3) |
| T4 | getPayload4 () |
| void | setPayload4 (T4 payload4) |
| String | toString () |
| | Message (MessageType type) |
| | Constructor.
|
| | Message () |
| | Empty constructor.
|
| MessageType | getType () |
| void | fakeSerialize () |
| | Pretends to serialize the message.
|
|
| Set< String > | separators |
| | The separators of the variable.
|
- Author
- Brammert Ottens, 17 aug. 2011
- Parameters
-
| <V> | type used for domain values |
◆ OUTmsg()
◆ getScalingFactor()
◆ getSeparators()
◆ getSize()
◆ getSpaces()
- Author
- Brammert Ottens, 17 aug. 2011
- Returns
- the spaces owned by the variable
References frodo2.communication.MessageWith4Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable, T4 extends Serializable >.getPayload3().
Referenced by frodo2.algorithms.duct.Sampling< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChild< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChildSearch< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingPruning< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingPruningSearch< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.tests.NormalizeInfTest.notifyIn(), and frodo2.algorithms.duct.tests.NormalizeTest.notifyIn().
◆ getVariable()
- Author
- Brammert Ottens, 17 aug. 2011
- Returns
- the name of the variable
References frodo2.communication.MessageWith4Payloads< T1 extends Serializable, T2 extends Serializable, T3 extends Serializable, T4 extends Serializable >.getPayload1().
Referenced by frodo2.algorithms.duct.Sampling< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChild< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingChildSearch< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingPruning< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.SamplingPruningSearch< V extends Addable< V > >.notifyIn(), frodo2.algorithms.duct.tests.NormalizeInfTest.notifyIn(), and frodo2.algorithms.duct.tests.NormalizeTest.notifyIn().
◆ readExternal()
◆ writeExternal()
◆ separators
The separators of the variable.
Referenced by OUTmsg().
The documentation for this class was generated from the following file: