fcmodeler.jsomap
Interface WGData

All Superinterfaces:
jsomap.data.Data
All Known Implementing Classes:
CycleWGData, FileWGData

public interface WGData
extends jsomap.data.Data

Version:
 
Author:
default

Method Summary
 WeightedGraph getWG(int index)
           
 void setWG(int index, WeightedGraph graph)
           
 
Methods inherited from interface jsomap.data.Data
count, get, set
 

Method Detail

getWG

public WeightedGraph getWG(int index)

setWG

public void setWG(int index,
                  WeightedGraph graph)