TeenLine - UCM Plugin Map

Map Description

   TeenLine denies a connection when attempted during a predefined time range (ex. between 7pm and 6am), unless a valid PIN is provided in a timely fashion

Responsibilities

NameDescriptionPseudo-codeMetadataURN Links
checkTimeChecks that TeenLine is active, i.e. that the connection is in the pre-defined time range  
checkPINChecks whether the PIN is valid  
denyDenies the connection  

Or Fork Description

Guard ConditionsMetadata
[TLnotActive] ==> !TLactive(1.0)

[TLactive] ==> TLactive(1.0)
[PINvalid] ==> PINvalid(1.0)

[PINinvalid] ==> !PINvalid(1.0)