public interface LocalUses
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalUses.Factory |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UnitValueBoxPair> |
getUsesOf(Unit s)
Returns a list of the Units that use the Local that is
defined by a given Unit.
|
java.util.List<UnitValueBoxPair> getUsesOf(Unit s)
s - the unit we wish to query for the use of the Local
it defines.