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.geotools.xml.schema.Group

            cache.min = this.minOccurs;
            cache.max = this.maxOccurs;
            cache.child = (this.child == null) ? null
                  : this.child.compress(parent); // deal with all/choice/sequnce
            if (ref != null) {
                Group g = parent.lookUpGroup(ref);
                if (g != null) {
                    if ((id == null) || "".equalsIgnoreCase(id)) {
                        id = g.getId();
                    }

                    cache.min = g.getMinOccurs();
                    cache.max = g.getMaxOccurs();
                    cache.name = g.getName();
                    cache.namespace = g.getNamespace();
                   
                    cache.child = (g.getChild() == null) ? cache.child : g.getChild();
                }
            }

            child = null;
    View Full Code Here

    Examples of org.gephi.graph.api.Group

                List<ModelImpl> hulls = new ArrayList<ModelImpl>();
                Node[] nodes = graph.getNodes().toArray();
                for (Node n : nodes) {
                    Node parent = graph.getParent(n);
                    if (parent != null) {
                        Group group = (Group) parent;
                        Model hullModel = group.getGroupData().getHullModel();
                        if (hullModel != null && hullModel.isCacheMatching(cacheMarker)) {
                            ConvexHull hull = (ConvexHull) hullModel.getObj();
                            hull.addNode(n);
                            hull.setModel(hullModel);
                        } else if (hullModel != null) {
                            //Its not the first time the hull exist
                            ConvexHullModel model = (ConvexHullModel) hullModel;
                            model.setScale(1f);
                            hullModel.setCacheMarker(cacheMarker);
                            hulls.add((ModelImpl) hullModel);
                        } else {
                            ConvexHull ch = new ConvexHull();
                            ch.setMetaNode(parent);
                            ch.addNode(n);
                            ModelImpl obj = potInit.initModel(ch);
                            group.getGroupData().setHullModel(obj);
                            obj.setCacheMarker(cacheMarker);
                            hulls.add(obj);
                        }
                    }
                }
    View Full Code Here

    Examples of org.glassfish.security.common.Group

          // Build the Subject
          Set<Principal> principals = _subject.getPrincipals();
          principals.add(new PrincipalImpl(user));
          if (groups != null) {
            for (String group: groups) {
              principals.add(new Group(group));
            }
          }
        }
        // Return the impersonated Subject
    View Full Code Here

    Examples of org.globus.workspace.client_core.repr.Group

                workspace.setContextMemberEPR(contextEPR);

                workspaceList.add(workspace);
            }

            final Group group = new Group();

            group.setGroupEPR(groupEPR);
            group.setEnsembleMemberEPR(ensembleEPR);
            group.setContextMemberEPR(contextEPR);

            final Workspace[] workspaces =
                    (Workspace[]) workspaceList.toArray(
                                        new Workspace[workspaceList.size()]);

            group.setWorkspaces(workspaces);

            return group;
        }
    View Full Code Here

    Examples of org.globus.workspace.groupauthz.Group

            }
            return gson.toJson(vmts);
        }

        public String getAllVMsByGroupId(String groupId) throws RemoteException {
            Group group = getGroupByGroupId(groupId);
            VM[] vms = getAllVMsByGroup(group);

            if(vms == null)
                return null;
    View Full Code Here

    Examples of org.gumtree.data.gdm.core.Group

      {
        HashMap<String, String> dico = new HashMap<String, String>();
        DataItem item;
        List<?> dataItems;
        List<?> groups;
        Group group;

        // Get all data nodes (means NeXus dataset) sons of currently opened node
        dataItems = curGroup.getDataItems();

        // Add each node to the dictionary
    View Full Code Here

    Examples of org.hibernate.test.sql.hand.Group

        Transaction t = s.beginTransaction();
        Person gavin = new Person( "Gavin" );
        Person max = new Person( "Max" );
        Person pete = new Person( "Pete" );

        Group hibernate = new Group( "Hibernate" );
        Group seam = new Group( "Seam" );

        s.persist( gavin );
        s.persist( max );
        s.persist( pete );
        s.persist( seam );
        s.persist( hibernate );

        hibernate.getPersons().add( gavin );
        hibernate.getPersons().add( max );
        seam.getPersons().add( gavin );
        seam.getPersons().add( pete );

        s.flush();
        s.clear();

        // todo : see http://opensource.atlassian.com/projects/hibernate/browse/HHH-3908
    //    String sqlStr = "SELECT {groupp.*} , {gp.*} " +
    //        "FROM GROUPP groupp, GROUP_PERSON gp, PERSON person WHERE groupp.ID = gp.GROUP_ID and person.PERID = gp.PERSON_ID";
    //
    //    List l = s.createSQLQuery( sqlStr )
    //        .addEntity("groupp", Group.class)
    //        .addJoin("gp","groupp.persons")
    //        .list();
        List l = s.getNamedQuery( "manyToManyFetch" ).list();
        //assertEquals( 2, l.size() );

        t.commit();
        s.close();

        s = openSession();
        t = s.beginTransaction();

        seam.getPersons().remove( gavin );
        seam.getPersons().remove( pete );

        hibernate.getPersons().remove( gavin );
        hibernate.getPersons().remove( max );

        s.delete( seam );
    View Full Code Here

    Examples of org.hibernate.validation.engine.groups.Group

        // process first single groups. For these we can skip some object traversal, by first running all validations on the current bean
        // before traversing the object.
        Iterator<Group> groupIterator = groupChain.getGroupIterator();
        while ( groupIterator.hasNext() ) {
          Group group = groupIterator.next();
          localExecutionContext.setCurrentGroup( group.getGroup() );
          validateConstraintsForCurrentGroup( context, localExecutionContext, path );
        }
        groupIterator = groupChain.getGroupIterator();
        while ( groupIterator.hasNext() ) {
          Group group = groupIterator.next();
          localExecutionContext.setCurrentGroup( group.getGroup() );
          validateCascadedConstraints( context, localExecutionContext, path );
        }

        // now we process sequences. For sequences I have to traverse the object graph since I have to stop processing when an error occurs.
        Iterator<List<Group>> sequenceIterator = groupChain.getSequenceIterator();
        while ( sequenceIterator.hasNext() ) {
          List<Group> sequence = sequenceIterator.next();
          for ( Group group : sequence ) {
            int numberOfViolations = context.getFailingConstraints().size();
            localExecutionContext.setCurrentGroup( group.getGroup() );

            validateConstraintsForCurrentGroup( context, localExecutionContext, path );
            validateCascadedConstraints( context, localExecutionContext, path );

            if ( context.getFailingConstraints().size() > numberOfViolations ) {
    View Full Code Here

    Examples of org.hibernate.validator.engine.groups.Group

        //this method is at the root of validateProperty calls, share the same cachedTR
        TraversableResolver cachedResolver = getCachingTraversableResolver();

        Iterator<Group> groupIterator = groupChain.getGroupIterator();
        while ( groupIterator.hasNext() ) {
          Group group = groupIterator.next();
          validatePropertyForGroup(
              object,
              propertyPath,
              failingConstraintViolations,
              metaConstraints,
    View Full Code Here

    Examples of org.hibernate.validator.internal.engine.groups.Group

        // process first single groups. For these we can optimise object traversal by first running all validations on the current bean
        // before traversing the object.
        Iterator<Group> groupIterator = validationOrder.getGroupIterator();
        while ( groupIterator.hasNext() ) {
          Group group = groupIterator.next();
          valueContext.setCurrentGroup( group.getDefiningClass() );
          validateConstraintsForCurrentGroup( context, valueContext );
          if ( shouldFailFast( context ) ) {
            return context.getFailingConstraints();
          }
        }
        groupIterator = validationOrder.getGroupIterator();
        while ( groupIterator.hasNext() ) {
          Group group = groupIterator.next();
          valueContext.setCurrentGroup( group.getDefiningClass() );
          validateCascadedConstraints( context, valueContext );
          if ( shouldFailFast( context ) ) {
            return context.getFailingConstraints();
          }
        }

        // now we process sequences. For sequences I have to traverse the object graph since I have to stop processing when an error occurs.
        Iterator<Sequence> sequenceIterator = validationOrder.getSequenceIterator();
        while ( sequenceIterator.hasNext() ) {
          Sequence sequence = sequenceIterator.next();
          for ( Group group : sequence.getComposingGroups() ) {
            int numberOfViolations = context.getFailingConstraints().size();
            valueContext.setCurrentGroup( group.getDefiningClass() );

            validateConstraintsForCurrentGroup( context, valueContext );
            if ( shouldFailFast( context ) ) {
              return context.getFailingConstraints();
            }
    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.