Package org.neuroml1.model.channel
Class ObjectFactory
java.lang.Object
org.neuroml1.model.channel.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.neuroml1.model.channel package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.channel -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBlockCreate an instance ofBlockingSynapsecreateChannelml(ChannelML value) Create an instance ofChannelMLCreate an instance ofChannelTypeCreate an instance ofClosedStateCreate an instance ofConcDependenceCreate an instance ofConcFactorCreate an instance ofCurrentVoltageRelationCreate an instance ofDecayingPoolModelCreate an instance ofDeprecatedAkdEquationCreate an instance ofDeprecatedGenericEquationCreate an instance ofDeprecatedHHGateCreate an instance ofDeprecatedIonCreate an instance ofDeprecatedKSGateCreate an instance ofDeprecatedKSStateCreate an instance ofDeprecatedOhmicCreate an instance ofDeprecatedOhmic.ConductanceCreate an instance ofDeprecatedParameterCreate an instance ofDeprecatedRateConstantEqnCreate an instance ofDeprecatedRateConstantEqnChoiceCreate an instance ofDeprecatedRateConstVoltConcDepCreate an instance ofDeprecatedTransitionCreate an instance ofDeprecatedVoltageConcGateCreate an instance ofDeprecatedVoltageGateCreate an instance ofDoubleExponentialSynapseCreate an instance ofElectricalSynapseCreate an instance ofFacDepCreate an instance ofFacDepSynapseCreate an instance ofFixedPoolInfoCreate an instance ofGateCreate an instance ofGate.StateCreate an instance ofGatingComplexCreate an instance ofImplementationPrefsCreate an instance ofImplementationPrefs.TableSettingsCreate an instance ofInitialisationCreate an instance ofIntegrateAndFireCreate an instance ofIonConcentrationCreate an instance ofIonSpeciesCreate an instance ofMultiDecaySynapseCreate an instance ofOffsetCreate an instance ofOpenStateCreate an instance ofParameterCreate an instance ofParametersCreate an instance ofPoolVolumeInfoCreate an instance ofQ10SettingsCreate an instance ofRateAdjustmentsCreate an instance ofStdpDepCreate an instance ofStdpSynapseCreate an instance ofSteadyStateCreate an instance ofSynapseTypeCreate an instance ofTimeCourseCreate an instance ofTransition
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.channel
-
-
Method Details
-
createGate
Create an instance ofGate -
createImplementationPrefs
Create an instance ofImplementationPrefs -
createDeprecatedOhmic
Create an instance ofDeprecatedOhmic -
createChannelML
Create an instance ofChannelML -
createParameters
Create an instance ofParameters -
createParameter
Create an instance ofParameter -
createChannelType
Create an instance ofChannelType -
createSynapseType
Create an instance ofSynapseType -
createElectricalSynapse
Create an instance ofElectricalSynapse -
createDoubleExponentialSynapse
Create an instance ofDoubleExponentialSynapse -
createBlockingSynapse
Create an instance ofBlockingSynapse -
createBlock
Create an instance ofBlock -
createMultiDecaySynapse
Create an instance ofMultiDecaySynapse -
createFacDepSynapse
Create an instance ofFacDepSynapse -
createStdpSynapse
Create an instance ofStdpSynapse -
createFacDep
Create an instance ofFacDep -
createStdpDep
Create an instance ofStdpDep -
createCurrentVoltageRelation
Create an instance ofCurrentVoltageRelation -
createIntegrateAndFire
Create an instance ofIntegrateAndFire -
createRateAdjustments
Create an instance ofRateAdjustments -
createOffset
Create an instance ofOffset -
createQ10Settings
Create an instance ofQ10Settings -
createDeprecatedIon
Create an instance ofDeprecatedIon -
createGatingComplex
Create an instance ofGatingComplex -
createClosedState
Create an instance ofClosedState -
createOpenState
Create an instance ofOpenState -
createDeprecatedHHGate
Create an instance ofDeprecatedHHGate -
createDeprecatedKSGate
Create an instance ofDeprecatedKSGate -
createDeprecatedKSState
Create an instance ofDeprecatedKSState -
createTransition
Create an instance ofTransition -
createTimeCourse
Create an instance ofTimeCourse -
createSteadyState
Create an instance ofSteadyState -
createDeprecatedTransition
Create an instance ofDeprecatedTransition -
createInitialisation
Create an instance ofInitialisation -
createDeprecatedVoltageGate
Create an instance ofDeprecatedVoltageGate -
createDeprecatedVoltageConcGate
Create an instance ofDeprecatedVoltageConcGate -
createConcFactor
Create an instance ofConcFactor -
createConcDependence
Create an instance ofConcDependence -
createDeprecatedRateConstantEqnChoice
Create an instance ofDeprecatedRateConstantEqnChoice -
createDeprecatedRateConstVoltConcDep
Create an instance ofDeprecatedRateConstVoltConcDep -
createDeprecatedRateConstantEqn
Create an instance ofDeprecatedRateConstantEqn -
createDeprecatedAkdEquation
Create an instance ofDeprecatedAkdEquation -
createDeprecatedGenericEquation
Create an instance ofDeprecatedGenericEquation -
createIonConcentration
Create an instance ofIonConcentration -
createIonSpecies
Create an instance ofIonSpecies -
createDecayingPoolModel
Create an instance ofDecayingPoolModel -
createPoolVolumeInfo
Create an instance ofPoolVolumeInfo -
createFixedPoolInfo
Create an instance ofFixedPoolInfo -
createDeprecatedParameter
Create an instance ofDeprecatedParameter -
createGateState
Create an instance ofGate.State -
createImplementationPrefsTableSettings
Create an instance ofImplementationPrefs.TableSettings -
createDeprecatedOhmicConductance
Create an instance ofDeprecatedOhmic.Conductance -
createChannelml
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChannelML>
-