public class IndexMap extends GridFunction
Constructor and Description |
---|
IndexMap() |
Modifier and Type | Method and Description |
---|---|
void |
addLookUpIndex(java.lang.Integer lookUpIndex) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
java.util.List<java.lang.Integer> |
getLookUpTable() |
boolean |
isSetLookUpTable() |
void |
setLookUpTable(java.util.List<java.lang.Integer> lookUpTable) |
void |
unsetLookUpTable() |
addStartPoint, getParent, getSequenceRule, getStartPoint, isSetParent, isSetSequenceRule, isSetStartPoint, setParent, setSequenceRule, setStartPoint, unsetParent, unsetSequenceRule, unsetStartPoint
public java.util.List<java.lang.Integer> getLookUpTable()
public boolean isSetLookUpTable()
public void addLookUpIndex(java.lang.Integer lookUpIndex)
public void setLookUpTable(java.util.List<java.lang.Integer> lookUpTable)
public void unsetLookUpTable()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GridFunction
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GridFunction
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GridFunction