Uses of Interface
com.hack23.cia.model.common.api.Agent

Packages that use Agent
com.hack23.cia.model.application.api Application interfaces for objects in the model. 
com.hack23.cia.model.application.impl.common Common application entity model. 
com.hack23.cia.model.common.api Common interfaces for objects in the model. 
com.hack23.cia.model.common.impl The core entity model. 
com.hack23.cia.model.sweden.api Parliament interfaces for objects in the model. 
com.hack23.cia.model.sweden.impl The entity model related to Swedish parliament members votes. 
com.hack23.cia.service.impl.admin.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.admin.agent.sweden.impl Swedish Parliament data agent implementations. 
 

Uses of Agent in com.hack23.cia.model.application.api
 

Subinterfaces of Agent in com.hack23.cia.model.application.api
 interface ApplicationGroup
          The Interface ApplicationGroup.
 interface SoftwareAgent
          The Interface SoftwareAgent.
 

Uses of Agent in com.hack23.cia.model.application.impl.common
 

Classes in com.hack23.cia.model.application.impl.common that implement Agent
 class Agency
          The Class Agency.
 

Uses of Agent in com.hack23.cia.model.common.api
 

Subinterfaces of Agent in com.hack23.cia.model.common.api
 interface Actor
          The Interface Actor.
 interface Group
          The Interface Group.
 interface Person
          The Interface Person.
 

Uses of Agent in com.hack23.cia.model.common.impl
 

Classes in com.hack23.cia.model.common.impl that implement Agent
 class Human
          The Class Human.
 

Uses of Agent in com.hack23.cia.model.sweden.api
 

Subinterfaces of Agent in com.hack23.cia.model.sweden.api
 interface ParliamentGroup
          The Interface ParliamentGroup.
 

Uses of Agent in com.hack23.cia.model.sweden.impl
 

Classes in com.hack23.cia.model.sweden.impl that implement Agent
 class Committee
          The Class Committee.
 class Parliament
          The Class Parliament.
 class PoliticalParty
          The Class PoliticalParty.
 

Uses of Agent in com.hack23.cia.service.impl.admin.agent.sweden.api
 

Subinterfaces of Agent in com.hack23.cia.service.impl.admin.agent.sweden.api
 interface AbstractAdminAgent
          The Interface AbstractAdminAgent.
 interface AbstractAdminDataAgent<DATA extends Data>
          The Interface AbstractAdminDataAgent.
 interface AbstractParliamentDataAgent<DATA extends ParliamentData>
          The Interface AbstractParliamentDataAgent.
 interface AbstractParliamentDataAgentOperation<DATA extends ParliamentData>
          The Interface AbstractParliamentDataAgentOperation.
 interface AdminAgentOperation<AgentOperation extends Data>
          The Interface AdminAgentOperation.
 interface BallotAgent
          The Interface BallotAgent.
 interface CommitteeAgent
          The Interface CommitteeAgent.
 interface CommitteeReportAgent
          The Interface CommitteeReportAgent.
 interface ElectionAgent
          The Interface ElectionAgent.
 interface ParliamentMemberAgent
          The Interface ParliamentMemberAgent.
 interface ParliamentMemberRegisterAgent
          The Interface ParliamentMemberRegisterAgent.
 interface ParliamentYearAgent
          The Interface ParliamentYearAgent.
 interface PoliticalPartyAgent
          The Interface PoliticalPartyAgent.
 

Uses of Agent in com.hack23.cia.service.impl.admin.agent.sweden.impl
 

Classes in com.hack23.cia.service.impl.admin.agent.sweden.impl that implement Agent
 class AbstractParliamentAgentOperation<DATA extends ParliamentData>
          The Class AbstractParliamentAgentOperation.
 class AbstractParliamentDataAgentImpl<DATA extends ParliamentData>
          The Class AbstractParliamentDataAgentImpl.
 class BallotAgentImpl
          The Class BallotAgentImpl.
 class BallotAgentOperation
          The Class BallotAgentOperation.
 class CommitteeAgentImpl
          The Class CommitteeAgentImpl.
 class CommitteeAgentOperation
          The Class CommitteeAgentOperation.
 class CommitteeReportAgentImpl
          The Class CommitteeReportAgentImpl.
 class CommitteeReportAgentOperation
          The Class CommitteeReportAgentOperation.
 class ElectionAgentImpl
          The Class ElectionAgentImpl.
 class ElectionAgentOperation
          The Class ElectionAgentOperation.
 class ParliamentMemberAgentImpl
          The Class ParliamentMemberAgentImpl.
 class ParliamentMemberAgentOperation
          The Class ParliamentMemberAgentOperation.
 class ParliamentMemberRegisterAgentImpl
          The Class ParliamentMemberRegisterAgentImpl.
 class ParliamentYearAgentImpl
          The Class ParliamentYearAgentImpl.
 class ParliamentYearAgentOperation
          The Class ParliamentYearAgentOperation.
 class PoliticalPartyAgentImpl
          The Class PoliticalPartyAgentImpl.
 class PoliticalPartyAgentOperation
          The Class PoliticalPartyAgentOperation.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.