protected static class RequiredServiceNode.ReqInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> |
methodprops |
java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> |
serviceprops |
jadex.bridge.service.IServiceIdentifier |
sid |
Constructor and Description |
---|
ReqInfo(jadex.bridge.service.IServiceIdentifier sid,
java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> serviceprops,
java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> methodprops)
Create a new ReqInfo.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> |
getMethodProperties()
Get the methodProperties.
|
jadex.bridge.service.IServiceIdentifier |
getServiceIdentifier()
Get the sid.
|
java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> |
getServiceProperties()
Get the serviceProperties.
|
void |
setMethodProperties(java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> methodprops)
Set the methodProperties.
|
void |
setServiceIdentifier(jadex.bridge.service.IServiceIdentifier sid)
Set the sid.
|
void |
setServiceProperties(java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> serviceprops)
Set the serviceProperties.
|
public jadex.bridge.service.IServiceIdentifier sid
public java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> serviceprops
public java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> methodprops
public ReqInfo(jadex.bridge.service.IServiceIdentifier sid, java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> serviceprops, java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> methodprops)
public jadex.bridge.service.IServiceIdentifier getServiceIdentifier()
public void setServiceIdentifier(jadex.bridge.service.IServiceIdentifier sid)
sid
- The sid to set.public java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> getServiceProperties()
public void setServiceProperties(java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo> serviceprops)
serviceprops
- The serviceProperties to set.public java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> getMethodProperties()
public void setMethodProperties(java.util.Map<jadex.commons.MethodInfo,java.util.Map<java.lang.String,jadex.bridge.nonfunctional.INFPropertyMetaInfo>> methodprops)
methodprops
- The methodProperties to set.