Class Group

    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • setMember

        public void setMember​(List<Agent> member)
      • isAnonymousOrIdentifiedGroup

        @AssertTrue(message="Anonymous Group must have member property")
        public @jakarta.validation.constraints.AssertTrue(message="Anonymous Group must have member property") boolean isAnonymousOrIdentifiedGroup()
      • isEmpty

        @AssertFalse(message="Group must not be empty")
        public @jakarta.validation.constraints.AssertFalse(message="Group must not be empty") boolean isEmpty()
        Specified by:
        isEmpty in interface JSONObject
        Overrides:
        isEmpty in class AbstractActor