Class ModelXYColTags
- java.lang.Object
-
- com.actelion.research.util.datamodel.ModelXY
-
- com.actelion.research.util.datamodel.ModelXYIndex
-
- com.actelion.research.util.datamodel.ModelXYClassLabel
-
- com.actelion.research.util.datamodel.ModelXYColTags
-
- All Implemented Interfaces:
IModelCloneable<ModelXY>
public class ModelXYColTags extends ModelXYClassLabel
ModelXYColTagsCopyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Aug 13, 2015 MvK Start implementation
- Author:
- Modest von Korff
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>
liTagX
java.util.List<java.lang.String>
liTagY
-
Fields inherited from class com.actelion.research.util.datamodel.ModelXYClassLabel
liClassLabel
-
Fields inherited from class com.actelion.research.util.datamodel.ModelXYIndex
liIndex
-
-
Constructor Summary
Constructors Constructor Description ModelXYColTags()
ModelXYColTags(ModelXYColTags modelXYColTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelXYColTags
getDeepClone()
-
Methods inherited from class com.actelion.research.util.datamodel.ModelXYClassLabel
sub, sub
-
Methods inherited from class com.actelion.research.util.datamodel.ModelXYIndex
getAsListWithIndex, getSortedByY, getVariableSelectionOnX, sub, sub
-
Methods inherited from class com.actelion.research.util.datamodel.ModelXY
appendRows, deepCopy, getAsList, size, toIntegerListX
-
-
-
-
Constructor Detail
-
ModelXYColTags
public ModelXYColTags(ModelXYColTags modelXYColTags)
-
ModelXYColTags
public ModelXYColTags()
-
-
Method Detail
-
getDeepClone
public ModelXYColTags getDeepClone()
- Specified by:
getDeepClone
in interfaceIModelCloneable<ModelXY>
- Overrides:
getDeepClone
in classModelXYClassLabel
- Returns:
- a deep copy of this is needed.
-
-