public interface IBehaviourInferenceAlgorithm
| Modifier and Type | Method and Description |
|---|---|
void |
inferBehaviour(VirtualMachine vm,
ArchitectureTypeRepository architectureTypeRepo)
Infer behaviour for the provided virtual machine.
|
void inferBehaviour(VirtualMachine vm,
ArchitectureTypeRepository architectureTypeRepo)
ArchitectureTypeRepository.vm - The virtual machine.architectureTypeRepo - The architecture type repository.