public interface PhysicalModel
Modifier and Type | Method and Description |
---|---|
Set<Variable> |
getComputedZoneVariables()
Returns all zone variables computed by this physical model.
|
Set<Variable> |
getRequiredZoneVariables()
Returns all zone variables that this physical model relies on.
|
Set<LocatedDevice> |
getUsedDevices()
Returns all devices used by it to perform variable computation.
|
Set<Variable> getComputedZoneVariables()
Set<Variable> getRequiredZoneVariables()
Set<LocatedDevice> getUsedDevices()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.