suvi.alg.policies
Interface PolicyClassesConstants


public interface PolicyClassesConstants

Contains arrays of all policy classes in this package.


Field Summary
static java.lang.Class[] COMPONENT_LAYOUT_DECORATORS
          An array of the following classes:
static java.lang.Class[] COMPONENT_LAYOUT_POLICIES
          An array of the following classes: LinearComponentLayoutPolicy
static java.lang.Class[] EDGE_ROUTING_DECORATORS
          An array of the following classes:
static java.lang.Class[] EDGE_ROUTING_POLICIES
          An array of the following classes: SimplisticEdgeRoutingPolicy SplineEdgeRoutingPolicy
static java.lang.Class[] NODE_ORDERING_DECORATORS
          An array of the following classes: NodeOrderingPolicyWithTransposeDecorator
static java.lang.Class[] NODE_ORDERING_POLICIES
          An array of the following classes: HeuristicNodeOrderingPolicy SimplisticNodeOrderingPolicy
static java.lang.Class[] NODE_POSITIONING_DECORATORS
          An array of the following classes:
static java.lang.Class[] NODE_POSITIONING_POLICIES
          An array of the following classes: HeuristicNodePositioningPolicy OptimalNodePositioningPolicy SimplisticCenteringNodePositioningPolicy SimplisticNodePositioningPolicy
static java.lang.Class[] NODE_RANKING_DECORATORS
          An array of the following classes: NodeRankingPolicyWithGroupingDecorator NodeRankingPolicyWithPartialOrderDecorator
static java.lang.Class[] NODE_RANKING_POLICIES
          An array of the following classes: ExplicitNodeRankingPolicy OptimalNodeRankingPolicy SimplisticNodeRankingPolicy
 

Field Detail

COMPONENT_LAYOUT_DECORATORS

public static final java.lang.Class[] COMPONENT_LAYOUT_DECORATORS

An array of the following classes:


COMPONENT_LAYOUT_POLICIES

public static final java.lang.Class[] COMPONENT_LAYOUT_POLICIES

An array of the following classes:


NODE_RANKING_DECORATORS

public static final java.lang.Class[] NODE_RANKING_DECORATORS

An array of the following classes:


NODE_RANKING_POLICIES

public static final java.lang.Class[] NODE_RANKING_POLICIES

An array of the following classes:


NODE_ORDERING_DECORATORS

public static final java.lang.Class[] NODE_ORDERING_DECORATORS

An array of the following classes:


NODE_ORDERING_POLICIES

public static final java.lang.Class[] NODE_ORDERING_POLICIES

An array of the following classes:


NODE_POSITIONING_DECORATORS

public static final java.lang.Class[] NODE_POSITIONING_DECORATORS

An array of the following classes:


NODE_POSITIONING_POLICIES

public static final java.lang.Class[] NODE_POSITIONING_POLICIES

An array of the following classes:


EDGE_ROUTING_DECORATORS

public static final java.lang.Class[] EDGE_ROUTING_DECORATORS

An array of the following classes:


EDGE_ROUTING_POLICIES

public static final java.lang.Class[] EDGE_ROUTING_POLICIES

An array of the following classes: