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 Summary
Modifier and Type Method Description ArrayList<RepresentationInformation>
getGroup()
Get the Group for the vertex.void
setGroup(ArrayList<RepresentationInformation> group)
Set the members of RepInfo in this group.Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
Methods inherited from interface info.oais.interfaces.infomodel.RepresentationInformation
getCategory, setCategory
-
Method Details
-
getGroup
ArrayList<RepresentationInformation> 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
-