-
collage.utils.SimulatedAnnealing.perform()
Performs simulated annealing.
@param img - Image A
@param cellDim - Dimension of each subimage
@param candidates - List of image Bi features
@return List of Cells, representing the best partition of A into images Bi.
-
com.alibaba.citrus.service.uribroker.interceptor.URIBrokerPathInterceptor.perform()
处理指定的uri broker,并返回修改后的path。
对于同一个broker,在reset()之后的多次render中,每次render均会调用此方法。
-
com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi.WSIAnalyzeAction.perform()
-
com.exedosoft.plat.agent.Task.perform()
-
com.exedosoft.wf.wfi.NodeInstance.perform()
人工执行的节点
-
com.google.dart.engine.internal.task.AnalysisTask.perform()
Perform this analysis task and use the given visitor to visit this task after it has completed.
@param visitor the visitor used to visit this task after it has completed
@return the value returned by the visitor
@throws AnalysisException if the visitor throws the exception
-
com.google.devtools.moe.client.directives.Directive.perform()
Performs the Directive's work.
@return the status of performing the Directive, suitable for returning from this process.
-
com.habitsoft.kiyaa.metamodel.Action.perform()
Perform the action, as defined by the concrete subclass
@param callback Informs the caller when the action is complete, and whether it succeeded or failed
-
com.hp.hpl.jena.gvs.Store.perform()
performs the specified transaction as the specified source.
@param source the source that perfoms the transaction
@param transaction the transaction to be performed
-
com.iCo6.command.Handler.perform()
-
com.omniti.jezebel.JezebelCheck.perform()
-
com.salas.bb.installation.Installer.perform()
Performs installation by displaying wizard dialog and then running main process.
@param aWorkingPath path to working directory.
@return prepared global model. Null if installation cancelled for some reason.
-
com.sardak.antform.util.TargetInvoker.perform()
-
com.volantis.testtools.mock.method.MethodAction.perform()
Perform the action.
Any exceptions thrown and values returned are passed back to the caller.
@param event The event that triggered the action.
-
com.webobjects.foundation._NSDelegate.perform()
-
de.sciss.app.AbstractCompoundEdit.perform()
-
de.sciss.app.PerformableEdit.perform()
-
de.sciss.eisenkraut.edit.BasicCompoundEdit.perform()
-
de.sciss.meloncillo.edit.BasicCompoundEdit.perform()
-
hudson.tasks.ArtifactArchiver.perform()
-
hudson.tasks.BuildStepMonitor.perform()
-
hudson.tasks.LogRotator.perform()
-
jadx.core.utils.InstructionRemover.perform()
-
jimm.datavision.gui.cmd.BoundsCommand.perform()
-
jimm.datavision.gui.cmd.DbConnCommand.perform()
-
jimm.datavision.gui.cmd.FormatCommand.perform()
-
jimm.datavision.gui.cmd.GroupEditCommand.perform()
-
jimm.datavision.gui.cmd.NewAggregateCommand.perform()
-
jimm.datavision.gui.cmd.NewSubreportCommand.perform()
-
jimm.datavision.gui.cmd.ParamEditCommand.perform()
-
jimm.datavision.gui.cmd.ScriptingCommand.perform()
-
jimm.datavision.gui.cmd.SortEditCommand.perform()
-
jimm.datavision.gui.cmd.SummaryCommand.perform()
-
jimm.datavision.gui.cmd.TableJoinCommand.perform()
-
journal.io.api.Journal.WriteBatch.perform()
-
lmnd.model.command.Copy.perform()
-
lmnd.model.command.CreateFile.perform()
-
lmnd.model.command.Delete.perform()
-
lmnd.model.command.Edit.perform()
-
lmnd.model.command.MakeDirectory.perform()
-
lmnd.model.command.Move.perform()
-
lmnd.model.command.Refresh.perform()
-
lmnd.model.command.Rename.perform()
-
lmnd.model.command.SendEmail.perform()
-
lmnd.model.command.View.perform()
-
mallemuck.model.command.Copy.perform()
-
mallemuck.model.command.CreateFile.perform()
-
mallemuck.model.command.Delete.perform()
-
mallemuck.model.command.Edit.perform()
-
mallemuck.model.command.MakeDirectory.perform()
-
mallemuck.model.command.Move.perform()
-
mallemuck.model.command.Refresh.perform()
-
mallemuck.model.command.Rename.perform()
-
mallemuck.model.command.SendEmail.perform()
-
mallemuck.model.command.View.perform()
-
mallemuck.model.command.ZipUnzip.perform()
-
net.emaze.dysfunctional.dispatching.actions.BinaryAction.perform()
Performs an action for the given elements.
@param former the former element
@param latter the latter element
-
net.emaze.dysfunctional.dispatching.delegates.BinaryDelegate.perform()
Executes the delegate for the given elements yielding a result of type R
@param former the former element
@param latter the latter element
@return the result
-
net.emaze.dysfunctional.dispatching.delegates.Delegate.perform()
-
net.emaze.dysfunctional.dispatching.delegates.TernaryDelegate.perform()
Executes the delegate for the given elements yielding a result of type R
@param first the first element
@param second the second element
@param third the third element
@return the result
-
net.sf.jabref.wizard.auximport.AuxCommandLine.perform()
-
org.apache.continuum.release.distributed.manager.DistributedReleaseManager.perform()
-
org.apache.hadoop.hbase.chaos.actions.Action.perform()
-
org.apache.harmony.awt.wtk.NativeEventQueue.Task.perform()
-
org.apache.jackrabbit.oak.jcr.SessionDelegate.perform()
Performs the passed {@code SessionOperation} in a safe execution context. Thiscontext ensures that the session is refreshed if necessary and that refreshing occurs before the session operation is performed and the refreshing is done only once.
@param sessionOperation the {@code SessionOperation} to perform
@param < T> return type of {@code sessionOperation}
@return the result of {@code sessionOperation.perform()}
@throws RepositoryException
-
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.perform()
Performs the passed {@code SessionOperation} in a safe execution context. Thiscontext ensures that the session is refreshed if necessary and that refreshing occurs before the session operation is performed and the refreshing is done only once.
@param sessionOperation the {@code SessionOperation} to perform
@param < T> return type of {@code sessionOperation}
@return the result of {@code sessionOperation.perform()}
@throws RepositoryException
@see #getRoot()
-
org.apache.james.util.retry.api.RetryHandler.perform()
@return the result of invoking an operation
@throws Exception
-
org.apache.maven.continuum.release.ContinuumReleaseManager.perform()
Perform a release based on a given releaseId
@deprecated to remove as not used anymore
@param releaseId
@param buildDirectory
@param goals
@param useReleaseProfile
@param listener
@throws ContinuumReleaseException
-
org.apache.qpid.server.store.BrokerStoreUpgraderAndRecoverer.perform()
-
org.apache.qpid.server.store.VirtualHostStoreUpgraderAndRecoverer.perform()
-
org.apache.tools.ant.Task.perform()
Performs this task if it's still valid, or gets a replacement version and performs that otherwise. Performing a task consists of firing a task started event, configuring the task, executing it, and then firing task finished event. If a runtime exception is thrown, the task finished event is still fired, but with the exception as the cause.
-
org.apache.tools.ant.UnknownElement.perform()
-
org.apache.tools.ant.taskdefs.CallTarget.perform()
-
org.apache.tools.ant.taskdefs.Copy.perform()
-
org.apache.tools.ant.taskdefs.Delete.perform()
-
org.apache.tools.ant.taskdefs.Echo.perform()
-
org.apache.tools.ant.taskdefs.Expand.perform()
-
org.apache.tools.ant.taskdefs.ImportTask.perform()
-
org.apache.tools.ant.taskdefs.Input.perform()
-
org.apache.tools.ant.taskdefs.Jar.perform()
-
org.apache.tools.ant.taskdefs.Javac.perform()
-
org.apache.tools.ant.taskdefs.Javadoc.perform()
-
org.apache.tools.ant.taskdefs.Property.perform()
-
org.apache.tools.ant.taskdefs.Sequential.perform()
-
org.bouncycastle.util.test.Test.perform()
-
org.cfeclipse.cfml.editors.OccurrencesFinder.perform()
-
org.cspoker.ai.bots.bot.gametree.action.SearchBotAction.perform()
-
org.eclipse.equinox.internal.provisional.p2.metadata.query.IUPropertyQuery.perform()
-
org.eclipse.jdt.ui.refactoring.RenameSupport.perform()
-
org.eclipse.jst.jsf.validation.internal.el.operators.TernaryChoiceOperator.perform()
@param choiceArg
@param whenTrueArg
@param whenFalseArg
@return the result of the choice arguments or null if indeterminant
-
org.eclipse.ltk.core.refactoring.Change.perform()
-
org.encog.ml.data.versatile.division.PerformDataDivision.perform()
Perform the split.
@param dataDivisionList The list of data divisions.
@param dataset The dataset to split.
@param inputCount The input count.
@param idealCount The ideal count.
-
org.encog.neural.networks.training.concurrent.performers.ConcurrentTrainingPerformer.perform()
Perform the specified job.
@param job The job to perform.
-
org.encog.workbench.tabs.ValidationChart.perform()
-
org.exoplatform.portal.mop.importer.NavigationImporter.perform()
-
org.exoplatform.portal.mop.importer.PageImporter.perform()
-
org.exoplatform.portal.mop.importer.PortalConfigImporter.perform()
-
org.fusesource.hawtjournal.api.Journal.WriteBatch.perform()
-
org.hibernate.envers.internal.synchronization.work.AuditWorkUnit.perform()
Perform this work unit in the given session.
@param session Session, in which the work unit should be performed.
@param revisionData The current revision data, which will be used to populate the work unit with the correctrevision relation.
-
org.hibernate.envers.synchronization.work.AuditWorkUnit.perform()
Perform this work unit in the given session.
@param session Session, in which the work unit should be performed.
@param revisionData The current revision data, which will be used to populate the work unit with the correctrevision relation.
-
org.infinispan.commands.CancelCommand.perform()
-
org.infinispan.commands.CreateCacheCommand.perform()
-
org.infinispan.commands.RemoveCacheCommand.perform()
-
org.infinispan.commands.ReplicableCommand.perform()
Performs the primary function of the command. Please see specific implementation classes for details on what is performed as well as return types. Important: this method will be invoked at the end of interceptors chain. It should never be called directly from a custom interceptor.
@param ctx invocation context
@return arbitrary return value generated by performing this command
@throws Throwable in the event of problems.
-
org.infinispan.commands.control.LockControlCommand.perform()
-
org.infinispan.commands.read.MapReduceCommand.perform()
Performs invocation of mapping phase and local reduce phase before returning result to master node
@param context invocation context
@return Map of intermediate key value pairs
-
org.infinispan.commands.tx.CommitCommand.perform()
-
org.infinispan.commands.tx.RollbackCommand.perform()
-
org.infinispan.commands.write.InvalidateCommand.perform()
Performs an invalidation on a specified entry
@param ctx invocation context
@return null
-
org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker.perform()
-
org.iosgi.outpost.Client.perform()
-
org.japura.controller.messages.ScreenShotMessage.perform()
-
org.jbehave.core.steps.Step.perform()
-
org.jboss.arquillian.warp.impl.shared.command.Command.perform()
Executed on remote side.
-
org.jboss.forge.addon.manager.InstallRequest.perform()
-
org.jboss.forge.addon.resource.visit.ResourceVisit.perform()
Perform the visit using the given {@link ResourceVisitor}.
-
org.jboss.forge.furnace.manager.request.AddonActionRequest.perform()
Execute the desired request
-
org.jboss.forge.furnace.manager.request.InstallRequest.perform()
-
org.jboss.forge.furnace.manager.request.RemoveRequest.perform()
-
org.jboss.forge.shell.command.Execution.perform()
-
org.jbpm.pvm.internal.model.op.AtomicOperation.perform()
-
org.jostraca.directive.ReplaceDirective.perform()
-
org.jostraca.directive.SectionDirective.perform()
-
org.locationtech.udig.printing.ui.IBoxEditAction.perform()
Creates the UI for the user to make a change to the model.
DOES NOT CHANGE THE MODEL!!!!
Only the command should change the model.
-
org.locationtech.udig.project.ui.internal.dragdrop.DropFilterAction.perform()
-
org.ocpsoft.rewrite.config.Rule.perform()
-
org.ocpsoft.rewrite.servlet.config.Forward.perform()
-
org.ocpsoft.rewrite.servlet.config.Substitute.perform()
-
org.openqa.selenium.interactions.Action.perform()
-
org.openqa.selenium.interactions.Actions.perform()
-
org.ozoneDB.core.DbRemote.DbXMLForObj.perform()
-
org.parse4j.command.ParseCommand.perform()
-
org.parse4j.command.ParseDeleteCommand.perform()
-
org.parse4j.command.ParseGetCommand.perform()
-
org.parse4j.command.ParsePostCommand.perform()
-
org.parse4j.command.ParseUploadCommand.perform()
-
org.pdtextensions.core.ast.util.BlockContainsFinder.perform()
-
org.python.pydev.editor.actions.PyBackspace.perform()
-
org.python.pydev.refactoring.ui.pages.core.eclipse.RowLayouter.perform()
-
org.randomgd.bukkit.workers.info.WorkerInfo.perform()
Performs worker task.
@param entity Worker.
@param x X-coordinate.
@param y Y-coordinate.
@param z Z-coordinate.
@param world Hosting world.
-
org.sonatype.nexus.proxy.maven.metadata.operations.NexusMergeOperation.perform()
always return true (known issue)
-
org.springframework.ide.eclipse.beans.ui.refactoring.model.BeansJavaConfigTypeChange.perform()
-
org.springframework.test.web.server.MockMvc.perform()
Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.
@param requestBuilder used to prepare the request to execute;see static factory methods in {@link org.springframework.test.web.server.request.MockMvcRequestBuilders}
@return an instance of {@link ResultActions}; never {@code null}
@see org.springframework.test.web.server.request.MockMvcRequestBuilders
@see org.springframework.test.web.server.result.MockMvcResultMatchers
-
org.springframework.test.web.servlet.MockMvc.perform()
Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.
@param requestBuilder used to prepare the request to execute;see static factory methods in {@link org.springframework.test.web.servlet.request.MockMvcRequestBuilders}
@return an instance of {@link ResultActions}; never {@code null}
@see org.springframework.test.web.servlet.request.MockMvcRequestBuilders
@see org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
org.springsource.ide.eclipse.gradle.core.wizards.GradleImportOperation.perform()
-
org.w3c.jigsaw.http.httpd.perform()
Perform the given request on behalf of this server.
@param request The request to perform.
@return A non-null Reply instance.
@exception ProtocolException If some error occurs during processing therequest.
@exception ResourceException If a resource got a fatal error.
-
org.w3c.tools.resources.FramedResource.perform()
Perform the request.
@return a ReplyInterface instance
@exception ProtocolException If an error relative to the protocol occurs
@exception ResourceException If an error not relative to the protocol occurs
-
org.w3c.www.protocol.http.cache.CachedResource.perform()
This cached entry has been checked valid, perform given request.
@param request The request to perform.
@return An Reply instance.
@exception HttpException If something went wrong.
-
org.w3c.www.protocol.http.cache.EntityCachedResource.perform()
This cached entry has been checked valid, perform given request.
@param request The request to perform.
@return An Reply instance.
@exception HttpException If something went wrong.
-
pivot.wtk.Action.perform()
Performs the action.
-
stallone.api.cluster.IClustering.perform()
Execute the clustering algorithm.
-
stallone.graph.connectivity.IntStrongConnectivity.perform()
executes Tarjan's algorithm of the supplied graph
@return A list of lists of node which belong to the same component
-
stallone.mc.pcca.PCCA.perform()