public class Id2LineViaActfId extends Object
Constructor and Description |
---|
Id2LineViaActfId(Map<Integer,Integer> id2AccId,
Vector<Html2ViewMapData> html2ViewMapDataV)
Constructor of the class.
|
Id2LineViaActfId(Map<Integer,Integer> id2AccId,
Vector<Html2ViewMapData> html2ViewMapDataV,
boolean is1base)
Constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
int |
getLine(int nodeId)
Get corresponding line number from ID
|
Html2ViewMapData |
getViewMapData(int nodeId)
Get corresponding
Html2ViewMapData of target ID |
Html2ViewMapData |
getViewMapData(Integer nodeId)
Get corresponding
Html2ViewMapData of target ID |
boolean |
is1base() |
public Id2LineViaActfId(Map<Integer,Integer> id2AccId, Vector<Html2ViewMapData> html2ViewMapDataV)
id2AccId
- mapping information between ID and ACTF_IDhtml2ViewMapDataV
- mapping information between ACTF_ID and line number. ACTF_ID
is used as index of Vector.public Id2LineViaActfId(Map<Integer,Integer> id2AccId, Vector<Html2ViewMapData> html2ViewMapDataV, boolean is1base)
id2AccId
- mapping information between ID and ACTF_IDhtml2ViewMapDataV
- mapping information between ACTF_ID and line number. ACTF_ID
is used as index of Vector.is1base
- true if line number starts from 1public int getLine(int nodeId)
nodeId
- target IDpublic Html2ViewMapData getViewMapData(int nodeId)
Html2ViewMapData
of target IDnodeId
- target IDHtml2ViewMapData
public Html2ViewMapData getViewMapData(Integer nodeId)
Html2ViewMapData
of target IDnodeId
- target IDHtml2ViewMapData
public boolean is1base()