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
-
getGroup
Get the Group for the vertex.- Returns:
- The array of RepInfo in the Group
-
setGroup
Set the members of RepInfo in this group.- Parameters:
group
- An ArrayList of RepInfo
-