Examples of Group

@author Robert "kebernet" Cooper
  • org.sbml.jsbml.ext.groups.Group
    @author Nicolas Rodriguez @author Clemens Wrzodek @since 1.0 @version $Rev: 1639 $
  • org.sbml.jsbml.ext.render.Group
    @author Eugen Netz @author Alexander Diamantikos @author Jakob Matthes @author Jan Rudolph @version $Rev: 1639 $ @since 1.0 @date 08.05.2012
  • org.springframework.data.neo4j.Group
  • org.springframework.data.neo4j.aspects.Group
  • org.springframework.data.neo4j.model.Group
  • org.structr.core.entity.Group
    @author amorgner
  • org.uberfire.backend.group.Group
  • org.voltdb.catalog.Group
  • org.wildfly.clustering.group.Group
    Represents a groups of nodes. @author Paul Ferraro
  • org.xith3d.scenegraph.Group
  • org.zkoss.zul.Group
    Adds the ability for single level grouping to the Grid.

    Available in ZK PE and EE.

    Event:

    1. onOpen is sent when this listgroup is opened or closed by user.

    Default {@link #getZclass}: z-group.

    Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the {@link Label#setSclass(String)}after the child added. @author jumperchen @since 3.5.0

  • project.entities.institute.Group
  • projectatlast.group.Group
  • quickfix.Group
  • ro.isdc.wro.model.group.Group
    A group is an entity holding a list of resources.

    This class is thread safe. @author Alex Objelean @created Created on Oct 30, 2008

  • ru.org.linux.group.Group
  • simpleserver.config.xml.Group
  • sk.netmap.bo.Group
    BO group of servers @author Matej Zachar, $Date: 2006-04-23 20:42:47 +0000 (Ne, 23 apr 2006) $
  • storm.trident.graph.Group
  • tripleplay.ui.Group
    A grouping element that contains other elements and lays them out according to a layout policy.
  • ua.ck.geekhub.entity.Group
    Created by Vladimir on 3/11/14.
  • ucar.nc2.Group
    A Group is a logical collection of Variables. The Groups in a Dataset form a hierarchical tree, like directories on a disk. A Group has a name and optionally a set of Attributes. There is always at least one Group in a dataset, the root Group, whose name is the empty string.

    Immutable if setImmutable() was called. @author caron

  • xregistry.group.Group
    Represent a Group, group may have Users and child groups. The symantics of child groups are resolved by assuming of foo is in G1 and G1 is in G2, it is same as foo is in G1 (G1,G2 are groups and foo is a user). @author Srinath Perera(hperera@cs.indiana.edu)
  • zendeskapi.models.groups.Group
    @author jgroth

  • Examples of org.springframework.data.neo4j.aspects.Group

        }

        @Test
        public void shouldWorkWithUninitializedCollectionFieldWithoutUnderlyingState() {
            Group group = new Group();
            Collection<Person> people = group.getPersons();
            assertNotNull(people);

            Person p = new Person("David", 27);
            people.add(p);

            assertEquals(Collections.singleton(p), group.getPersons());

            persist(group);
            try (Transaction tx = neo4jTemplate.getGraphDatabase().beginTx()) {
                assertThat(getNodeState(group), hasRelationship("persons", getNodeState(p)));
                assertThat(getNodeState(p), hasRelationship("persons", getNodeState(group)));
    View Full Code Here

    Examples of org.springframework.data.neo4j.model.Group

            Node p1 = createNewNode();
            Node p2 = createNewNode();
            groupNode.createRelationshipTo(p1, PERSONS);
            groupNode.createRelationshipTo(p2, PERSONS);

            Group g = readGroup(groupNode);
            assertEquals(set(readPerson(p1), readPerson(p2)), set(g.getPersons()));
        }
    View Full Code Here

    Examples of org.structr.core.entity.Group

        }

        if (parentNode instanceof Group) {

          Group group = (Group) parentNode;
         
          Principal user = (Principal) getNode(id);

          if (user != null) {
            try {
              group.addMember(user);
            } catch (FrameworkException ex) {
              logger.log(Level.SEVERE, null, ex);
              getWebSocket().send(MessageBuilder.status().code(422).message("Cannot append file").build(), true);
            }
          }
    View Full Code Here

    Examples of org.uberfire.backend.group.Group

        private Repository activeRepository;
        private Project activeProject;
        private Package activePackage;

        public void setActiveGroup( @Observes final GroupChangeEvent event ) {
            final Group activeGroup = event.getGroup();
            setActiveGroup( activeGroup );
            activeRepository = null;
            activeProject = null;
            activePackage = null;
        }
    View Full Code Here

    Examples of org.voltdb.catalog.Group

                }
                final UserRef userRef = procedure.getAuthusers().add(userName);
                userRef.setUser(user);
            }
            for (String groupName : procedureDescriptor.m_authGroups) {
                final Group group = db.getGroups().get(groupName);
                if (group == null) {
                    throw compiler.new VoltCompilerException("Procedure " + className + " has a group " + groupName + " that does not exist");
                }
                final GroupRef groupRef = procedure.getAuthgroups().add(groupName);
                groupRef.setGroup(group);
    View Full Code Here

    Examples of org.wildfly.clustering.group.Group

        public Injector<PoolConfig> getPoolConfigInjector() {
            return this.poolConfig;
        }

        public Affinity getWeakAffinity() {
            Group group = this.group.getOptionalValue();
            return (group != null) && (group.getLocalNode().getSocketAddress() != null) ? new ClusterAffinity(group.getName()) : Affinity.NONE;
        }
    View Full Code Here

    Examples of org.xith3d.scenegraph.Group

           
            /*
             * Digibots
             */
            digibots = new ArrayList<Digibot>();
            digibotsGroup = new Group();
            digibotsGroup.setPickable(true);
            this.addChild(digibotsGroup);
           
            /*
             * Foods
     
    View Full Code Here

    Examples of org.zkoss.zul.Group

          row.applyProperties();
        }
        return row;
      }
      private Group newGroup(RowRenderer renderer) {
        Group group = null;
        if (renderer instanceof GroupRendererExt)
          group = ((GroupRendererExt)renderer).newGroup((Grid)getOwner());
        if (group == null) {
          group = new Group();
          group.applyProperties();
        }
        return group;
      }
    View Full Code Here

    Examples of project.entities.institute.Group

      @Override
      public Group createGroup(int chair, int course, Date creationDate,
          Date disbandmentDate, int faculty, String number, int plan,
          int speciality) {
        Group group = new Group(chair, course, creationDate, disbandmentDate,
            faculty, number, plan, speciality);
        return (Group) getHibernateTemplate().save(group);
      }
    View Full Code Here

    Examples of projectatlast.group.Group

        query.setGroups(null);
        for (String groupId : groupIds) {
          GroupField groupField = GroupField.fromId(groupId.trim());
          // If group field is valid, add it
          if (groupField != null) {
            query.addGroup(new Group(groupField));
          }
        }
      }
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.