Package org.neuroml.export.utils
Class LEMSQuantityPath
java.lang.Object
org.neuroml.export.utils.LEMSQuantityPath
- Direct Known Subclasses:
LEMSQuantityPathNeuron
- Author:
- Padraig Gleeson
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected LEMSQuantityPath.Typeprotected Stringprotected intprotected Stringprotected intprotected String[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetScale()intstatic StringgetVariable(String[] variableParts, LEMSQuantityPath.Type myType) String[]static StringgetVariablePartsAsString(String[] variableParts) static StringgetVariablePartsAsString(String separator, String[] variableParts) static StringgetVariablePathInPopComp(String[] variableParts, LEMSQuantityPath.Type myType) static booleanbooleanbooleanstatic voidvoidtoString()
-
Field Details
-
population
-
scale
-
populationIndex
protected int populationIndex -
segmentId
protected int segmentId -
myType
-
variableParts
-
DUMMY_POPULATION_PREFIX
- See Also:
-
-
Constructor Details
-
LEMSQuantityPath
-
LEMSQuantityPath
-
-
Method Details
-
setPopulation
-
getPopulationArray
-
getQuantity
-
getVariablePartsAsString
-
getVariableParts
-
getVariablePartsAsString
-
getVariable
-
getVariable
-
getVariablePathInPopComp
-
getVariablePathInPopComp
-
getPopulation
-
getScale
-
getPopulationIndex
public int getPopulationIndex() -
getSegmentId
public int getSegmentId() -
isVariableInPopulation
public boolean isVariableInPopulation() -
isVariableOnSynapse
public boolean isVariableOnSynapse() -
isInteger
-
toString
-
main
- Throws:
Exception
-