예제 #1
0
 public int getNumPropAttr() {
   return getNumRegions() * propStrategy.getNumPropAttrPerRegion();
 }
예제 #2
0
 /** Update the list of attributes, with the new nodeCount */
 private void UpdateAttrInfo() {
   attrInfo = propStrategy.getPropAttributes(getNumRegions());
 }