Uses of Class
pl.edu.pw.elka.pszt.inteligraph.model.VertexName

Packages that use VertexName
pl.edu.pw.elka.pszt.inteligraph.model   
pl.edu.pw.elka.pszt.inteligraph.view   
 

Uses of VertexName in pl.edu.pw.elka.pszt.inteligraph.model
 

Fields in pl.edu.pw.elka.pszt.inteligraph.model declared as VertexName
private  VertexName GraphParser.EdegBegin
           
private  VertexName GraphParser.EdegEnd
           
private  VertexName Subject.vertexName
           
 

Fields in pl.edu.pw.elka.pszt.inteligraph.model with type parameters of type VertexName
private  edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> InputGraph.g
           
private  edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> Model.graph
          Logiczny model grafu
 

Methods in pl.edu.pw.elka.pszt.inteligraph.model that return VertexName
 VertexName Subject.getVertexName()
          Zwarca nazwę(numer) wierzchołka
 

Methods in pl.edu.pw.elka.pszt.inteligraph.model that return types with arguments of type VertexName
 edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> InputGraph.getGraph()
           
 edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> Model.getGraph()
           
private  java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> Model.getGraphEdges()
          Na podstawie nazwy krawędzi ustala i tworzy listę par wierzchołków krawędzi.
 

Methods in pl.edu.pw.elka.pszt.inteligraph.model with parameters of type VertexName
 void InputGraph.addNewEdge(java.lang.String edegName, VertexName begin, VertexName end)
           
 void InputGraph.addNewVertex(VertexName vertex)
           
 java.awt.Point SubjectCollection.getPoint(VertexName first)
           
 

Method parameters in pl.edu.pw.elka.pszt.inteligraph.model with type arguments of type VertexName
private  int Model.calculateCrossing(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList)
           
private  int Model.calculateCrossing(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList)
           
private  boolean Model.checkPoints(edu.uci.ics.jung.graph.util.Pair<VertexName> p1, edu.uci.ics.jung.graph.util.Pair<VertexName> p2)
          Sprawdza czy dwie pary punktów są takie same.
private  boolean Model.checkPoints(edu.uci.ics.jung.graph.util.Pair<VertexName> p1, edu.uci.ics.jung.graph.util.Pair<VertexName> p2)
          Sprawdza czy dwie pary punktów są takie same.
private  double Model.edgeDistanseToVertex(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList, java.util.Collection<VertexName> vertexCollection, int distance)
           
private  double Model.edgeDistanseToVertex(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList, java.util.Collection<VertexName> vertexCollection, int distance)
           
private  double Model.edgeDistanseToVertex(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList, java.util.Collection<VertexName> vertexCollection, int distance)
           
private  int Model.edgeLengthVariation(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList, double avg)
           
private  int Model.edgeLengthVariation(java.util.Map<VertexName,java.awt.Point> map, java.util.List<edu.uci.ics.jung.graph.util.Pair<VertexName>> vertexPairList, double avg)
           
private  Population Model.generateFirstPopulation(java.util.Collection<VertexName> verticies, java.lang.Integer mi)
           
 

Constructors in pl.edu.pw.elka.pszt.inteligraph.model with parameters of type VertexName
Subject(VertexName vertex, java.awt.Point point, Deviation deviationX, Deviation deviationY)
           
 

Uses of VertexName in pl.edu.pw.elka.pszt.inteligraph.view
 

Fields in pl.edu.pw.elka.pszt.inteligraph.view with type parameters of type VertexName
private  edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> GraphView.graph
           
private  edu.uci.ics.jung.algorithms.layout.Layout<VertexName,java.lang.String> GraphView.layout
           
private  java.util.Map<VertexName,java.awt.geom.Point2D> GraphView.map
           
private  org.apache.commons.collections15.Transformer<VertexName,java.awt.geom.Point2D> GraphView.trans
           
private  edu.uci.ics.jung.visualization.VisualizationViewer<VertexName,java.lang.String> GraphView.visualizationViewer
           
 

Methods in pl.edu.pw.elka.pszt.inteligraph.view that return types with arguments of type VertexName
 edu.uci.ics.jung.visualization.VisualizationViewer<VertexName,java.lang.String> GraphView.getVisualizationViewer()
          Zwraca widok utworzonego grafu, wraz z dołączoną obsługą myszki.
 

Method parameters in pl.edu.pw.elka.pszt.inteligraph.view with type arguments of type VertexName
 void View.setGraphView(edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> g, java.util.Map<VertexName,java.awt.geom.Point2D> m)
          Ustawia nowy graf, odświeża widok.
 void View.setGraphView(edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> g, java.util.Map<VertexName,java.awt.geom.Point2D> m)
          Ustawia nowy graf, odświeża widok.
 

Constructor parameters in pl.edu.pw.elka.pszt.inteligraph.view with type arguments of type VertexName
GraphView(edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> g, java.util.Map<VertexName,java.awt.geom.Point2D> m)
           
GraphView(edu.uci.ics.jung.graph.Graph<VertexName,java.lang.String> g, java.util.Map<VertexName,java.awt.geom.Point2D> m)