com.semarchy.mdm.runtime.model.logical
Interface IBuiltInNode

All Superinterfaces:
IShape, IUniquelyNamed, IWorkflowNode, Serializable

public interface IBuiltInNode
extends IWorkflowNode

A builtin Node

Author:
sarod

Field Summary
static String BT_NODE_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 BuiltInNodeType getType()
          The type of the builtin node
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IWorkflowNode
getFirstTransitionTo, getIncomingTransitions, getName, getOutgoingTransition, getOutgoingTransitions, getToTasks, getTransitionsTo, getTransitionTo, getWorkflow
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IShape
getHeight, getWidth, getX, getY
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

BT_NODE_PREFIX

static final String BT_NODE_PREFIX
See Also:
Constant Field Values
Method Detail

getType

BuiltInNodeType getType()
The type of the builtin node

Returns:


Copyright © 2015. All Rights Reserved.