Package info.oais.interfaces.infomodel
Interface RepInfoGroup
- All Superinterfaces:
- InformationObject,- RepresentationInformation
- All Known Subinterfaces:
- RepInfoAndGroup,- RepInfoOrGroup
- All Known Implementing Classes:
- RepInfoGroupImpl1
public interface RepInfoGroup extends RepresentationInformation
Group of RepresentationInformation, which includes the associated classification.
- Author:
- David
- 
Method SummaryModifier and Type Method Description ArrayList<RepresentationInformation>getGroup()Get the Group for the vertex.voidsetGroup(ArrayList<RepresentationInformation> group)Set the members of RepInfo in this group.Methods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformationMethods inherited from interface info.oais.interfaces.infomodel.RepresentationInformationgetCategory, setCategory
- 
Method Details- 
getGroupArrayList<RepresentationInformation> getGroup()Get 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
 
 
-