Uses of Class
wt.epm.workspaces.EPMCheckpointMaster

Packages that use EPMCheckpointMaster
wt.epm.workspaces   
 

Uses of EPMCheckpointMaster in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return EPMCheckpointMaster
 EPMCheckpointMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
protected  EPMCheckpointMaster EPMWorkspace.getEPMCheckpointMaster()
          Deprecated.  
static EPMCheckpointMaster EPMCheckpointMaster.newEPMCheckpointMaster()
          Deprecated.  
protected  EPMCheckpointMaster Checkpoint.getEPMCheckpointMaster()
          Deprecated.  
 

Methods in wt.epm.workspaces with parameters of type EPMCheckpointMaster
 void MasterIteration.setMaster(EPMCheckpointMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(EPMCheckpointMaster master, EPMCheckpoint iteration)
          Default factory for the class.
protected  void EPMWorkspace.setEPMCheckpointMaster(EPMCheckpointMaster a_EPMCheckpointMaster)
          Deprecated.  
protected  boolean EPMCheckpointMaster.readVersion(EPMCheckpointMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated.  
protected  void Checkpoint.setEPMCheckpointMaster(EPMCheckpointMaster theEPMCheckpointMaster)
          Deprecated.  
static Checkpoint Checkpoint.newCheckpoint(EPMWorkspace theEPMWorkspace, EPMCheckpointMaster theEPMCheckpointMaster)
          Deprecated.