protected static boolean |
AddSystemDataFlow.isPossible(Instance instance,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
CheckReport checkReport) |
Check if it is possible (concerning structural correctness and state based
correctness) to add a system data flow of the given type between the given
nodes.
|
static boolean |
AddSystemDataFlow.isPossible(Instance instance,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName) |
Check if it is possible (concerning structural correctness and state based
correctness) to add a system data flow of the given type between the given
nodes.
|
static boolean |
AddSystemDataFlow.isPossible(Instance instance,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName,
CheckReport checkReport) |
Check if it is possible (concerning structural correctness and state based
correctness) to add a system data flow of the given type between the given
nodes.
|
protected static boolean |
AddSystemDataFlow.isPossible(Template template,
int prodNodeId,
SystemDataProducer systemDataType,
int consNodeId,
CheckReport checkReport) |
Check if it is possible (concerning structural correctness) to add a system
data flow of the given type between the given nodes.
|
static boolean |
AddSystemDataFlow.isPossible(Template template,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName) |
Check if it is possible (concerning structural correctness) to add a
system data flow between the given nodes.
|
static boolean |
AddSystemDataFlow.isPossible(Template template,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName,
CheckReport checkReport) |
Check if it is possible (concerning structural correctness) to add a
system data flow of the given type between the given nodes.
|
static void |
AddSystemDataFlow.performOperation(SessionToken session,
ChangeableInstance instance,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName) |
Adds a system data flow of the given type between the given nodes in the
given instance.
|
static void |
AddSystemDataFlow.performOperation(SessionToken session,
ChangeableInstance instance,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName,
UpdateManager updateManager) |
Adds a system data flow of the given type between the given nodes in the
given instance.
|
static void |
AddSystemDataFlow.performOperation(SessionToken session,
ChangeableTemplate template,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName) |
Adds a system data flow of the given type between the given nodes.
|
static void |
AddSystemDataFlow.performOperation(SessionToken session,
ChangeableTemplate template,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName,
UpdateManager updateManager) |
Adds a system data flow of the given type between the given nodes.
|
protected static void |
AddSystemDataFlow.performOperation(SessionToken session,
ChangePrimitives processGraph,
int producerNodeID,
SystemDataProducer systemDataType,
int consumerNodeID,
String inputParameterName,
UpdateManager updateManager) |
Worker method to do the structural changes for both changeable templates
and changeable instances.
|