A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

genAsymGraph(int, double) - Static method in class edu.iu.pcl.absurdist.graph.GenGraphs
Tries to generate a random asymmetric graphs.
generateAuthorPublicationGraph(Object, Object) - Method in class edu.iu.iv.modeling.tarl.output.impl.JUNGGraphGenerator
Generates a author-publication graph of type JUNG Graph (edu.uci.ics.jung.graph.Graph) This graph has two types of vertices, one type representing the authors and another type representing the papers.
generateAuthorPublicationGraph(Object, Object) - Method in interface edu.iu.iv.modeling.tarl.output.GraphGenerator
 
generateCitationGraph() - Method in class edu.iu.iv.modeling.tarl.output.impl.JUNGGraphGenerator
Generates a co-citation graph of type JUNG Graph (edu.uci.ics.jung.graph.Graph) using the publication manager.
generateCitationGraph() - Method in interface edu.iu.iv.modeling.tarl.output.GraphGenerator
 
generateCoAuthorGraph() - Method in class edu.iu.iv.modeling.tarl.output.impl.JUNGGraphGenerator
Generates a co-author graph of type JUNG Graph (edu.uci.ics.jung.graph.Graph) using the author manager.
generateCoAuthorGraph() - Method in interface edu.iu.iv.modeling.tarl.output.GraphGenerator
 
generateGraph() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelGenerator
 
GenGraphs - class edu.iu.pcl.absurdist.graph.GenGraphs.
The main program for a test driver.
GenGraphs() - Constructor for class edu.iu.pcl.absurdist.graph.GenGraphs
 
get(int, int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.ObjectMatrixModel
Gets the element at the specified row and column.
get(int, int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.DoubleMatrixModel
Gets the element at the specified row and column.
get(int, int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModel
 
getAcceptableClass() - Method in class edu.iu.iv.core.property.Property
get the class that is to be used to describe this property.
getAge() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthor
Returns the age of the Author
getAgingEnabled() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns whether aging has been enabled for the model or not
getAgingEnabled() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns whether aging has been enabled for the model or not
getAllActiveAuthors(AuthorGroup) - Static method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorUtility
Filters out Authors that are deactivated.
getAllActiveAuthors(AuthorGroup) - Static method in class edu.iu.iv.modeling.tarl.author.AbstractAuthorUtility
Filters out Authors that are deactivated.
getAllCitedPublications(PublicationGroup) - Static method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationUtility
Returns the Group of Publications cited by the specified Group
getAllCitedPublications(PublicationGroup, int) - Static method in class edu.iu.iv.modeling.tarl.publication.AbstractPublicationUtility
Returns the Group of Publications cited by the specified Group uptil the specified level of references
getAllCitedPublications(PublicationGroup, int) - Static method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationUtility
Returns the Group of Publications cited by the specified Group uptil the specified level of references
getAllPlugins() - Method in interface edu.iu.iv.core.plugin.PluginRegistry
 
getAllPlugins() - Method in class edu.iu.iv.common.plugin.BasicPluginRegistry
 
getAllPropertiesSet() - Method in class edu.iu.iv.core.property.PropertyMap
Get all the PluginProperties that have been set in this map.
getAuthorParameters() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the ParametersInterface for the Author module of Tarl
getAuthorParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the AuthorParameters for the model
getAuthors() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorManager
Returns the group of Authors.
getAuthors() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorGroup
Returns the Group of Authors
getAuthors() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorDatabase
Returns the list of Authors in the Database
getAuthors() - Method in interface edu.iu.iv.modeling.tarl.publication.Publication
Returns the Authors who have collaborated for the Publication
getAuthors() - Method in interface edu.iu.iv.modeling.tarl.util.AuthorsTopicBucket
Returns the AuthorGroup that the AuthorsTopicBucket stores
getAuthors() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublication
Returns the Authors of the Publication
getAuthors() - Method in class edu.iu.iv.modeling.tarl.util.impl.DefaultAuthorsTopicBucket
Returns the AuthorGroup that the AuthorsTopicBucket stores
getAuthors() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorManager
Returns the group of Authors.
getAuthors() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorGroup
Returns the Collection of Authors in the Group
getAuthors() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorDatabase
Returns all the Authors in the database
getAverageDegree(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getAvgDegree() - Method in class edu.iu.iv.modeling.p2p.can.CanNetwork
Get average degree of the network
getAvgDegree() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridNetwork
Get average degree of the network
getAvgDegree() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Get average degree of the network
getAvgDegree() - Method in class edu.iu.iv.modeling.p2p.chord.ChordNetwork
Get average degree of the network
getAvgDegree() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetwork
Get average degree of the network
getCacheSize() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the number of nodes in the cache
getCacheSize() - Method in class edu.iu.iv.modeling.p2p.pru.PruAlgorithm
Returns the number of nodes in the cache
getCategory(int) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the ith concept category.
getCategoryIndex(String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the index of a concept category in the system.
getCategoryNum() - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the total number of concept categories in the system.
getCharacteristicPathLength(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.NetworkPaths
 
getCitations() - Method in interface edu.iu.iv.modeling.tarl.publication.Publication
Returns the citations of the Publication
getCitations() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublication
Returns the Citations of the Publication
getClusteringCoefficientMN(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getClusteringCoefficientWS(Network, int) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemo.TreeMapColorFunction
 
getColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo.DemoColorFunction
 
getColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemo.DemoColorFunction
 
getColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemo.DemoColorFunction
 
getColumnLabel(int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.ObjectMatrixModel
Gets the label for the specified column.
getColumnLabel(int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.DoubleMatrixModel
Gets the label for the specified column.
getColumnLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseObjectMatrixModel
 
getColumnLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModel
 
getColumnLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseObjectMatrixModel
 
getColumnLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseDoubleMatrixModel
 
getComponent() - Method in class edu.iu.iv.common.util.algorithmview.StringComponent
 
getComponent() - Method in class edu.iu.iv.common.util.algorithmview.IntComponent
 
getComponent() - Method in class edu.iu.iv.common.util.algorithmview.DoubleComponent
 
getComponent() - Method in class edu.iu.iv.common.util.algorithmview.BooleanComponent
 
getComponent() - Method in interface edu.iu.iv.common.util.algorithmview.AlgorithmViewComponent
grab the raw swing component associated w/ this component.
getComponent(Class) - Method in class edu.iu.iv.common.util.algorithmview.AlgorithmViewComponentRegistry
given the class to be edited returns an instantiated algorithm view component to be used for editing the data for that class. if there is no appropriate component then this will return null.
getConcept(int) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the ith concept.
getConcept(String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the concept with the specified name
getConcept1() - Method in class edu.iu.pcl.absurdist.absurdist.Relation
Returns the 1st concept in the relation.
getConcept2() - Method in class edu.iu.pcl.absurdist.absurdist.Relation
Returns the 2nd concept in the relation.
getConceptIndex(Concept) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the index of a concept in the system.
getConceptIndex(String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the index of a concept with the specified name.
getConceptNum() - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the total number of concepts in the system.
getConfigFile() - Method in class edu.iu.iv.common.BasicIVC
 
getConfigFile() - Method in class edu.iu.iv.core.IVC
get the config file for the system.
getDatabaseName() - Method in interface edu.iu.iv.core.persistence.DatabaseResourceDescriptor
Gets the name of the database.
getDefaultMenuPath() - Method in class edu.iu.iv.common.util.BasicURLPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.WattsStrogatzSmallWorldPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.preprocessing.PerlTermDocPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.NetworkAnalysisToolkitPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearchPlugin
 
getDefaultMenuPath() - Method in interface edu.iu.iv.core.plugin.Plugin
Gets this plugin's menu path, a "/"-delimited string which describes where in the GUI menu its menu item will be inserted.
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.common.plugin.BasicPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerancePlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.pru.PruPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.analysis.burst.BurstPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalkPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.chord.ChordPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.clustering.BetweennessCentralityPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.search.p2p.can.CanSearchPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the Default Menu Path for the TARL model
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerancePlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.gui.save.SavePlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.gui.load.LoadPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.DistortionDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemoPlugin
 
getDefaultMenuPath() - Method in class edu.iu.pcl.absurdist.AbsurdistPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.help.AboutPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetworkPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.gui.ExitPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutPlugin
 
getDefaultMenuPath() - Method in class edu.iu.iv.gui.preferences.PreferencesPlugin
 
getDegree() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridAlgorithm
Get the degree of nodes in the Hypergrid network
getDescription() - Method in class edu.iu.iv.common.util.BasicURLPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.WattsStrogatzSmallWorldPlugin
 
getDescription() - Method in class edu.iu.iv.preprocessing.PerlTermDocPlugin
 
getDescription() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerPlugin
 
getDescription() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.NetworkAnalysisToolkitPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutPlugin
 
getDescription() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearchPlugin
 
getDescription() - Method in interface edu.iu.iv.core.plugin.Plugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridPlugin
 
getDescription() - Method in class edu.iu.iv.common.plugin.BasicPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerancePlugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.pru.PruPlugin
 
getDescription() - Method in class edu.iu.iv.analysis.burst.BurstPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutPlugin
 
getDescription() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalkPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.chord.ChordPlugin
 
getDescription() - Method in class edu.iu.iv.clustering.BetweennessCentralityPlugin
 
getDescription() - Method in class edu.iu.iv.search.p2p.can.XmlFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class edu.iu.iv.search.p2p.can.CanSearchPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the description of the model
getDescription() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerancePlugin
 
getDescription() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelPlugin
 
getDescription() - Method in class edu.iu.iv.gui.save.SavePlugin
 
getDescription() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationPlugin
 
getDescription() - Method in class edu.iu.iv.gui.load.LoadPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutPlugin
 
getDescription() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.DistortionDemoPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemoPlugin
 
getDescription() - Method in class edu.iu.pcl.absurdist.AbsurdistPlugin
 
getDescription() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
 
getDescription() - Method in class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverPlugin
 
getDescription() - Method in class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerPlugin
 
getDescription() - Method in class edu.iu.iv.help.AboutPlugin
 
getDescription() - Method in class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelPlugin
 
getDescription() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetworkPlugin
 
getDescription() - Method in class edu.iu.iv.gui.ExitPlugin
 
getDescription() - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutPlugin
 
getDescription() - Method in class edu.iu.iv.gui.preferences.PreferencesPlugin
 
getDiameter(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.NetworkPaths
 
getEdgeWeightThresholdedGraph() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder
Not implemented yet
getEditableClass() - Method in class edu.iu.iv.common.util.algorithmview.StringComponent
 
getEditableClass() - Method in class edu.iu.iv.common.util.algorithmview.IntComponent
 
getEditableClass() - Method in class edu.iu.iv.common.util.algorithmview.DoubleComponent
 
getEditableClass() - Method in class edu.iu.iv.common.util.algorithmview.BooleanComponent
 
getEditableClass() - Method in interface edu.iu.iv.common.util.algorithmview.AlgorithmViewComponent
get the type that this component can be used to edit.
getEditorPane() - Method in class edu.iu.iv.common.gui.Console
 
getEndYear() - Method in interface edu.iu.iv.modeling.tarl.util.YearInformation
Returns the end year for the Model
getEndYear() - Method in class edu.iu.iv.modeling.tarl.util.impl.DefaultYearInformation
Returns the end year of the model
getErrorLogFile() - Method in class edu.iu.iv.common.BasicIVC
 
getErrorLogFile() - Method in class edu.iu.iv.common.logging.IVCLogManager
 
getErrorLogFile() - Method in class edu.iu.iv.core.IVC
Gets the file object representing the current log file.
getErrorLogger() - Method in class edu.iu.iv.common.BasicIVC
 
getErrorLogger() - Method in class edu.iu.iv.common.logging.IVCLogManager
 
getErrorLogger() - Method in class edu.iu.iv.core.IVC
Gets the logger associated with the IVC so that messages can be logged.
getExecuterParameters() - Method in interface edu.iu.iv.modeling.tarl.input.HelperParameters
Returns the ParametersInterface for the Executer module of Tarl
getExecuterParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultHelperParameters
Returns the ExecuterParameters for the model
getExtension(File) - Method in class edu.iu.iv.search.p2p.can.XmlFileFilter
Return the extension portion of the file's name .
getFailReason() - Method in class edu.iu.iv.modeling.p2p.can.CanNetwork
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearch
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridNetwork
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalk
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.modeling.p2p.chord.ChordNetwork
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.search.p2p.can.CanSearch
Get the reason because of which modelig failed
getFailReason() - Method in class edu.iu.iv.search.p2p.chord.ChordSearch
Get the reason because of which modelig failed
getFile() - Method in class edu.iu.iv.common.persistence.BasicFileResourceDescriptor
 
getFile() - Method in interface edu.iu.iv.core.persistence.FileResourceDescriptor
Gets the file represented by this resource descriptor.
getFileExtension() - Method in class edu.iu.iv.common.persistence.BasicFileResourceDescriptor
 
getFileExtension() - Method in interface edu.iu.iv.core.persistence.FileResourceDescriptor
Gets the extension of the file represented by this resource descriptor.
getFileName() - Method in class edu.iu.iv.common.persistence.BasicFileResourceDescriptor
 
getFileName() - Method in class edu.iu.iv.modeling.p2p.can.CanAlgorithm
This method gets the name of the file that stores the network graph
getFileName() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridAlgorithm
This method gets the name of the file that stores the network graph
getFileName() - Method in class edu.iu.iv.modeling.p2p.pru.PruAlgorithm
This method gets the name of the file that stores the network graph
getFileName() - Method in class edu.iu.iv.modeling.p2p.chord.ChordAlgorithm
This method gets the name of the file that stores the network graph
getFileName() - Method in interface edu.iu.iv.core.persistence.FileResourceDescriptor
Gets the name of the file.
getFilePath() - Method in class edu.iu.iv.common.persistence.BasicFileResourceDescriptor
 
getFilePath() - Method in interface edu.iu.iv.core.persistence.FileResourceDescriptor
Returns the path to the file.
getFillColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemo.TreeMapColorFunction
 
getFillColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo.DemoColorFunction
 
getFillColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemo.DemoColorFunction
 
getFillColor(VisualItem) - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemo.DemoColorFunction
 
getFingerTableSize() - Method in class edu.iu.iv.modeling.p2p.chord.ChordAlgorithm
This method gets the minimum number of nodes to which a node connects
getGraph() - Method in class edu.iu.iv.modeling.p2p.can.CanNetwork
This method returns the Graph object built on CAN network
getGraph() - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutAlgorithm
Get the network graph
getGraph() - Static method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayout
Get the network graph
getGraph() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearch
This method returns the graph on which search is performed
getGraph() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridNetwork
This method returns the Graph object built on HyperGrid network
getGraph() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerance
Get the graph representing the network
getGraph() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the network in the form of a graph
getGraph() - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutAlgorithm
Get the network graph
getGraph() - Static method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayout
Get the network graph
getGraph() - Method in class edu.iu.iv.modeling.p2p.chord.ChordNetwork
Get the Graph object representing the CHORD network
getGraph() - Method in class edu.iu.iv.clustering.BetweennessCentralityGUI
 
getGraph() - Method in class edu.iu.iv.search.p2p.can.CanSearchAlgorithm
This method returns the graph object on which the search is performed
getGraph() - Method in class edu.iu.iv.search.p2p.can.CanSearch
Get the graph on which search was performed
getGraph() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerance
Get the graph representing the network
getGraph() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.Network
 
getGraph() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationAlgorithm
Get the network graph
getGraph() - Static method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualization
Get the network graph
getGraph() - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutAlgorithm
Get the network graph
getGraph() - Static method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayout
Get the network graph
getGraph() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetwork
 
getGraph() - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutAlgorithm
Get the network graph
getGraph() - Static method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayout
Get the network graph
getGraphClass() - Method in class edu.iu.iv.modeling.tarl.output.impl.JUNGGraphGenerator
 
getGraphClass() - Method in interface edu.iu.iv.modeling.tarl.output.GraphGenerator
 
getHelperParameters() - Method in interface edu.iu.iv.modeling.tarl.input.MainParameters
Returns the module containing Parameters for the Helper module for Tarl
getHelperParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultMainParameters
Returns the HelperParameters for the model
getHistogram(Set, double, double, int, DistributionType) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getHostCache() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the host cache of nodes
getHostName() - Method in interface edu.iu.iv.core.persistence.DatabaseResourceDescriptor
Gets the host name on which the databse is hosted.
getIcon() - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getIcon() - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the icon for the TARL model
getId() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthor
Returns the id of the Author
getId() - Method in interface edu.iu.iv.modeling.tarl.publication.Publication
Returns the unique identifier assigned by the PublicationDatabaseInterface of the Publication as an integer
getId() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopic
Returns the id of the Topic
getId() - Method in interface edu.iu.iv.modeling.tarl.topic.Topic
Returns the unique identifier assigned by the TopicDatabaseInterface of the Topic as an integer
getId() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublication
Returns the id of the Publication
getId() - Method in interface edu.iu.iv.modeling.tarl.author.Author
Returns the unique identifier assigned by the AuthorDatabaseInterface of the Author as an integer
getIncomingClusteringCoefficient(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getInstance() - Static method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getInstance() - Static method in class edu.iu.iv.core.IVC
Gets the singleton instance of the IVC system.
getInstance() - Static method in class edu.iu.iv.toolkits.networkanalysistoolkit.util.Util
 
getInstance() - Static method in class edu.iu.iv.common.util.algorithmview.AlgorithmViewComponentRegistry
 
getInstantiableSubtypes(Class) - Method in class edu.iu.iv.common.util.JarScanner
Returns a list of the classes loaded by this scanner that are instantiable subtypes of the given supertype.
getIterator() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorGroup
Returns the Iterator over the Group of Authors
getIterator() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationGroup
Returns the Iterator over the Group of Publications.
getIterator() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicGroup
Returns the Iterator over the Group of Topics
getIterator() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicGroup
Returns the Iterator over the Group of Topics.
getIterator() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationGroup
Returns the Iterator over the Group of Publications
getIterator() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorGroup
Returns the Iterator over the Group of Authors.
getIVCLogManager() - Method in class edu.iu.iv.common.BasicIVC
 
getIVCLogManager() - Method in class edu.iu.iv.core.IVC
 
getIVCUserInterface() - Method in class edu.iu.iv.common.BasicIVC
 
getIVCUserInterface() - Method in class edu.iu.iv.core.IVC
Gets the IVC User Interface for the system.
getKey(int, int) - Static method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the key for the relations between concept i and j.
getKeywords() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopic
Returns the keywords of the Topic
getLabel() - Method in class edu.iu.pcl.absurdist.absurdist.Relation
Returns the label of the relation.
getLeft() - Method in class edu.iu.pcl.absurdist.gui.ConceptNode
Gets the x position of left-top corner.
getLeftTop() - Method in class edu.iu.pcl.absurdist.gui.ConceptNode
Gets the left-top point.
getLink(int, int, String) - Method in class edu.iu.pcl.absurdist.gui.ConceptGraph
Gets the relation link of the specified label between concept node i and concept node j.
getLinks(int, int) - Method in class edu.iu.pcl.absurdist.gui.ConceptGraph
Gets the relation link list between concept node i and concept node j.
getLogFile() - Method in class edu.iu.iv.common.logging.StreamLogger
 
getLogger() - Method in class edu.iu.iv.common.logging.StreamLogger
 
getLowerBound() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the minimum degree of nodes in the network
getLowerBound() - Method in class edu.iu.iv.modeling.p2p.pru.PruAlgorithm
Returns the minimum degree of nodes in the network
getMap() - Method in class edu.iu.pcl.absurdist.bnb.BranchAndBound
 
getMatrix() - Method in class edu.iu.pcl.absurdist.common.CorrespondenceVector
 
getMaxDegree() - Method in class edu.iu.iv.modeling.p2p.can.CanNetwork
Get max degree of the network
getMaxDegree() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridNetwork
Get max degree of the network
getMaxDegree() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Get max degree of the network
getMaxDegree() - Method in class edu.iu.iv.modeling.p2p.chord.ChordNetwork
Get max degree of the network
getMaxDegree() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetwork
Get max degree of the network
getMaxDgrConceptIdx() - Method in class edu.iu.pcl.absurdist.common.CSGI
The index of the node that has the largest degree.
getMaximumAge() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthor
Returns the maximum age of the AuthorgetMaximumAge() - Method in interface edu.iu.iv.modeling.tarl.input.AuthorParameters
Returns the maximum age of the Authors
getMaximumAge() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultAuthorParameters
Returns the maximum age of the authors
getMenuIcon() - Method in class edu.iu.iv.common.util.BasicURLPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.WattsStrogatzSmallWorldPlugin
 
getMenuIcon() - Method in class edu.iu.iv.preprocessing.PerlTermDocPlugin
 
getMenuIcon() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerPlugin
 
getMenuIcon() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.NetworkAnalysisToolkitPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutPlugin
 
getMenuIcon() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearchPlugin
 
getMenuIcon() - Method in interface edu.iu.iv.core.plugin.Plugin
Gets the menu icon to be shown on the menu for this plugin.
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridPlugin
 
getMenuIcon() - Method in class edu.iu.iv.common.plugin.BasicPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerancePlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.pru.PruPlugin
 
getMenuIcon() - Method in class edu.iu.iv.analysis.burst.BurstPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutPlugin
 
getMenuIcon() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalkPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.chord.ChordPlugin
 
getMenuIcon() - Method in class edu.iu.iv.clustering.BetweennessCentralityPlugin
 
getMenuIcon() - Method in class edu.iu.iv.search.p2p.can.CanSearchPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the menu icon for the TARL model
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerancePlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelPlugin
 
getMenuIcon() - Method in class edu.iu.iv.gui.save.SavePlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationPlugin
 
getMenuIcon() - Method in class edu.iu.iv.gui.load.LoadPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutPlugin
 
getMenuIcon() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.DistortionDemoPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemoPlugin
 
getMenuIcon() - Method in class edu.iu.pcl.absurdist.AbsurdistPlugin
 
getMenuIcon() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
 
getMenuIcon() - Method in class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverPlugin
 
getMenuIcon() - Method in class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerPlugin
 
getMenuIcon() - Method in class edu.iu.iv.help.AboutPlugin
 
getMenuIcon() - Method in class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelPlugin
 
getMenuIcon() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetworkPlugin
 
getMenuIcon() - Method in class edu.iu.iv.gui.ExitPlugin
 
getMenuIcon() - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutPlugin
 
getMenuIcon() - Method in class edu.iu.iv.gui.preferences.PreferencesPlugin
 
getMinDegree() - Method in class edu.iu.iv.modeling.p2p.can.CanNetwork
Get min degree of the network
getMinDegree() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridNetwork
Get min degree of the network
getMinDegree() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Get min degree of the network
getMinDegree() - Method in class edu.iu.iv.modeling.p2p.chord.ChordNetwork
Get min degree of the network
getMinDegree() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetwork
Get min degree of the network
getMinDgrConceptIdx() - Method in class edu.iu.pcl.absurdist.common.CSGI
The index of the node that has the lowest degree.
getModel(int) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the ith relation model.
getModel(String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the relation model with the specified label.
getModelIndex(RelationModel) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the index of a relation model in the system.
getModelIndex(String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the index of a relation model with the specified label.
getModelNum() - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the total number of relation models in the system.
getModelParameters() - Method in interface edu.iu.iv.modeling.tarl.input.InputReader
Returns the Model Parameters for the model to run.
getModelParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultInputReader
Returns the Model Parameters for the model to run.
getMutualConnectionCoefficient(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getName() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ThresholdVertexFilter
 
getName() - Method in class edu.iu.iv.core.property.Property
get the diaplayable name of the property.
getName() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopic
Returns the name of the Topic
getNei(int) - Method in class edu.iu.pcl.absurdist.common.CSGI
Returns the sorted list of nodes connected to the node j
getNeiPlus(int) - Method in class edu.iu.pcl.absurdist.common.CSGI
Returns the sorted list of nodes connected to the node j, plus j itself
getNetworkSize() - Method in class edu.iu.iv.modeling.p2p.can.CanAlgorithm
This method gets the size of the network
getNetworkSize() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearch
This method returns the network size
getNetworkSize() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridAlgorithm
This method gets the size of the network
getNetworkSize() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the size of the network
getNetworkSize() - Method in class edu.iu.iv.modeling.p2p.pru.PruAlgorithm
This method gets the size of the network
getNetworkSize() - Method in class edu.iu.iv.modeling.p2p.chord.ChordAlgorithm
This method gets the size of the network
getNetworkSize() - Method in class edu.iu.iv.search.p2p.can.CanSearch
Get size of the network
getNewInstance() - Static method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.NetworkPaths
 
getNewInstance() - Static method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder
 
getNewInstance() - Static method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getNext() - Method in class edu.iu.iv.search.p2p.bfs.QueueElement
This method returns the next element
getNextAuthor() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorDatabase
Returns the next Author in the database
getNextAuthor() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorDatabase
Returns the next Author in the database while iteration
getNextPublication() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationDatabase
Returns the next Publication in the database while iteration
getNextPublication() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationDatabase
Returns the next Publication in the database
getNextTopic() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicDatabase
Returns the next Topic in the database
getNextTopic() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicDatabase
Returns the next Topic in the database while iteration
getNode(int) - Method in class edu.iu.pcl.absurdist.gui.ConceptGraph
Gets the ith concept node.
getNode1() - Method in class edu.iu.pcl.absurdist.gui.RelationLink
Returns the 1st concept in the relation.
getNode2() - Method in class edu.iu.pcl.absurdist.gui.RelationLink
Returns the 2nd concept in the relation.
getNodeDegree(int) - Method in class edu.iu.pcl.absurdist.graph.Graph
 
getNodeNeigh(int, int) - Method in class edu.iu.pcl.absurdist.graph.Graph
 
getNodeNum() - Method in class edu.iu.pcl.absurdist.graph.Graph
 
getNumAuthorsAtStart() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the number of Authors at the start of the Model
getNumAuthorsAtStart() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the number of authors at the start of the Model
getNumberOfColumns() - Method in interface edu.iu.iv.core.datamodels.matrixmodel.ObjectMatrixModel
 
getNumberOfColumns() - Method in interface edu.iu.iv.core.datamodels.matrixmodel.DoubleMatrixModel
 
getNumberOfColumns() - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseObjectMatrixModel
 
getNumberOfColumns() - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModel
 
getNumberOfColumns() - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseObjectMatrixModel
 
getNumberOfColumns() - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseDoubleMatrixModel
 
getNumberOfRows() - Method in interface edu.iu.iv.core.datamodels.matrixmodel.ObjectMatrixModel
 
getNumberOfRows() - Method in interface edu.iu.iv.core.datamodels.matrixmodel.DoubleMatrixModel
 
getNumberOfRows() - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseObjectMatrixModel
 
getNumberOfRows() - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModel
 
getNumberOfRows() - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseObjectMatrixModel
 
getNumberOfRows() - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseDoubleMatrixModel
 
getNumCoAuthors() - Method in interface edu.iu.iv.modeling.tarl.input.AuthorParameters
Returns the number of co-authors for each Author
getNumCoAuthors() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultAuthorParameters
Returns the number of Co Authors for each Author
getNumCreationAuthors() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the number of Authors to be created in numCreationYears years
getNumCreationAuthors() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the number of authors to be created in numCreationYears years
getNumCreationYears() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the number of years in which creation is supposed to take place
getNumCreationYears() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the number of years in which creation is supposed to take place
getNumDeactivationAuthors() - Method in interface edu.iu.iv.modeling.tarl.input.AuthorParameters
Returns the number of Authors to be deactivated in numDeactivationYears years
getNumDeactivationAuthors() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultAuthorParameters
Returns the number of authors to be deactivated in numDeactivationYears years
getNumDeactivationYears() - Method in interface edu.iu.iv.modeling.tarl.input.AuthorParameters
Returns the number of years in which deactivation is supposed to take place
getNumDeactivationYears() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultAuthorParameters
Returns the number of years in which deactivation is supposed to take place
getNumEdges() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.Network
 
getNumElapsedTimeSteps() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelGenerator
 
getNumLevelsReferences() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns the number of levels of references considered for reading publications
getNumLevelsReferences() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns the number of levels of references considered for reading publications
getNumLoops() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.Network
 
getNumNodes() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerance
Get the number of highly-connected nodes that are deleted
getNumNodes() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerance
Get the number of nodes that are randomly deleted
getNumPublicationsAtStart() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the number of Publications at the start of the Model
getNumPublicationsAtStart() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the number of publications at the start of the Model
getNumPublicationsCited() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns the number of Publications to be cited
getNumPublicationsCited() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns the number of publications to be cited
getNumPublicationsRead() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns the number of Publications to be read
getNumPublicationsRead() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns the number of publications to be read
getNumPublicationsWritten() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns the number of Publications to be written by each Author each year
getNumPublicationsWritten() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns the number of publications to be written by each author each year
getNumTopics() - Method in interface edu.iu.iv.modeling.tarl.input.TopicParameters
Returns the number of Topics for the Model
getNumTopics() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultTopicParameters
Returns the number of topics for the model
getNumVertices() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.Network
 
getNumWalkers() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalk
Get the number of walkers used for search
getOption(String, boolean) - Method in class edu.iu.pcl.absurdist.common.ParseConfig
Gets the requested integer value from the hash table or from the Java system property aName
getOption(String, int) - Method in class edu.iu.pcl.absurdist.common.ParseConfig
gets the requested integer value from the hash table or from the Java system property aName
getOption(String, String) - Method in class edu.iu.pcl.absurdist.common.ParseConfig
Gets the requested value from the hash table or from the Java system property aName The Java system property, if given, overrides the value from the hash table.
getOptionDouble(String, double) - Method in class edu.iu.pcl.absurdist.common.ParseConfig
gets the requested double value from the hash table or from the Java system property aName
getOutgoingClusteringCoefficient(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getPanel() - Method in interface edu.iu.iv.gui.preferences.PreferencesPane
 
getPanel() - Method in class edu.iu.iv.gui.preferences.MiscPreferencesPane
 
getPanel() - Method in class edu.iu.iv.gui.preferences.MainPreferencesPane
 
getParameter(String) - Method in class edu.iu.pcl.absurdist.common.ParseConfig
Gets the requested value from the hash table.
getPathOverrideMap() - Method in class edu.iu.iv.common.util.MenuConfigFile
Returns the map of menu path overrides specified by this config file.
getPerlInstallationStatus() - Method in class edu.iu.iv.common.util.perl.PerlRunner
 
getPerlPath() - Method in class edu.iu.iv.common.util.perl.PerlRunner
 
getPerlVersion() - Method in class edu.iu.iv.common.util.perl.PerlRunner
 
getPersistenceRegistry() - Method in class edu.iu.iv.common.BasicIVC
 
getPersistenceRegistry() - Method in class edu.iu.iv.core.IVC
Gets the persistence registry.
getPersisters() - Method in class edu.iu.iv.common.persistence.BasicPersistenceRegistry
 
getPersisters() - Method in interface edu.iu.iv.core.persistence.PersistenceRegistry
Gets the list of all persisters currently registered with the registry.
getPluginPath() - Method in class edu.iu.iv.common.BasicIVC
 
getPluginPath() - Method in class edu.iu.iv.core.IVC
Gets the path to the plugin directory so plugins may access files in there if needed.
getPluginRegistry() - Method in class edu.iu.iv.common.BasicIVC
 
getPluginRegistry() - Method in class edu.iu.iv.core.IVC
Gets the plugin registry.
getPort() - Method in interface edu.iu.iv.core.persistence.DatabaseResourceDescriptor
Gets the port through which the database is to be accessed.
getPowerLawFitValues(double, double, DoubleArrayList) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getPreferences() - Method in class edu.iu.iv.common.boot.ConfigFile
Gets the backing java.util.prefs.Preferences node
getPrev() - Method in class edu.iu.iv.search.p2p.bfs.QueueElement
This method returns the previous element
getPrintStream() - Method in class edu.iu.iv.common.IOHandler
 
getPriority() - Method in class edu.iu.iv.core.property.Property
get the priority of this property.
getPropertyMap() - Method in class edu.iu.iv.common.util.BasicURLPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.WattsStrogatzSmallWorldPlugin
 
getPropertyMap() - Method in class edu.iu.iv.preprocessing.PerlTermDocPlugin
 
getPropertyMap() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerPlugin
 
getPropertyMap() - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.NetworkAnalysisToolkitPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutPlugin
 
getPropertyMap() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearchPlugin
 
getPropertyMap() - Method in interface edu.iu.iv.core.plugin.Plugin
Gets the property map for this plugin which specifies additional properties of the plugin that can be gotten.
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridPlugin
 
getPropertyMap() - Method in class edu.iu.iv.common.plugin.BasicPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerancePlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.pru.PruPlugin
 
getPropertyMap() - Method in class edu.iu.iv.analysis.burst.BurstPlugin
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.ivc.DummySMFPersister
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.ivc.DelimitedSparseDoubleMatrixModelPersister
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.ivc.DelimitedDenseDoubleMatrixModelPersister
 
getPropertyMap() - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutPlugin
 
getPropertyMap() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalkPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.chord.ChordPlugin
 
getPropertyMap() - Method in class edu.iu.iv.clustering.BetweennessCentralityPlugin
 
getPropertyMap() - Method in class edu.iu.iv.search.p2p.can.CanSearchPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the property Map for the TARL plugin
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerancePlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelPlugin
 
getPropertyMap() - Method in class edu.iu.iv.gui.save.SavePlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationPlugin
 
getPropertyMap() - Method in class edu.iu.iv.gui.load.LoadPlugin
No additional properties.
getPropertyMap() - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutPlugin
 
getPropertyMap() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchPlugin
 
getPropertyMap() - Method in interface edu.iu.iv.core.persistence.Persister
Gets a property map describing this persister and file format (if applicable).
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.DistortionDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemoPlugin
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.standard.JUNGGraphPajekPersister
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.standard.JUNGGraphMLPersister
 
getPropertyMap() - Method in class edu.iu.iv.common.persistence.standard.HarwellBoeingMatrixModelPersister
 
getPropertyMap() - Method in class edu.iu.pcl.absurdist.AbsurdistPlugin
 
getPropertyMap() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
 
getPropertyMap() - Method in class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverPlugin
 
getPropertyMap() - Method in class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerPlugin
 
getPropertyMap() - Method in class edu.iu.iv.help.AboutPlugin
 
getPropertyMap() - Method in class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelPlugin
 
getPropertyMap() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetworkPlugin
 
getPropertyMap() - Method in class edu.iu.iv.gui.ExitPlugin
No additional properties.
getPropertyMap() - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutPlugin
 
getPropertyMap() - Method in class edu.iu.iv.gui.preferences.PreferencesPlugin
 
getPropertyValue(Property) - Method in class edu.iu.iv.core.property.PropertyMap
Get the value associated with the given property.
getPublicationParameters() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the ParametersInterface for the Publication module of Tarl
getPublicationParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the PublicationParameters for the model
getPublications() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationManager
Returns the group of Publications.
getPublications() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationGroup
Returns the Collection of Publications in the Group
getPublications() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationDatabase
Returns all the Publications in the database
getPublications() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationManager
Returns all the Publications in the environment
getPublications() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationGroup
Returns the Group of Publications
getPublications() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationDatabase
Returns the group of Publications in the Database
getq() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETAlgorithm
 
getqDescription() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETLabeller
 
getr() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETAlgorithm
 
getRandomAuthor() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorGroup
Returns a Random Author from the AuthorGroup
getRandomAuthor() - Method in interface edu.iu.iv.modeling.tarl.author.AuthorGroup
Returns a random Author from the group
getRandomAuthors(int) - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthorGroup
Returns the specified number of different random Authors from the AuthorGroup as an AuthorGroup.
getRandomElement() - Method in class edu.iu.iv.modeling.tarl.util.impl.ExtendedHashSet
Returns a Random element from the Set.
getRandomElements(int) - Method in class edu.iu.iv.modeling.tarl.util.impl.ExtendedHashSet
Returns the specified number of different random elements from the Set as an ExtendedHashSet.
getRandomPublication() - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationGroup
Returns a Random Publication from the PublicationGroup
getRandomPublication() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationGroup
Returns a Random Publication from the PublicationGroup
getRandomPublications(int) - Method in interface edu.iu.iv.modeling.tarl.publication.PublicationGroup
Returns the specified number of distinct random Publications from the PublicationGroup as a PublicationGroup.
getRandomPublications(int) - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublicationGroup
Returns the specified number of different random Publications from the PublicationGroup as a PublicationGroup.
getRandomTopic() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicManager
Returns a random Topic from the database
getRandomTopic() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicGroup
Returns a Random Topic from the TopicGroup
getRandomTopic() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicManager
Returns a random Topic from the database
getRandomTopic() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicGroup
Returns a random Topic from the Group
getRandomTopics(int) - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicGroup
Returns the specified number of different random Topics from the TopicGroup as a TopicGroup.
getRandomYearDifference() - Method in interface edu.iu.iv.modeling.tarl.publication.AgingHelperInterface
Returns a random positive number (or 0) which simulates the aging effect among citations
getRandomYearDifference() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultAgingHelper
Returns a random positive number (or 0) which simulates the aging effect among citations
getrDescription() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETLabeller
 
getRelation(int, int, String) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the relation of the specified label between concept i and concept j.
getRelation(Vector, String) - Static method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the relation of the specified label in a relation list.
getRelations(int, int) - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the relation list between concept i and concept j.
getRelListNum() - Method in class edu.iu.pcl.absurdist.absurdist.ConceptSystem
Gets the total number of relation lists in the system.
getResource(String) - Static method in class resources.Resource
Get an url to a resource in the resources directory of the IVCCore.jar file Note that you only need to provide the filename to grab the resource.
getResultBuffer() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmer
Returns a reference to a character buffer containing the results of the stemming process.
getResultLength() - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmer
Returns the length of the word resulting from the stemming process.
getResultMatrix() - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNET
 
getRowLabel(int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.ObjectMatrixModel
Gets the label for the specified row.
getRowLabel(int) - Method in interface edu.iu.iv.core.datamodels.matrixmodel.DoubleMatrixModel
Gets the label for the specified row.
getRowLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseObjectMatrixModel
 
getRowLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.SparseDoubleMatrixModel
 
getRowLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseObjectMatrixModel
 
getRowLabel(int) - Method in class edu.iu.iv.common.datamodels.matrixmodel.DenseDoubleMatrixModel
 
getRSquare(Network, DistributionType) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getScaleFreeExponent(Network, DistributionType) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.VertexDegreeDistributions
 
getScheduler() - Method in class edu.iu.iv.common.BasicIVC
 
getScheduler() - Method in class edu.iu.iv.core.IVC
Gets the scheduler currently in use by the system.
getSearchCost() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearch
This method returns the search cost (no. of messages for the search)
getSearchCost() - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalk
Return the cost (number of the messages) of the search performed
getSearchCost() - Method in class edu.iu.iv.search.p2p.can.CanSearch
This methods returns the number of messages (i.e.
getSearchCost() - Method in class edu.iu.iv.search.p2p.chord.ChordSearch
This methods returns the search cost (number of messages to perform search) for the network
getSourceNode() - Method in class edu.iu.iv.search.p2p.can.CanSearchAlgorithm
This method returns the source node in the search
getSourceNode() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchAlgorithm
Get the source node
getStartYear() - Method in interface edu.iu.iv.modeling.tarl.util.YearInformation
Returns the start year for the Model
getStartYear() - Method in class edu.iu.iv.modeling.tarl.util.impl.DefaultYearInformation
Returns the start year of the model
getSupportingPersisters(Object) - Method in class edu.iu.iv.common.persistence.BasicPersistenceRegistry
 
getSupportingPersisters(Object) - Method in interface edu.iu.iv.core.persistence.PersistenceRegistry
Returns the list of persisters that can persist the specified data model.
getSupportingPersisters(ResourceDescriptor) - Method in class edu.iu.iv.common.persistence.BasicPersistenceRegistry
 
getSupportingPersisters(ResourceDescriptor) - Method in interface edu.iu.iv.core.persistence.PersistenceRegistry
Returns the list of persisters that can restore from the specified data resource.
getSupportingPlugins(Object) - Method in interface edu.iu.iv.core.plugin.PluginRegistry
Returns an iterator over the plugins in this registry that support the given model.
getSupportingPlugins(Object) - Method in class edu.iu.iv.common.plugin.BasicPluginRegistry
 
getTargetNode() - Method in class edu.iu.iv.search.p2p.can.CanSearchAlgorithm
This method returns the target node in the search
getTargetNode() - Method in class edu.iu.iv.search.p2p.chord.ChordSearchAlgorithm
Get the target node
getThreshold() - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearch
This method returns the threshold used to perform BFS
getTitle() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationAlgorithm
Get the title of the network graph
getTitle() - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualization
Get the title of the network graph
getTitle() - Method in interface edu.iu.iv.gui.preferences.PreferencesPane
 
getTitle() - Method in class edu.iu.iv.gui.preferences.MiscPreferencesPane
 
getTitle() - Method in class edu.iu.iv.gui.preferences.MainPreferencesPane
 
getTop() - Method in class edu.iu.pcl.absurdist.gui.ConceptNode
Gets the y position of left-top corner.
getTopic() - Method in class edu.iu.iv.modeling.tarl.author.impl.DefaultAuthor
Returns the Topic of the AuthorgetTopic() - Method in interface edu.iu.iv.modeling.tarl.publication.Publication
Returns the Topic of the Publication
getTopic() - Method in interface edu.iu.iv.modeling.tarl.util.AuthorsTopicBucket
Returns the common Topic of the AuthorGroup
getTopic() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublication
Returns the Topic of the Publication
getTopic() - Method in class edu.iu.iv.modeling.tarl.util.impl.DefaultAuthorsTopicBucket
Returns the common Topic of the AuthorGroup
getTopic() - Method in interface edu.iu.iv.modeling.tarl.author.Author
Returns the Topic of the Author
getTopicParameters() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the ParametersInterface for the Topic module of Tarl
getTopicParameters() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the TopicParameters for the model
getTopics() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicManager
Returns the group of all the Topics in the system
getTopics() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicGroup
Returns the Group of Topics
getTopics() - Method in class edu.iu.iv.modeling.tarl.topic.impl.DefaultTopicDatabase
Returns the list of Topics in the Database
getTopics() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicManager
Returns the group of all the Topics in the system
getTopics() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicGroup
Returns all the Topics in the group as a Collection
getTopics() - Method in interface edu.iu.iv.modeling.tarl.topic.TopicDatabase
Returns all the Topics in the database
getTriangleCoefficient(Network) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients
 
getUpperBound() - Method in class edu.iu.iv.modeling.p2p.pru.PruNetwork
Returns the maximum degree of nodes in the network
getUpperBound() - Method in class edu.iu.iv.modeling.p2p.pru.PruAlgorithm
Returns the maximum degree of nodes in the network
getUserLogFile() - Method in class edu.iu.iv.common.logging.IVCLogManager
 
getUserLogger() - Method in class edu.iu.iv.common.logging.IVCLogManager
 
getValue() - Method in class edu.iu.iv.search.p2p.bfs.QueueElement
This method returns the value of the element
getValue() - Method in class edu.iu.iv.common.util.algorithmview.StringComponent
 
getValue() - Method in class edu.iu.iv.common.util.algorithmview.IntComponent
 
getValue() - Method in class edu.iu.iv.common.util.algorithmview.DoubleComponent
 
getValue() - Method in class edu.iu.iv.common.util.algorithmview.BooleanComponent
 
getValue() - Method in interface edu.iu.iv.common.util.algorithmview.AlgorithmViewComponent
get the value held the swing component.
getValue(String) - Method in class edu.iu.iv.common.boot.ConfigFile
get the associated value for the property.
getVertexThresholdedGraph(Graph, int, int, int, int) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder
 
getVertexThresholdedGraph(UndirectedGraph, int, int) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder
 
getView(Object) - Method in class edu.iu.iv.common.util.BasicURLPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.WattsStrogatzSmallWorldPlugin
 
getView(Object) - Method in class edu.iu.iv.preprocessing.PerlTermDocPlugin
 
getView(Object) - Method in class edu.iu.iv.preprocessing.porterstemmer.PorterStemmerPlugin
 
getView(Object) - Method in class edu.iu.iv.toolkits.networkanalysistoolkit.NetworkAnalysisToolkitPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.p2p.can.CanPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.networks.jungfruchtermanrheingoldLayout.JUNGFruchtermanRheingoldLayoutPlugin
 
getView(Object) - Method in class edu.iu.iv.search.p2p.bfs.BreadthFirstSearchPlugin
 
getView(Object) - Method in interface edu.iu.iv.core.plugin.Plugin
Returns a view of the data given.
getView(Object) - Method in class edu.iu.iv.modeling.p2p.hypergrid.HypergridPlugin
 
getView(Object) - Method in class edu.iu.iv.common.plugin.BasicPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.p2p.attackTolerance.AttackTolerancePlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.p2p.pru.PruPlugin
 
getView(Object) - Method in class edu.iu.iv.analysis.burst.BurstPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayoutPlugin
 
getView(Object) - Method in class edu.iu.iv.search.p2p.randomWalk.RandomWalkPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.p2p.chord.ChordPlugin
 
getView(Object) - Method in class edu.iu.iv.clustering.BetweennessCentralityPlugin
 
getView(Object) - Method in class edu.iu.iv.search.p2p.can.CanSearchPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.tarl.TarlPlugin
Returns the view for the TARL model
getView(Object) - Method in class edu.iu.iv.modeling.p2p.errorTolerance.ErrorTolerancePlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.barabasialbertmodel.BarabasiAlbertModelPlugin
 
getView(Object) - Method in class edu.iu.iv.gui.save.SavePlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationPlugin
 
getView(Object) - Method in class edu.iu.iv.gui.load.LoadPlugin
This implementation loads the model into memory and adds it to the IVC.
getView(Object) - Method in class edu.iu.iv.visualization.networks.jungcirclelayout.JUNGCircleLayoutPlugin
 
getView(Object) - Method in class edu.iu.iv.search.p2p.chord.ChordSearchPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.ZoomingPanDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.TreeMapDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.ForceDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.FisheyeMenuDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.DistortionDemoPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.prefusedemos.BalloonGraphDemoPlugin
 
getView(Object) - Method in class edu.iu.pcl.absurdist.AbsurdistPlugin
 
getView(Object) - Method in class edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
 
getView(Object) - Method in class edu.iu.iv.preprocessing.perlstopwordremover.PerlStopWordRemoverPlugin
 
getView(Object) - Method in class edu.iu.iv.common.gui.pluginpropertyviewer.PluginPropertyViewerPlugin
 
getView(Object) - Method in class edu.iu.iv.help.AboutPlugin
 
getView(Object) - Method in class edu.iu.iv.analysis.perlvectorspacemodel.PerlVectorSpaceModelPlugin
 
getView(Object) - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetworkPlugin
 
getView(Object) - Method in class edu.iu.iv.gui.ExitPlugin
 
getView(Object) - Method in class edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayoutPlugin
 
getView(Object) - Method in class edu.iu.iv.gui.preferences.PreferencesPlugin
 
getWiringProbability() - Method in class edu.iu.iv.modeling.p2p.randomnetwork.RandomNetwork
 
getYear() - Method in interface edu.iu.iv.modeling.tarl.publication.Publication
Returns the year of publication
getYear() - Method in class edu.iu.iv.modeling.tarl.publication.impl.DefaultPublication
Returns the year of Publication
getYearInformation() - Method in interface edu.iu.iv.modeling.tarl.input.PublicationParameters
Returns the YearInformation for the model
getYearInformation() - Method in interface edu.iu.iv.modeling.tarl.input.HelperParameters
Returns the YearInformation for the model
getYearInformation() - Method in interface edu.iu.iv.modeling.tarl.input.ExecuterParameters
Returns the YearInformation for the model
getYearInformation() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultPublicationParameters
Returns the YearInformation for the model
getYearInformation() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultHelperParameters
Returns the YearInformation for the model
getYearInformation() - Method in class edu.iu.iv.modeling.tarl.input.impl.DefaultExecuterParameters
Returns the YearInformation for the model
Graph - class edu.iu.pcl.absurdist.graph.Graph.
An un-directed graph
GRAPH_FRIENDSTER - Static variable in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo
 
GRAPH_GUIR - Static variable in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo
 
GRAPH_TERROR - Static variable in class edu.iu.iv.visualization.prefusedemos.RadialGraphDemo
 
Graph(int, double) - Constructor for class edu.iu.pcl.absurdist.graph.Graph
Constructs a random graph with N nodes and (N*D)/2 edges
GraphGenerator - interface edu.iu.iv.modeling.tarl.output.GraphGenerator.
 
GraphPanel - class edu.iu.pcl.absurdist.gui.GraphPanel.
Class GraphPanel: The panel on which the concept system graphs are painted.
GraphPanel() - Constructor for class edu.iu.pcl.absurdist.gui.GraphPanel
 
GraphPanel(Absurdist) - Constructor for class edu.iu.pcl.absurdist.gui.GraphPanel
 
GraphPathsDialog - class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPathsDialog.
This code was generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
GraphPathsDialog(Frame) - Constructor for class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPathsDialog
 
GraphPruningDialog - class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPruningDialog.
This code was generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
GraphPruningDialog(Frame) - Constructor for class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphPruningDialog
 
GraphThresholder - class edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder.
 
GraphTypeDialog - class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphTypeDialog.
This code was generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
GraphTypeDialog(Frame) - Constructor for class edu.iu.iv.toolkits.networkanalysistoolkit.gui.GraphTypeDialog
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z