public class UniqueRegion
extends java.lang.Object
Constructor and Description |
---|
UniqueRegion() |
Modifier and Type | Method and Description |
---|---|
static DynamicRegion |
execute(DynamicRegion oldDynRegion) |
static DynamicRegion |
execute(StaticRegion staticRegion)
Used to create a unique conditional region.
|
public static DynamicRegion execute(StaticRegion staticRegion) throws java.lang.CloneNotSupportedException, StaticRegionException
staticRegion
- Dynamic region that needs to be unique.java.lang.CloneNotSupportedException
StaticRegionException
public static DynamicRegion execute(DynamicRegion oldDynRegion) throws StaticRegionException, java.lang.CloneNotSupportedException
StaticRegionException
java.lang.CloneNotSupportedException