Package | Description |
---|---|
agi.foundation.coverage |
Contains types for computing complex access calculations between many different objects simultaneously.
|
Modifier and Type | Method and Description |
---|---|
protected ArrayList<AssetDefinition> |
BaseCoverageDefinition.getAssetDefinitions()
Gets the asset definitions defined for this coverage definition.
|
List<AssetDefinition> |
CoverageDefinitionOnSingleObject.getAssets()
|
List<AssetDefinition> |
BaseCoverageDefinition.getAssets()
Gets a read-only collection of assets which provide coverage over the grid.
|
Modifier and Type | Method and Description |
---|---|
void |
CoverageDefinitionOnSingleObject.addAsset(AssetDefinition assetDefinition)
Add an asset to the coverage definition.
|
void |
BaseCoverageDefinition.addAsset(AssetDefinition assetDefinition)
Add an asset to the coverage definition.
|
protected boolean |
AssetDefinition.checkForSameDefinition(AssetDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
CoverageDefinitionOnSingleObject.removeAsset(AssetDefinition assetDefinition)
Removes the specified asset definition from the list of assets.
|
void |
BaseCoverageDefinition.removeAsset(AssetDefinition assetDefinition)
Removes the specified asset definition from the list of assets.
|
Modifier and Type | Method and Description |
---|---|
void |
CoverageDefinitionOnSingleObject.addAssetRange(Iterable<? extends AssetDefinition> assets)
Add a range of assets to the coverage definition.
|
void |
BaseCoverageDefinition.addAssetRange(Iterable<? extends AssetDefinition> assets)
Add a range of assets to the coverage definition.
|
protected void |
BaseCoverageDefinition.setAssetDefinitions(ArrayList<AssetDefinition> value)
Sets the asset definitions defined for this coverage definition.
|
Constructor and Description |
---|
AssetDefinition(AssetDefinition existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|