public class ProcessorCall extends Object
| Constructor and Description |
|---|
ProcessorCall(ProcessorId processorId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
ProcessorId |
getProcessorId() |
boolean |
isCallOf(ProcessorId id)
Defines if this call is of a particular processor
|
int |
matchingWeight(ProcessorCall call)
If the current call matches exactly with the call sent by parameter.
|
void |
setAttributes(Map<String,Object> attributes) |
public ProcessorCall(ProcessorId processorId)
public ProcessorId getProcessorId()
public boolean isCallOf(ProcessorId id)
id - The id of the processorpublic int matchingWeight(ProcessorCall call)
call - The processor call that we need to compare against.Copyright © 2019. All rights reserved.