JML

Uses of Class
org.jmlspecs.samples.digraph.SearchableDigraph

Packages that use SearchableDigraph
org.jmlspecs.samples.digraph This package contains samples of JML specifications for directed graphs. 
 

Uses of SearchableDigraph in org.jmlspecs.samples.digraph
 

Constructors in org.jmlspecs.samples.digraph with parameters of type SearchableDigraph
SearchableDigraph_JML_Test.TestDFS(SearchableDigraph receiver$)
          Initialize this instance.
SearchableDigraph_JML_Test.TestDFSVisit(SearchableDigraph receiver$, SearchableNode u)
          Initialize this instance.
SearchableDigraph_JML_Test.TestTranspose(SearchableDigraph receiver$)
          Initialize this instance.
SearchableDigraph_JML_Test.TestAddNode(SearchableDigraph receiver$, NodeType arg1)
          Initialize this instance.
SearchableDigraph_JML_Test.TestRemoveNode(SearchableDigraph receiver$, NodeType arg1)
          Initialize this instance.
SearchableDigraph_JML_Test.TestAddArc(SearchableDigraph receiver$, NodeType arg1, NodeType arg2)
          Initialize this instance.
SearchableDigraph_JML_Test.TestRemoveArc(SearchableDigraph receiver$, NodeType arg1, NodeType arg2)
          Initialize this instance.
SearchableDigraph_JML_Test.TestIsNode(SearchableDigraph receiver$, NodeType arg1)
          Initialize this instance.
SearchableDigraph_JML_Test.TestIsArc(SearchableDigraph receiver$, NodeType arg1, NodeType arg2)
          Initialize this instance.
SearchableDigraph_JML_Test.TestIsAPath(SearchableDigraph receiver$, NodeType arg1, NodeType arg2)
          Initialize this instance.
SearchableDigraph_JML_Test.TestToString(SearchableDigraph receiver$)
          Initialize this instance.
SearchableDigraph_JML_Test.TestUnconnected(SearchableDigraph receiver$, NodeType arg1)
          Initialize this instance.
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.