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.