ucl.physiol.neuroconstruct.project.segmentchoice
Class IndividualSegments
java.lang.Object
ucl.physiol.neuroconstruct.project.segmentchoice.SegmentLocationChooser
ucl.physiol.neuroconstruct.project.segmentchoice.IndividualSegments
public class IndividualSegments
- extends SegmentLocationChooser
Class for selecting a list of individual segments
- Author:
- Padraig Gleeson
IndividualSegments
public IndividualSegments()
IndividualSegments
public IndividualSegments(ArrayList<Integer> listOfSegments)
getListOfSegmentIds
public ArrayList<Integer> getListOfSegmentIds()
setListOfSegmentIds
public void setListOfSegmentIds(ArrayList<Integer> listOfSegmentIds)
getFractionAlong
public float getFractionAlong()
setFractionAlong
public void setFractionAlong(float fractAlong)
clone
public Object clone()
- Overrides:
clone in class SegmentLocationChooser
generateNextSegLoc
protected SegmentLocation generateNextSegLoc()
throws AllSegmentsChosenException,
SegmentChooserException
- Specified by:
generateNextSegLoc in class SegmentLocationChooser
- Throws:
AllSegmentsChosenException
SegmentChooserException
reinitialise
protected void reinitialise()
- Specified by:
reinitialise in class SegmentLocationChooser
toNiceString
public String toNiceString()
- Specified by:
toNiceString in class SegmentLocationChooser
main
public static void main(String[] args)