Package info.oais.interfaces.infomodel
Interface BaseGroup
- All Known Implementing Classes:
- BaseGroupImpl1
public interface BaseGroup
Group of RepresentationInformation, which includes the associated classification.
- Author:
- David
- 
Method Summary
- 
Method Details- 
getGroupGet the Group for the vertex.- Returns:
- The array of RepInfo in the Group
 
- 
setGroupSet the members of RepInfo in this group.- Parameters:
- group- An ArrayList of RepInfo
 
 
-