Log4j 1.1

Uses of Class
pl.psnc.expres.model.edge.EdgeValue

Packages that use EdgeValue
pl.psnc.expres.model.experiment   
pl.psnc.expres.model.util   
 

Uses of EdgeValue in pl.psnc.expres.model.experiment
 

Methods in pl.psnc.expres.model.experiment that return types with arguments of type EdgeValue
 java.util.List<EdgeValue> VlbiExperiment.getEdges()
          Get value of field: edges
 

Method parameters in pl.psnc.expres.model.experiment with type arguments of type EdgeValue
 void VlbiExperiment.setEdges(java.util.List<EdgeValue> edges)
          Set value of field: edges
 

Uses of EdgeValue in pl.psnc.expres.model.util
 

Methods in pl.psnc.expres.model.util that return EdgeValue
static EdgeValue EdgeHelper.getEndEdge(pl.psnc.graph.model.type.IResourceDecorator startResource, java.util.List<EdgeValue> edgeList)
          Get first matching end edge going from the given resource or null if no matching pair was found
static EdgeValue EdgeHelper.getStartEdge(pl.psnc.graph.model.type.IResourceDecorator endResource, java.util.List<EdgeValue> edgeList)
          Get first matching start edge going to given resource or null if no matching pair was found
 

Methods in pl.psnc.expres.model.util that return types with arguments of type EdgeValue
static java.util.List<EdgeValue> EdgeHelper.getAllEdges(pl.psnc.graph.model.type.IResourceDecorator startResource, pl.psnc.graph.model.type.IResourceDecorator endResource, java.util.List<EdgeValue> edgeList)
          Get list of all the matching edges between two given graph nodes or null if no matching pair was found.
 

Method parameters in pl.psnc.expres.model.util with type arguments of type EdgeValue
static java.util.List<EdgeValue> EdgeHelper.getAllEdges(pl.psnc.graph.model.type.IResourceDecorator startResource, pl.psnc.graph.model.type.IResourceDecorator endResource, java.util.List<EdgeValue> edgeList)
          Get list of all the matching edges between two given graph nodes or null if no matching pair was found.
static EdgeValue EdgeHelper.getEndEdge(pl.psnc.graph.model.type.IResourceDecorator startResource, java.util.List<EdgeValue> edgeList)
          Get first matching end edge going from the given resource or null if no matching pair was found
static EdgeValue EdgeHelper.getStartEdge(pl.psnc.graph.model.type.IResourceDecorator endResource, java.util.List<EdgeValue> edgeList)
          Get first matching start edge going to given resource or null if no matching pair was found
 


Log4j 1.1

Copyright 2007-2008 by VLAB