-
by.stub.server.JettyManagerFactory.construct()
-
by.stub.server.StubbyManagerFactory.construct()
-
com.evelopers.unimod.glayout.representations.compaction.Compactor.construct()
Rectangulates and then compacts a given graph
-
com.evelopers.unimod.glayout.representations.embedding.IEmbedding.construct()
-
com.franz.agbase.SPARQLQuery.construct()
-
com.googlecode.objectify.ObjectifyFactory.construct()
Construct an instance of the specified type. Objectify uses this method whenever possible to create instances of entities, condition classes, or other types; by overriding this method you can substitute Guice or other dependency injection mechanisms. By default it constructs with a simple no-args constructor.
-
com.hellblazer.gossip.configuration.GossipConfiguration.construct()
-
com.hp.hpl.jena.iri.IRIFactory.construct()
Create an IRI from the given components. Performs whatever percent escaping or punycode encoding is necessary to make this IRI legal for this factory (if possible). Omitted components are passed as null.
@param scheme
@param userInfo
@param host Will be encoded using punycode, if necessary.
@param port May be 0 for no port.
@param path May not be null
@param query
@param fragment
@return An IRI with the given components.* @throws IRIException If the resulting IRI has unfixable errors, e.g. non-ascii chars in the scheme name
@see #setEncoding(String)
-
com.jme3.collision.bih.BIHTree.construct()
-
com.sun.jersey.server.spi.component.ResourceComponentConstructor.construct()
-
de.innovationgate.ext.org.mozilla.javascript.Function.construct()
-
javax.persistence.criteria.CriteriaBuilder.construct()
Create a selection item corresponding to a constructor. This method is used to specify a constructor that will be applied to the results of the query execution. If the constructor is for an entity class, the resulting entities will be in the new state after the query is executed.
@param resultClass class whose instance is to be constructed
@param selections arguments to the constructor
@return compound selection item
@throws IllegalArgumentException if an argument is atuple- or array-valued selection item
-
javax.persistence.criteria.QueryBuilder.construct()
Define a selection item corresponding to a constructor.
@param result class whose instance is to be constructed
@param selections arguments to the constructor
@return compound selection item
@throws IllegalArgumentException if an argument is a tuple- orarray-valued selection item
-
mage.server.User.construct()
-
org.aopalliance.intercept.ConstructorInterceptor.construct()
Implement this method to perform extra treatments before and after the consrution of a new object. Polite implementations would certainly like to invoke {@link Joinpoint#proceed()}.
@param invocation the construction joinpoint
@return the newly created object, which is also the result ofthe call to {@link Joinpoint#proceed()}, might be replaced by the interceptor.
@throws Throwable if the interceptors or thetarget-object throws an exception.
-
org.apache.cxf.common.injection.ResourceInjector.construct()
-
org.apache.jena.iri.IRIFactory.construct()
Create an IRI from the given components. Performs whatever percent escaping or punycode encoding is necessary to make this IRI legal for this factory (if possible). Omitted components are passed as null.
@param scheme
@param userInfo
@param host Will be encoded using punycode, if necessary.
@param port May be 0 for no port.
@param path May not be null
@param query
@param fragment
@return An IRI with the given components.* @throws IRIException If the resulting IRI has unfixable errors, e.g. non-ascii chars in the scheme name
@see #setEncoding(String)
-
org.apache.niolex.commons.test.SleepStage.construct()
-
org.apache.qpid.amqp_1_0.codec.DescribedTypeConstructor.construct()
-
org.geotools.arcsde.data.ArcSDEGeometryBuilder.construct()
Takes an ArcSDE's SeShape
and builds a JTS Geometry. The geometry type constructed depends on this ArcSDEGeometryBuilder
specialized subclass
@param shape the ESRI's ArcSDE java api shape upon wich to create the new JTS geometry
@param geometryFactory
@return the type of JTS Geometry this subclass instance is specialized for or an emptygeometry of the same class if shape.isNil()
@throws SeException if it occurs fetching the coordinates array from shape
@throws DataSourceException if the com.vividsolutions.jts.geom.GeometryFactory
this builder is backed by can't create the com.vividsolutions.jts.geom.Geometry
with the com.vividsolutions.jts.geom.Coordinate[]
provided by newGeometry
-
org.jboss.ejb3.interceptors.test.indirectcontainer.DummyContainerContainer.construct()
Delegates bean instance construction to the {@link EJBContainer#beanInstantiator}
@return
-
org.jboss.modules.security.ModularPermissionFactory.construct()
-
org.jbpm.pvm.internal.wire.Descriptor.construct()
constructs the object.
@param wireContext {@link WireContext} in which the object is created. This is also the {@link WireContext} where the object will search for other object that may be needed during the initialization phase.
@return the constructed object.
-
org.jbpm.wire.Descriptor.construct()
constructs the object.
@param wireContext {@link WireContext} in which the object is created. This is also the {@link WireContext} where the object will search for other object that may be needed during the initialization phase.
@return the constructed object.
-
org.kitesdk.data.spi.URIPattern.construct()
Constructs a {@link URI} that matches this pattern from the given options.
@param options a map of variable and
@return a {@link URI} that matches this pattern
@throws IllegalArgumentException if the URI cannot be constructed
-
org.mozilla.javascript.Function.construct()
Call the function as a constructor. This method is invoked by the runtime in order to satisfy a use of the JavaScript new
operator. This method is expected to create a new object and return it.
@param cx the current Context for this thread
@param scope an enclosing scope of the caller exceptwhen the function is called from a closure.
@param args the array of arguments
@return the allocated object
-
org.yaml.snakeyaml.constructor.Construct.construct()
Construct a Java instance with all the properties injected when it is possible.
@param node composed Node
@return a complete Java instance
-
semestralka.AutomatConstructor.Construct()
Constructs Automat2 from regex. Calls Expression derivate method for every character from expression's alphabet. Adds new expressions into map and maps their integer ids to them. Repeats this, until there are new Expressions.
@param regex input Expression
@return Automat2 constructed from Expression.
-
statechum.analysis.learning.PickNegativesVisualiser.construct()
Starts the learning thread with the supplied sets of positive and negative examples.
@param sPlus positives
@param sMinus negatives
@param whomToNotify this one is called just before learning commences.