* @generated NOT
*/
public boolean isAtomic() {
// The FlowPort is Atomic if it is not typed by a FlowSpecification
Boolean isAtomic = true;
FlowSpecification flowSpec = null;
if(getBase_Port() != null) {
// Find FlowPort type
Type type = getBase_Port().getType();
if((type != null) && (type instanceof Interface)) {