netcharts.pro.common
Class NFBaseSet
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFVector
|
+--netcharts.pro.common.NFBaseSet
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- NFSet, NFSliceSet
- public abstract class NFBaseSet
- extends NFVector
The abstract NFBaseSet object provides the methods and attributes common
in many of the data objects in NetCharts Pro.
| Methods inherited from class netcharts.pro.common.NFVector |
addElement, addElement, elementAt, elementAt, getCDL, getCDL, getCDL, getCDLHasTuples, getCDLKeyValues, getCDLKeyValuesHasPoints, getMaxDimensions, getQuoteStrings, getSize, loadDataModel, loadDataModel, loadDataModel, removeElementAt, reset, setCDL, setCDLHasTuples, setCDLNullString, setElementAt, setQuoteStrings, setSize, size, skipNulls, toArray, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NFBaseSet
public NFBaseSet()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Does a deep copy of this set object
- Overrides:
clone in class NFVector
- Returns:
- Object
addActiveLabel
public void addActiveLabel(NFActiveLabel activeLabel)
- Adds a single active label to the list of active labels for this set.
- Parameters:
activeLabel - The activeLabel to add to the list of active labels.
setActiveLabels
public void setActiveLabels(NFVector activeLabels)
- Set the active labels for this set.
If the vector contains elements that are not NFActiveLabel objects, an
IllegalArgumentException will be thrown.
- Parameters:
activeLabels - Vector of NFActiveLabels
getActiveLabels
public NFVector getActiveLabels()
- Returns the active labels for this set
- Returns:
- the vector of NFActiveLabel objects.
setSetName
public void setSetName(java.lang.String setName)
- Set the name of the set
- Parameters:
setName - Name of the set
getSetName
public java.lang.String getSetName()
- Returns the set name
- Returns:
- the set name
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2006 All Rights Reserved. NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Apr 14, 2006 |