Package | Description |
---|---|
jadex.bridge.modelinfo | |
jadex.bridge.service |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
UnparsedExpression.getClazz()
Get the clazz.
|
ClassInfo |
IArgument.getClazz()
Get the class info.
|
Modifier and Type | Method and Description |
---|---|
void |
UnparsedExpression.setClazz(ClassInfo clazz)
Set the clazz.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
PublishInfo.getMapping()
Get the mapping information (e.g. annotated interface).
|
ClassInfo |
RequiredServiceInfo.getMultiplexType()
Get the multiplextype.
|
ClassInfo |
ServiceIdentifier.getServiceType()
Get the service type.
|
ClassInfo |
IServiceIdentifier.getServiceType()
Get the service type name.
|
ClassInfo |
RequiredServiceInfo.getType()
Get the type.
|
ClassInfo |
ProvidedServiceInfo.getType()
Get the type.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishInfo.setMapping(ClassInfo mapping)
Set the mapping information (e.g. annotated interface).
|
void |
RequiredServiceInfo.setMultiplexType(ClassInfo multiplextype)
Set the multiplextype.
|
void |
ServiceIdentifier.setServiceType(ClassInfo type)
Set the service type.
|
void |
RequiredServiceInfo.setType(ClassInfo type)
Set the type.
|
void |
ProvidedServiceInfo.setType(ClassInfo type)
Set the type.
|
Copyright © 2012. All Rights Reserved.