-
com.clearnlp.classification.vector.SparseFeatureVector.addFeature()
Adds a feature.
@param index the feature type.
-
com.clearnlp.classification.vector.StringFeatureVector.addFeature()
Adds a feature.
@param type the feature type.
@param value the feature value.
-
com.emc.esu.api.ServiceInformation.addFeature()
Adds a feature to the list of supported features.
-
com.hp.hpl.jena.sdb.store.FeatureSet.addFeature()
-
com.meapsoft.EDLChunk.addFeature()
-
com.meapsoft.FeatChunk.addFeature()
Add the given features to this chunk.
-
com.smardec.license4j.License.addFeature()
-
com.technophobia.substeps.execution.node.TestRootNodeBuilder.addFeature()
-
de.FeatureModellingTool.Pattern.UI.AutoLayout.addFeature()
-
de.FeatureModellingTool.Pattern.UI.AutoLayout_Feature.addFeature()
-
de.fosd.typechef.VALexer.addFeature()
-
de.timefinder.data.Location.addFeature()
This method add one feature which is offered from the location.
-
edu.stanford.nlp.international.morph.MorphoFeatures.addFeature()
-
net.engio.mbassy.bus.config.BusConfiguration.addFeature()
-
org.apache.abdera.ext.features.Features.addFeature()
-
org.apache.shindig.gadgets.Gadget.addFeature()
-
org.apache.stanbol.commons.caslight.FeatureStructure.addFeature()
Adds a feature to this Feature Structure
@param feature
-
org.apache.synapse.mediators.builtin.ValidateMediator.addFeature()
add a feature which need to set for the Schema Factory
@param featureName The name of the feature
@param isFeatureEnable should this feature enable?(true|false)
@see #getFeature(String)
@throws SAXException on an unknown feature
-
org.apache.synapse.mediators.transform.XSLTMediator.addFeature()
Add a feature to be set on the {@link TransformerFactory} used by this mediator instance.This method can also be used to enable some Synapse specific optimizations and enhancements as described in the documentation of this class.
@param featureName The name of the feature
@param isFeatureEnable the desired state of the feature
@see TransformerFactory#setFeature(String,boolean)
@see XSLTMediator
-
org.apache.uima.annotator.regex.Annotation.addFeature()
Adds the given feature to this annotation.
@param aFeat The feature to be added.
-
org.apache.uima.cas.FeaturePath.addFeature()
Add a new feature at the end of the path.
@param feat The feature to be added.
-
org.apache.uima.cas.admin.TypeSystemMgr.addFeature()
Add an feature to the type system.
@param featureName The name of the new feature.
@param domainType The type that defines the domain of the feature.
@param rangeType The type that defines the range of the feature.
@return The new feature object, or null
if featureName
is alreadyin use for domainType
with the same range (if the range is different, an exception is thrown).
@exception CASAdminException If featureName
is not a legal feature name, the type system is locked or domainType
is feature final. Also if featureName
has already been defined on domainType
(or a supertype) with a different range than rangeType
.
-
org.apache.uima.resource.metadata.TypeDescription.addFeature()
Convenience method which adds a FeatureDescription to this TypeDescription.
@param aFeatureName name of feature to add
@param aDescription verbose description of the feature
@param aRangeTypeName name of feature's range type
@return description of the new Feature
-
org.geomajas.gwt.client.widget.FeatureListGrid.addFeature()
Adds a new feature to the list. A {@link VectorLayer} must have been set first, and the feature must belong tothat VectorLayer.
@param feature The feature to be added to the list.
@return Returns true in case of success, and false if the feature is already in the list or the feature is nullor if the feature does not belong to the correct layer or if the layer has not yet been set.
-
org.geotools.data.memory.MemoryDataStore.addFeature()
Adds a single Feature to the correct typeName entry.
This is an internal opperation used for setting up MemoryDataStore - please use FeatureWriter for generatl use.
This method is willing to create new FeatureTypes for MemoryDataStore.
@param feature Individual feature to add
-
org.jboss.ws.core.soap.MessageFactoryImpl.addFeature()
-
org.jboss.ws.metadata.umdm.EndpointMetaData.addFeature()
-
org.jboss.ws.tools.JavaToWSDL.addFeature()
Add a feature to this subsystem
@see org.jboss.ws.tools.WSToolsConstants
@param name
@param value
-
org.jivesoftware.smackx.ServiceDiscoveryManager.addFeature()
Registers that a new feature is supported by this XMPP entity. When this client is queried for its information the registered features will be answered.
Since no packet is actually sent to the server it is safe to perform this operation before logging to the server. In fact, you may want to configure the supported features before logging to the server so that the information is already available if it is required upon login.
@param feature the feature to register as supported.
-
org.jivesoftware.smackx.packet.DiscoverInfo.addFeature()
Adds a new feature to the discovered information.
@param feature the discovered feature
-
org.jivesoftware.smackx.packet.DiscoverItems.addFeature()
-
org.mitre.medfacts.i2b2.training.TrainingInstance.addFeature()
-
org.sumus.dwh.datastore.Entity.addFeature()
-
org.vfny.geoserver.wfs.requests.InsertRequest.addFeature()
Adds a feature to this insert request. Currently fairly permissive, just checks that the typenames match. The datasource will eventually complain, but it would be nice to do some more type-checking, to make sure the schemas match.
@param feature To be inserted into the database.
@throws WfsException if added typeName does not match the set typeNames.
-
org.zkoss.openlayers.layer.Vector.addFeature()