public class CommonInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static CommonInfo |
Default(String[] remotePrograms) |
String |
getCurrentFileName()
Get the value of currentFileName
|
crcl.base.CRCLProgramType |
getCurrentProgram()
Get the value of currentProgram
|
int |
getProgramIndex()
Get the value of programIndex
|
String[] |
getRemotePrograms()
Get the value of remotePrograms
|
String |
getRemotePrograms(int index)
Get the value of remotePrograms at specified index
|
TransformInfo |
getTransformInfo()
Get the value of transformInfo
|
static CommonInfo |
withNewProgram(CommonInfo orig,
String[] remotePrograms,
String currentFileName,
crcl.base.CRCLProgramType currentProgram) |
static CommonInfo |
withProgramIndex(CommonInfo orig,
int programIndex) |
static CommonInfo |
withRemotePrograms(CommonInfo orig,
String[] remotePrograms) |
static CommonInfo |
withTransformInfo(CommonInfo orig,
TransformInfo transformInfo) |
static CommonInfo |
withTransformInfoA1(CommonInfo orig,
crcl.base.PointType a1) |
static CommonInfo |
withTransformInfoA2(CommonInfo orig,
crcl.base.PointType a2) |
static CommonInfo |
withTransformInfoB1(CommonInfo orig,
crcl.base.PointType b1) |
static CommonInfo |
withTransformInfoB2(CommonInfo orig,
crcl.base.PointType b2) |
public String[] getRemotePrograms()
public String getRemotePrograms(int index)
index - the index of remoteProgramspublic String getCurrentFileName()
public crcl.base.CRCLProgramType getCurrentProgram()
public TransformInfo getTransformInfo()
public int getProgramIndex()
public static CommonInfo Default(String[] remotePrograms)
public static CommonInfo withNewProgram(CommonInfo orig, String[] remotePrograms, String currentFileName, crcl.base.CRCLProgramType currentProgram)
public static CommonInfo withRemotePrograms(CommonInfo orig, String[] remotePrograms)
public static CommonInfo withProgramIndex(CommonInfo orig, int programIndex)
public static CommonInfo withTransformInfo(CommonInfo orig, TransformInfo transformInfo)
public static CommonInfo withTransformInfoA1(CommonInfo orig, crcl.base.PointType a1)
public static CommonInfo withTransformInfoA2(CommonInfo orig, crcl.base.PointType a2)
public static CommonInfo withTransformInfoB1(CommonInfo orig, crcl.base.PointType b1)
public static CommonInfo withTransformInfoB2(CommonInfo orig, crcl.base.PointType b2)
Copyright © 2016. All rights reserved.