holoedit.data
Class HoloExternalDataPool

java.lang.Object
  extended by holoedit.data.HoloExternalDataPool

public class HoloExternalDataPool
extends java.lang.Object

Biblioth?que des sons importˇs


Field Summary
private  java.util.Vector<HoloExternalData> sdifDataPool
           
 
Constructor Summary
HoloExternalDataPool()
           
 
Method Summary
 void add(HoloExternalData hSDIFdt)
           
 void clear()
           
 boolean contains(HoloExternalData h)
          Returns true if this collection contains the specified element.
 HoloSDIFdata get(java.lang.String fileName, java.lang.String dataType)
          TODO
 HoloExternalData getSDIFdata(int i)
           
 java.util.Vector<HoloExternalData> getSDIFdatas()
           
 boolean remove(HoloSDIFdata hsdifDt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdifDataPool

private java.util.Vector<HoloExternalData> sdifDataPool
Constructor Detail

HoloExternalDataPool

public HoloExternalDataPool()
Method Detail

add

public void add(HoloExternalData hSDIFdt)

getSDIFdata

public HoloExternalData getSDIFdata(int i)

get

public HoloSDIFdata get(java.lang.String fileName,
                        java.lang.String dataType)
TODO


remove

public boolean remove(HoloSDIFdata hsdifDt)

getSDIFdatas

public java.util.Vector<HoloExternalData> getSDIFdatas()

contains

public boolean contains(HoloExternalData h)
Returns true if this collection contains the specified element. More formally, returns true if and only if this collection contains at least one element e such that (h==null ? e==null : h.equals(e)).

Parameters:
h - - element whose presence in this sdifDataPool is to be tested.
Returns:
true if this collection contains the specified element
See Also:
HoloExternalData.equals(Object o)

clear

public void clear()