Service Values
from values import Values
Port Name | Location | Protocol | Interfaces |
---|---|---|---|
input | local | ValuesInterface |
List of Available Interfaces
ValuesInterface
Operation Name | Input Type | Output Type | Faults | Description |
---|---|---|---|---|
equals | ComparisonRequest | bool | - | Returns true if two values are deeply equal to each other and false otherwise. |
hashCode | undefined | int | - | Returns a hash code value for the argument. |
Types
ComparisonRequest:
Type Declaration
void { fst[1,1]: undefined // The first value snd[1,1]: undefined // The second value }