Uses of Class
uk.ac.vamsas.objects.core.Vref

Packages that use Vref
uk.ac.vamsas.objects.core   
 

Uses of Vref in uk.ac.vamsas.objects.core
 

Methods in uk.ac.vamsas.objects.core that return Vref
 Vref NodeType.getVref(int index)
          Method getVref.
 Vref[] NodeType.getVref()
          Method getVref.Returns the contents of the collection in an Array.
 Vref NodeType.removeVrefAt(int index)
          Method removeVrefAt.
 

Methods in uk.ac.vamsas.objects.core with parameters of type Vref
 void NodeType.addVref(Vref vVref)
           
 void NodeType.addVref(int index, Vref vVref)
           
 boolean NodeType.removeVref(Vref vVref)
          Method removeVref.
 void NodeType.setVref(int index, Vref vVref)
           
 void NodeType.setVref(Vref[] vVrefArray)