Class Replication
Object
|
+--Replication
- class
Replication
Creates a new Replicaton object.
Defined in Replication.js
|
Method Summary |
function
|
addSlavePlace(place)
Adds new SlavePlaces to the Replication.
|
<static> function
|
create(substTrans)
Creates a new Replication for the speified substitution transition.
|
Replication
function Replication(javaObject)
Parameters:
javaObject - The java object to encapsulate.
addSlavePlace
function addSlavePlace(place)
Adds new SlavePlaces to the Replication.
Parameters:
place - The place to create a slave representation inside the Replication.
create
<static> function create(substTrans)
Creates a new Replication for the speified substitution transition.
Parameters:
substTrans - The substitution transition to create a new replication for.
Returns:
The newly created replication.