Examples of Direction

@author Portet to jme3 by user starcom "Paul Kashofer Austria" @see ImageGraphics
  • com.limelight.input.gamepad.SourceComponent.Direction
  • com.persistit.Key.Direction
  • com.sap.hadoop.windowing.query2.specification.WindowFrameSpec.Direction
  • com.sencha.gxt.core.client.Style.Direction
  • com.sk89q.worldedit.util.Direction
  • com.tinkerpop.blueprints.Direction
  • com.tinkerpop.gremlin.structure.Direction
  • dbfit.util.Direction
  • edu.cmu.cs.stage3.alice.core.Direction
  • edu.stanford.nlp.trees.CollinsRelation.Direction
  • etch.compiler.opt.Direction
    Option which sets the direction of a message ([client->]server, [server->]client, or both.
  • games.stendhal.common.Direction
  • maze.model.Direction
  • models.enumeration.Direction
  • net.sf.minuteProject.configuration.bean.model.data.constant.Direction
  • org.apache.abdera.i18n.text.Bidi.Direction
  • org.apache.etch.compiler.opt.Direction
    Option which sets the direction of a message ([client->]server, [server->]client, or both.
  • org.apache.hadoop.gateway.filter.rewrite.api.UrlRewriter.Direction
  • org.apache.hadoop.hive.ql.parse.WindowingSpec.Direction
  • org.apache.jackrabbit.api.security.user.QueryBuilder.Direction
  • org.apache.metamodel.query.OrderByItem.Direction
  • org.apache.pivot.wtk.Direction
  • org.apache.tapestry.spec.Direction
    Represents different types of parameters. Currently only in and custom are supported, but this will likely change when Tapestry supports out parameters is some form (that reflects form style processing). @author Howard Lewis Ship @version $Id: Direction.java 243791 2004-02-19 17:38:13Z hlship $ @since 2.0.3
  • org.apache.woden.wsdl20.enumeration.Direction
    This class defines the values of the {direction} property of InterfaceMessageReference and InterfaceFaultReference. This property indicates whether a message is coming "in" to the service or going "out" from the service.

    The property is represented in XML by the message or fault reference element's tag name:

    This class uses the typesafe enum pattern. Applications should use the public static final constants defined in this class to specify or to evaluate direction.

    Examples:

     msgRef.setDirection(Direction.IN); if(msgRef.getDirection() == Direction.IN) ... if(msgRef.getDirection().equals(Direction.IN)) ... Note that == and .equals() are equivalent. 
    TODO if extensibility is required, chg ctor to protected @author jkaputin@apache.org
  • org.apache.woden.wsdl20.extensions.rpc.Direction
    Direction is a typesafe enumeration of the four possible values, #in, #out, #inout, and #return. @author Arthur Ryman (ryman@ca.ibm.com)
  • org.chromium.debug.core.model.BreakpointSynchronizer.Direction
  • org.eclipse.egit.core.synchronize.ThreeWayDiffEntry.Direction
  • org.freerealm.map.Direction
    @author Deniz ARIKAN
  • org.gnubridge.core.Direction
  • org.gocha.collection.graph.Path.Direction
  • org.japura.gui.Gradient.Direction
  • org.jboss.ws.metadata.wsdl.WSDLRPCSignatureItem.Direction
  • org.jdesktop.swingx.JXBusyLabel.Direction
  • org.jemmy.interfaces.Caret.Direction
  • org.jpacman.framework.model.Direction
  • org.kite9.diagram.position.Direction
    Formats are used to turn sentences into diagram objects. For example, "Cathy goes shopping" could be represented on in ADL as glyphs for Cathy and Shopping, and an Arrow for goes. The format manages this conversion. @author moffatr
  • org.maltparserx.core.syntaxgraph.headrules.Direction
  • org.meb.speedway.SortOrder.Direction
  • org.mokai.Message.Direction
  • org.neo4j.graphdb.Direction
  • org.openhab.binding.tcp.Direction
  • org.openstreetmap.josm.gui.dialogs.relation.sort.WayConnectionType.Direction
  • org.owasp.passfault.keyboard.Key.Direction
  • org.pokenet.server.backend.entity.Positionable.Direction
  • org.pshdl.interpreter.VariableInformation.Direction
  • org.rascalmpl.interpreter.TraversalEvaluator.DIRECTION
  • org.sfaci.jumper2dx.characters.Platform.Direction
  • org.springframework.data.domain.Sort.Direction
  • org.teiid.language.Argument.Direction
  • org.terasology.math.Direction
  • org.zaproxy.zap.extension.websocket.WebSocketMessage.Direction
  • pivot.wtk.Direction
  • zelda.karacter.Direction

  • Examples of com.tinkerpop.gremlin.structure.Direction

                        current.iterators().propertyIterator().forEachRemaining(p -> createVertexProperty(graphToWriteTo, v, p, false));
                        current.iterators().hiddenPropertyIterator().forEachRemaining(p -> createVertexProperty(graphToWriteTo, v, p, true));

                        // the gio file should have been written with a direction specified
                        final boolean hasDirectionSpecified = input.readBoolean();
                        final Direction directionInStream = kryo.readObject(input, Direction.class);
                        final Direction directionOfEdgeBatch = kryo.readObject(input, Direction.class);

                        // graph serialization requires that a direction be specified in the stream and that the
                        // direction of the edges be OUT
                        if (!hasDirectionSpecified || directionInStream != Direction.OUT || directionOfEdgeBatch != Direction.OUT)
                            throw new IllegalStateException(String.format("Stream must specify edge direction and that direction must be %s", Direction.OUT));
    View Full Code Here

    Examples of dbfit.util.Direction

                paramList = rs.getString(1);
                rs.close();
            }

            int position = 0;
            Direction direction = Direction.INPUT;
            String paramName;
            String dataType;
            String token;
            Map<String, DbParameterAccessor> allParams = new HashMap<String, DbParameterAccessor>();
    View Full Code Here

    Examples of edu.cmu.cs.stage3.alice.core.Direction

      }
      public class RuntimeMoveAnimation extends RuntimeDirectionAmountTransformAnimation {
        private javax.vecmath.Vector3d m_vector;
        private javax.vecmath.Vector3d m_vectorPrev;
        protected javax.vecmath.Vector3d getVector() {
          Direction directionValue = MoveAnimation.this.direction.getDirectionValue();
          double amountValue = MoveAnimation.this.amount.doubleValue();
          if( directionValue!=null && !Double.isNaN( amountValue ) ) {
            javax.vecmath.Vector3d v = edu.cmu.cs.stage3.math.MathUtilities.multiply( directionValue.getMoveAxis(), amountValue );
            if( MoveAnimation.this.isScaledBySize.booleanValue() ) {
              javax.vecmath.Vector3d subjectSize = m_subject.getSize();
              v.x *= subjectSize.x;
              v.y *= subjectSize.y;
              v.z *= subjectSize.z;
    View Full Code Here

    Examples of edu.stanford.nlp.trees.CollinsRelation.Direction

              mustProcessRoot = false;
              final CoreLabel startLabel = makeStartLabel(startSymbol);
              deps.add(new CollinsDependency(new CoreLabel(head.label()), startLabel, new CollinsRelation(startSymbol, startSymbol, node.value(), Direction.Right)));
            }

            Direction dir = Direction.Left;
            for(final Tree daughter : node.children()) {

              if(daughter.equals(headDaughter)) {
                dir = Direction.Right;
    View Full Code Here

    Examples of etch.compiler.opt.Direction

        Opt o = getOpt( "Direction" );

        if (o == null)
          return MessageDirection.SERVER;

        Direction d = (Direction) o;
        return d.getMessageDirection();
      }
    View Full Code Here

    Examples of games.stendhal.common.Direction

        }
        if (diff.has("y")) {
          newY = diff.getInt("y");
        }

        Direction temp_direction;

        if (diff.has("dir")) {
          temp_direction = Direction.build(diff.getInt("dir"));
          setDirection(temp_direction);
          fireChange(PROP_DIRECTION);
    View Full Code Here

    Examples of maze.model.Direction

        */
       @Override
       public RobotStep nextStep()
       {
          RobotStep next;
          Direction nextDirection;
          Direction currentDirection = robotLocation.getDirection();
          if (moveQueue.isEmpty())
          {
             if (getExplored() == false)
             {
                checkWalls();
                setExplored();
             }
             if (atGoal() == true)
             {
                if ( (goal == TO_CENTER) && (speedRunCapable == false))
                {
                   speedRunCapable = true;
                   blockOutCenter();
                }
                goal = !goal;
                floodfill();
             }
             nextDirection = getBestDirection();
             turbo = getNeighborExplored(nextDirection);
             if (nextDirection == currentDirection)
             {
                next = RobotStep.MoveForward;
             }
             else if (nextDirection == currentDirection.getLeft())
             {
                next = RobotStep.RotateLeft;
                moveQueue.add(RobotStep.MoveForward);
             }
             else if (nextDirection == currentDirection.getRight())
             {
                next = RobotStep.RotateRight;
                moveQueue.add(RobotStep.MoveForward);
             }
             else
    View Full Code Here

    Examples of models.enumeration.Direction

            }

            CommentThread.ThreadState threadState = CommentThread.ThreadState.valueOf(state.toUpperCase());
            el.eq("state", threadState);

            Direction direction = Direction.valueOf(orderDir.toUpperCase());
            if (StringUtils.isNotBlank(orderBy)) {
                el.orderBy(orderBy + " " + direction.name());
            }

            if (StringUtils.isNotBlank(filter)) {
                Junction<CommentThread> junction = el.disjunction();
                junction.icontains("reviewComments.contents", filter)
    View Full Code Here

    Examples of net.sf.minuteProject.configuration.bean.model.data.constant.Direction

        }
      }
     
      protected void generateArtifactsByFunction(Template template, Direction... direction) throws MinuteProjectException
        for (Function function : getModel().getDataModel().getDatabase().getFunctions()) {
          Direction functionDirection = function.getDirection();
          for (Direction dir : direction) { // dir has to be put in the correct order IN or OUT before NONE, INOUT
            if (dir.equals(functionDirection)) {
              writeTemplateResult(function.getEntity(dir), template);
              break;
            }
    View Full Code Here

    Examples of org.apache.abdera.i18n.text.Bidi.Direction

            return (parentlang == null && lang != null) || (lang != null && parentlang != null && !parentlang
                .equalsIgnoreCase(lang));
        }

        private static boolean needToWriteDir(Element element) {
            Direction parentdir = Direction.UNSPECIFIED;
            Direction dir = BidiHelper.getDirection(element);
            if (element.getParentElement() != null) {
                Base parent = element.getParentElement();
                if (parent instanceof Element)
                    parentdir = BidiHelper.getDirection((Element)parent);
            }
            return dir != Direction.UNSPECIFIED && !dir.equals(parentdir);
        }
    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.