Package net.cis.common.model.shipdevice

Examples of net.cis.common.model.shipdevice.AbstractWeapon


        continue;
      }
    }
    for (Iterator<?> it = modelElement.getWeaponDevices().iterator(); it
        .hasNext();) {
      AbstractWeapon childElement = (AbstractWeapon) it.next();
      int visualID = CismodelVisualIDRegistry.getNodeVisualID(view,
          childElement);
      if (visualID == BeamEditPart.VISUAL_ID) {
        result.add(new CismodelNodeDescriptor(childElement, visualID));
        continue;
View Full Code Here

TOP

Related Classes of net.cis.common.model.shipdevice.AbstractWeapon

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.