choco.kernel.solver.constraints.global.automata.fast_regular.structure
Class StoredDirectedMultiGraph

java.lang.Object
  extended by choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph

public class StoredDirectedMultiGraph
extends Object

Created by IntelliJ IDEA. User: julien Mail: julien.menana{at}emn.fr Date: Nov 4, 2009 Time: 1:07:19 PM


Nested Class Summary
 class StoredDirectedMultiGraph.Arcs
           
 
Field Summary
 StoredDirectedMultiGraph.Arcs GArcs
           
 choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph.Nodes GNodes
           
 
Constructor Summary
StoredDirectedMultiGraph(IEnvironment environment, AbstractIntSConstraint constraint, org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph, int[] starts, int[] offsets, int supportLength)
           
 
Method Summary
 StoredIndexedBipartiteSetWithOffset getSupport(int i, int j)
           
 void removeArc(int arcId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GNodes

public choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph.Nodes GNodes

GArcs

public StoredDirectedMultiGraph.Arcs GArcs
Constructor Detail

StoredDirectedMultiGraph

public StoredDirectedMultiGraph(IEnvironment environment,
                                AbstractIntSConstraint constraint,
                                org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
                                int[] starts,
                                int[] offsets,
                                int supportLength)
Method Detail

getSupport

public final StoredIndexedBipartiteSetWithOffset getSupport(int i,
                                                            int j)

removeArc

public void removeArc(int arcId)
               throws ContradictionException
Throws:
ContradictionException


Copyright © 2012. All Rights Reserved.