public class PositionController extends Object
Constructor and Description |
---|
PositionController() |
PositionController(Position position) |
Modifier and Type | Method and Description |
---|---|
void |
assignMissingComponentValues() |
void |
assignPattern(String pattern,
TableElement tableElement) |
boolean |
checkMissingComponentValues() |
Position |
forThis(Cell featureOfInterestPosition) |
List<MissingComponentPanel> |
getMissingComponentPanels() |
List<Component> |
getMissingComponents() |
Position |
getNextPositionWithMissingValues() |
Position |
getPosition() |
void |
markComponents() |
void |
merge(Position position1,
Position position2) |
void |
mergePositions() |
void |
setMissingComponents(List<Component> components) |
void |
setPosition(Position position) |
void |
unassignMissingComponentValues() |
public PositionController()
public PositionController(Position position)
public Position getPosition()
public void setPosition(Position position)
public void assignPattern(String pattern, TableElement tableElement)
public Position getNextPositionWithMissingValues()
public List<MissingComponentPanel> getMissingComponentPanels()
public void assignMissingComponentValues()
public boolean checkMissingComponentValues()
public void unassignMissingComponentValues()
public void markComponents()
public void mergePositions()
Copyright © 2011–2019 52°North. All rights reserved.