de.upb.hni.vmagic.object
Interface VhdlObjectGroup<E extends VhdlObject>

Type Parameters:
E - the object type
All Superinterfaces:
VhdlObjectProvider<E>
All Known Implementing Classes:
ConstantGroup, FileGroup, SignalGroup, VariableGroup

public interface VhdlObjectGroup<E extends VhdlObject>
extends VhdlObjectProvider<E>

VhdlObjectGroup of VhdlElements.


Method Summary
 java.util.List<E> getElements()
          Returns the elements in this group.
 
Methods inherited from interface de.upb.hni.vmagic.object.VhdlObjectProvider
getVhdlObjects
 

Method Detail

getElements

java.util.List<E> getElements()
Returns the elements in this group.

Returns:
a list of objects