Uses of Class
org.drools.reteoo.BaseVertex

Packages that use BaseVertex
org.drools.eclipse.editors.rete   
org.drools.eclipse.editors.rete.commands   
org.drools.eclipse.editors.rete.model   
org.drools.reteoo   
 

Uses of BaseVertex in org.drools.eclipse.editors.rete
 

Methods in org.drools.eclipse.editors.rete with parameters of type BaseVertex
 void Row.add(BaseVertex vertex)
          Adds new vertex to this row.
 void RowList.add(int depth, BaseVertex vertex)
          Adds new vertex to specified depth
static RowList ReteooLayoutFactory.calculateReteRows(BaseVertex root)
          Calculates layouting for provided graph.
 boolean Row.contains(BaseVertex vertex)
           
 int RowList.getColumn(BaseVertex vertex)
           
 int RowList.getRow(BaseVertex vertex)
          Finds specified vertex from the rows.
 

Uses of BaseVertex in org.drools.eclipse.editors.rete.commands
 

Constructors in org.drools.eclipse.editors.rete.commands with parameters of type BaseVertex
NodeSetConstraintCommand(BaseVertex vertex, org.eclipse.gef.requests.ChangeBoundsRequest req, org.eclipse.draw2d.geometry.Rectangle newBounds)
          Create a command that can resize and/or move a vertex.
 

Uses of BaseVertex in org.drools.eclipse.editors.rete.model
 

Fields in org.drools.eclipse.editors.rete.model declared as BaseVertex
protected  BaseVertex VertexPropertySource.vertex
           
 

Methods in org.drools.eclipse.editors.rete.model that return BaseVertex
 BaseVertex Connection.getOpposite(BaseVertex vertex)
          Gets opposite of specified vertex.
 BaseVertex Connection.getSource()
          Returns the source endpoint of this connection.
 BaseVertex Connection.getTarget()
          Returns the target endpoint of this connection.
 

Methods in org.drools.eclipse.editors.rete.model with parameters of type BaseVertex
 boolean ReteGraph.addChild(BaseVertex vertex)
          Add new BaseVertex to the graph
 BaseVertex Connection.getOpposite(BaseVertex vertex)
          Gets opposite of specified vertex.
 boolean ReteGraph.removeChild(BaseVertex vertex)
          Remove a vertex from this graph
 

Constructors in org.drools.eclipse.editors.rete.model with parameters of type BaseVertex
Connection(BaseVertex source, BaseVertex target)
          Creating a connection between two distinct vertices.
VertexPropertySource(BaseVertex vertex)
          Constructor initializing properties from vertex
 

Uses of BaseVertex in org.drools.reteoo
 

Subclasses of BaseVertex in org.drools.reteoo
 class AccumulateNodeVertex
          Wraps AccumulateNode and adds visual extras like color information
 class AlphaNodeVertex
          Wraps AlphaNode and adds visual extras like color information
 class EntryPointNodeVertex
          Wraps ObjectTypeNode and adds visual extras like color information
 class EvalConditionNodeVertex
          Wraps EvalConditionNode and adds visual extras like color information
 class ExistsNodeVertex
          Wraps ExistsNode and adds visual extras like color information
 class FromNodeVertex
          Wraps FromNode and adds visual extras like color information
 class JoinNodeVertex
          Wraps JoinNode and adds visual extras like color information
 class LeftInputAdapterNodeVertex
          Wraps LeftInputAdapterNode and adds visual extras like color information
 class NotNodeVertex
          Wraps NotNode and adds visual extras like color information
 class ObjectTypeNodeVertex
          Wraps ObjectTypeNode and adds visual extras like color information
 class PropagationQueuingNodeVertex
          Wraps ObjectTypeNode and adds visual extras like color information
 class QueryTerminalNodeVertex
          Wraps QueryTerminalNode and adds visual extras like color information
 class ReteVertex
          Wraps Rete and adds visual extras like color information
 class RightInputAdapterNodeVertex
          Wraps RightInputAdapterNode and adds visual extras like color information
 class RuleTerminalNodeVertex
          Wraps TerminalNode and adds visual extras like color information
 

Methods in org.drools.reteoo that return BaseVertex
 BaseVertex ReteooVisitor.getRootVertex()
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.