Uses of Package
kieker.webgui.service.impl.utility.model

Packages that use kieker.webgui.service.impl.utility.model
kieker.webgui.service.impl.utility This package contains utility classes used by the service implementation. 
kieker.webgui.service.impl.utility.converter   
kieker.webgui.service.impl.utility.model   
 

Classes in kieker.webgui.service.impl.utility.model used by kieker.webgui.service.impl.utility
Graph
          This class represents the whole graph that needs to be layouted.
Node
          Objects of this class represent nodes within a Graph, that may or may not have any number of Ports.
Port
          Objects of this class represent a single Port of a Node.
 

Classes in kieker.webgui.service.impl.utility.model used by kieker.webgui.service.impl.utility.converter
Graph
          This class represents the whole graph that needs to be layouted.
 

Classes in kieker.webgui.service.impl.utility.model used by kieker.webgui.service.impl.utility.model
Edge
          Objects of this class represent directed edges between Ports or Nodes without Ports.
Graph
          This class represents the whole graph that needs to be layouted.
Node
          Objects of this class represent nodes within a Graph, that may or may not have any number of Ports.
Point
          A simple 2-dimensional integer point, used for storing positions of any relevant graph component.
Port
          Objects of this class represent a single Port of a Node.
 



Copyright © 2015. All rights reserved.