i a want to create a simulation base on example in diasuit website. From the example ScenarioSecureSpace that i get , i try add device screen to show the status agent base on place. When agent outside room status at screen is available, after agent inside room the status at screen is not available.
the taxonomy i add the device..
device Identifier extends LocatedDevice { source userDetected as Boolean indexed by user as User; } device Screen extends LocatedDevice { source userShow as String indexed by user as User; } context AuthenticatedAccess as User indexed by location as Location { source authorizedAccess from AuthorizationDatabase; source userDetected from Identifier; source userShow from Screen;
then i try configure but i fail. please help me.