<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by Registred (Registred) --><!DOCTYPE Fragment SYSTEM "fragment.dtd"><Fragment fragment_name="Agents_Identification">	<Precondition>Use Case diagram from the system requirements elicitation (Domain Description in PASSI)</Precondition>	<CompositionGuidelines>The fragment can be used after a functional-oriented requirements elicitation (performed with use case diagrams) in order to identify a system decomposition into agents. It is not good for goal-oriented approaches.</CompositionGuidelines>	<AspectsFragment>Behind this fragment there is only the basic assumption that the system is to be modelled in terms of (functional) requirements. </AspectsFragment>	<Dependency>None specific.</Dependency>	<ProcessDescription>		<RoleActor name="System_Analist"/>		<Activity name="Use_Case_Clustering" activity_role="System_Analist" description="The System Analyst analyzes the use case diagrams resulting from the previous phase and attempts their clustering in a set of packages">			<ActivityInput>				<ActivityData mas_model_element="Use_Case"/>				<ActivityData mas_model_element="Use_Case_Relationship"/>			</ActivityInput>			<ActivityOutput>				<ActivityData mas_model_element="Package"/>			</ActivityOutput>		</Activity>		<Activity name="Agents_Namimg" activity_role="System_Analist" description="After grouping the use cases in a convenient set of packages, the last activity of this phase consists in identifying these packages with the names that will distinguish the different agents throughout all the project">			<ActivityInput>				<ActivityData mas_model_element="Use_Case"/>				<ActivityData mas_model_element="Package"/>			</ActivityInput>			<ActivityOutput>				<ActivityData mas_model_element="Package"/>			</ActivityOutput>			<WorkProduct>				<UMLDiagram title="Agent_Identification" diagram_type="use case diagram">					<DiagramContent>[omitted XMI description]</DiagramContent>				</UMLDiagram>			</WorkProduct>		</Activity>		<!--Workflow could be a link to an image (i.e. a SPEM diagram describing the process to be done)-->		<Workflow/>	</ProcessDescription>	<MasModelElement name="Use_Case">		<!--ref_to_usecase_entity-->		<MASModelEntity entity_ref=""/>	</MasModelElement>	<MasModelElement name="Use_Case_Relationship">		<!--ref_to_usecaserelationship_entity-->		<MasModelRelationship entity_ref=""/>	</MasModelElement>	<MasModelElement name="Package">		<!--ref_to_package_entity-->		<MASModelEntity entity_ref=""/>	</MasModelElement></Fragment>
