This file implements ...
Type | Description |
|
|
|
Function or value | Description |
|
invariants holding for well-typed AIF files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
CheckDrivers pred system
Parameters:
Interface -> SystemPart -> bool
system : AIFSystem
Returns: bool
|
|
Full Usage:
CheckMainSystemPart pred system
Parameters:
Interface -> SystemPart -> bool
system : AIFSystem
Returns: bool
|
|
Full Usage:
CheckObservers pred system
Parameters:
Interface -> SystemPart -> bool
system : AIFSystem
Returns: bool
|
|
Full Usage:
CheckPostconditions name props system
Parameters:
string
props : SystemProperty list
system : AIFSystem
|
Checks a list of postconditions for a given system
|
Full Usage:
CheckPreconditions name props system
Parameters:
string
props : SystemProperty list
system : AIFSystem
|
Checks a list of preconditions for a given system.
|
Full Usage:
CheckPreservations name props oldSystem newSystem
Parameters:
string
props : SystemProperty list
oldSystem : AIFSystem
newSystem : AIFSystem
|
Checks a list of preservation conditions for a system given before and after a certain transformation
|
Full Usage:
CheckSystemParts pred system
Parameters:
Interface -> SystemPart -> bool
system : AIFSystem
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SystemPartProp2SystemProp partProp
Parameters:
SystemPartProperty
Returns: SystemProperty
|
|
|
|
|
|
|
|
|
|