| Package | Description |
|---|---|
| net.mdatools.modelant.core.operation.model.topology |
| Modifier and Type | Method and Description |
|---|---|
static <V extends javax.jmi.reflect.RefObject> |
Node.findReadyMatches(EquivalenceClassesMap<V> equivalenceClasses,
Node<V> nodeToMatch,
List<Node<V>> generationReady)
Find all ready nodes in this topology, that are equal to the provided node (from the other topology)
|
ArrayList<Node<javax.jmi.reflect.RefObject>> |
ModelTopology.getGenerationOfReady() |
List<Node<V>> |
Node.getReferers() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends javax.jmi.reflect.RefObject> |
Node.findReadyMatches(EquivalenceClassesMap<V> equivalenceClasses,
Node<V> nodeToMatch,
List<Node<V>> generationReady)
Find all ready nodes in this topology, that are equal to the provided node (from the other topology)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.assignAssociatedNodes(Map<V,Node<V>> modelToNodeMap)
This method assigns the Nodes that represent the model elements associated to the wrapped one
and sets in level the number of referenced objects.
|
static <V extends javax.jmi.reflect.RefObject> |
Node.findReadyMatches(EquivalenceClassesMap<V> equivalenceClasses,
Node<V> nodeToMatch,
List<Node<V>> generationReady)
Find all ready nodes in this topology, that are equal to the provided node (from the other topology)
|
void |
ModelTopology.removeFromReadyNodes(List<Node<javax.jmi.reflect.RefObject>> targetGenerationReady)
Exclude the listed nodes from the READY list, but keep them in the topology itself
|
void |
ModelTopology.removeFromTopology(Collection<Node<javax.jmi.reflect.RefObject>> nodes)
This method excludes the nodes provided from the owner topology, decreases the level of all
nodes that refer this and rearranges the topology to reflect level of the changed nodes.
|
static <V extends javax.jmi.reflect.RefObject> |
Node.unwrap(List<Node<V>> nodes)
Convert the list of nodes to a list of their wrapped objects
|
Copyright © 2001–2018 MDA Tools. All rights reserved.