Serialized Form
|
Package es.upv.dsic.gti_ia.architecture |
serialVersionUID: 1L
serialVersionUID: 1L
msg
ACLMessage msg
content
String content
serialVersionUID: 1L
serialVersionUID: 1L
|
Package es.upv.dsic.gti_ia.argAgents.knowledgeResources |
serialVersionUID: -6054414917369003936L
argCaseID
long argCaseID
childArgCaseIDList
ArrayList<E> childArgCaseIDList
parentArgCaseID
long parentArgCaseID
nodeType
ArgNode.NodeType nodeType
serialVersionUID: -496726263059322323L
id
long id
conclusion
Conclusion conclusion
timesUsedConclusion
int timesUsedConclusion
value
String value
supportSet
SupportSet supportSet
acceptabilityState
AcceptabilityStatus acceptabilityState
proponentDepenRelation
SocialContext.DependencyRelation proponentDepenRelation
attackingToArgID
long attackingToArgID
receivedAttacksCounterExamples
ArrayList<E> receivedAttacksCounterExamples
receivedAttacksDistPremises
ArrayList<E> receivedAttacksDistPremises
serialVersionUID: 1136383472063190267L
problem
ArgumentProblem problem
solution
ArgumentSolution solution
justification
ArgumentJustification justification
timesUsed
int timesUsed
serialVersionUID: 6674061752344111469L
domainCasesIDs
ArrayList<E> domainCasesIDs
argumentCasesIDs
ArrayList<E> argumentCasesIDs
schemes
ArrayList<E> schemes
dialogueGraphs
ArrayList<E> dialogueGraphs
serialVersionUID: 5983549572074070297L
socialContext
SocialContext socialContext
serialVersionUID: -1756923394620376629L
argumentType
ArgumentSolution.ArgumentType argumentType
acceptabilityStatus
AcceptabilityStatus acceptabilityStatus
distPremises
ArrayList<E> distPremises
presumptions
ArrayList<E> presumptions
exceptions
ArrayList<E> exceptions
counterExamplesArgCaseIDList
ArrayList<E> counterExamplesArgCaseIDList
counterExamplesDomCaseIDList
ArrayList<E> counterExamplesDomCaseIDList
serialVersionUID: -2931675447194795996L
id
long id
creationDate
String creationDate
serialVersionUID: -1766786263941771604L
id
long id
description
String description
serialVersionUID: 1225273417907906956L
dialogueID
String dialogueID
agentIDs
ArrayList<E> agentIDs
problem
Problem problem
serialVersionUID: -6633212130690006957L
nodes
ArrayList<E> nodes
serialVersionUID: 4846976548520731070L
problem
Problem problem
solutions
ArrayList<E> solutions
justification
Justification justification
serialVersionUID: 1942913126620854662L
premises
HashMap<K,V> premises
serialVersionUID: -200540749931771249L
agents
ArrayList<E> agents
serialVersionUID: 452106433940723360L
description
String description
serialVersionUID: 3807582996756957849L
agentID
String agentID
dialogueID
String dialogueID
solution
Solution solution
premises
HashMap<K,V> premises
domainCases
ArrayList<E> domainCases
domainCaseSimilarity
float domainCaseSimilarity
argSuitabilityFactor
float argSuitabilityFactor
finalSuitability
float finalSuitability
timesAccepted
int timesAccepted
serialVersionUID: 657825132227150938L
id
int id
name
String name
content
String content
serialVersionUID: -8683219055016271802L
context
DomainContext context
serialVersionUID: -7633680027995522766L
proponent
SocialEntity proponent
opponent
SocialEntity opponent
group
Group group
relation
SocialContext.DependencyRelation relation
serialVersionUID: -5802164428293153519L
id
long id
name
String name
role
String role
norms
ArrayList<E> norms
valpref
ValPref valpref
serialVersionUID: -1151493950021017493L
conclusion
Conclusion conclusion
value
String value
timesUsed
int timesUsed
serialVersionUID: -7765849287008916359L
premises
ArrayList<E> premises
domainCases
ArrayList<E> domainCases
argumentCases
ArrayList<E> argumentCases
schemes
ArrayList<E> schemes
distPremises
ArrayList<E> distPremises
presumptions
ArrayList<E> presumptions
exceptions
ArrayList<E> exceptions
counterExamplesDomCases
ArrayList<E> counterExamplesDomCases
counterExamplesArgCases
ArrayList<E> counterExamplesArgCases
serialVersionUID: -6686626334547834816L
values
ArrayList<E> values
|
Package es.upv.dsic.gti_ia.core |
serialVersionUID: 1L
performative
int performative
sender
AgentID sender
receiver
ArrayList<E> receiver
reply_to
AgentID reply_to
content
String content
byteSequenceContent
byte[] byteSequenceContent
language
String language
encoding
String encoding
ontology
String ontology
protocol
String protocol
conversation_id
String conversation_id
reply_with
String reply_with
in_reply_to
String in_reply_to
reply_byInMillisec
long reply_byInMillisec
headers
Map<K,V> headers
exchangeHeaders
Map<K,V> exchangeHeaders
serialVersionUID: 1L
name
String name
protocol
String protocol
host
String host
port
String port
serialVersionUID: 1L
tService
String tService
- Name of the tracing service which provided the trace event
timestamp
long timestamp
- Time stamp at which the trace event was thrown
originEntity
TracingEntity originEntity
- Origin entity which threw the trace event.
When the origin entity of the trace event is the system,
originEntity.name="system"
- See Also:
TracingEntity
content
String content
- Content of the trace event. This will depend on
TraceEvent.tService
serialVersionUID: 1L
name
String name
- Tracing Service name, which has to be unique
mandatory
boolean mandatory
- Flag that indicates that the tracing service cannot be unpublished
requestable
boolean requestable
- Flag that indicates that the tracing service is requestable
(system tracing services such TRACE_ERROR or SUBSCRIBE are non requestable
since tracing entities automatically receive them when necessary)
description
String description
- Description of the tracing service. This description is now a
human-readable/human-understandable string to describe the service,
but in future versions, it should contain an entity-readable/entity-understandable
description, in order to let tracing entities discover tracing services and decide
which of them are interesting for them.
providers
TracingEntityList providers
- List of tracing entities which provide the tracing service
- See Also:
TracingEntityList,
TracingEntity
subscriptions
TracingServiceSubscriptionList subscriptions
- List of subscriptions to the tracing service
- See Also:
TracingServiceSubscriptionList,
TracingServiceSubscription
|
Package es.upv.dsic.gti_ia.organization |
serialVersionUID: 1L
content
String content
|
Package es.upv.dsic.gti_ia.secure |
localAgentName
String localAgentName
- field for AgentName
localPublicKey
DataHandler localPublicKey
- field for PublicKey
localCertificate
DataHandler localCertificate
- field for Certificate
|
Package es.upv.dsic.gti_ia.trace |
serialVersionUID: 1L
type
int type
- Type of tracing entity: AGENT, ARTIFACT or AGGREGATION
aid
AgentID aid
- AgentID of the tracing entity, if the tracing entity is an agent
publishedTS
TracingServiceList publishedTS
- List of tracing services offered by the tracing entity
- See Also:
TracingService,
TracingServiceList
subscribedToTS
TracingServiceSubscriptionList subscribedToTS
- List of subscriptions made by the tracing entity
- See Also:
TracingServiceSubscription,
TracingServiceSubscriptionList
serialVersionUID: 1L
serialVersionUID: 1L
logger
org.apache.log4j.Logger logger
- The logger variable considers to print any event that occurs
serialVersionUID: 1L
subscriptorEntity
TracingEntity subscriptorEntity
- Tracing entity which is subscribed to a tracing service
any_provider
boolean any_provider
- Flag that indicates if the subscription refers
to trace events generated by a single provider or
if it refers to trace events coming from a specific
provider.
originEntity
TracingEntity originEntity
- Tracing entity to whose trace events the subscriptor entity
is subscribed. This attribute only has sense when
TracingServiceSubscription.any_provider
is false.
tracingService
TracingService tracingService
- Tracing service to which the subscription refers.
serialVersionUID: 1L
Copyright © 2012 GTI-IA. All Rights Reserved.