예제 #1
0
파일: Blockade.java 프로젝트: jpollo/rcrss
 /**
  * Get the ID of position of this blockade.
  *
  * @return The position.
  */
 @Override
 public Road getPosition() {
   return position == null
       ? position = (Road) standardModel().getEntity(positionID.getValue())
       : position;
 }
예제 #2
0
파일: Blockade.java 프로젝트: jpollo/rcrss
 /**
  * Get the ID of position of this blockade.
  *
  * @return The position.
  */
 public EntityID getPositionID() {
   return positionID.getValue();
 }