Interface BaseGroup

All Known Subinterfaces:
AndGroup, OrGroup
All Known Implementing Classes:
BaseGroupImpl1

public interface BaseGroup
Group of RepresentationInformation, which includes the associated classification.
Author:
David
  • Method Summary

    Modifier and Type Method Description
    ArrayList<Object> getGroup()
    Get the Group for the vertex.
    void setGroup​(ArrayList<Object> group)
    Set the members of RepInfo in this group.
  • Method Details

    • getGroup

      ArrayList<Object> getGroup()
      Get the Group for the vertex.
      Returns:
      The array of RepInfo in the Group
    • setGroup

      void setGroup​(ArrayList<Object> group)
      Set the members of RepInfo in this group.
      Parameters:
      group - An ArrayList of RepInfo