public interface CompositionContext
Modifier and Type | Method and Description |
---|---|
org.colomoto.biolqm.NodeInfo |
getLowLevelComponentFromName(String componentName,
int instance)
Obtain a NodeInfo from the name it had in the original module and an
instance identification
|
List<org.colomoto.biolqm.NodeInfo> |
getLowLevelComponents() |
Set<Integer> |
getNeighbourIndices(int instance,
int distance)
Get neighbours at an exact distance
|
Set<Integer> |
getNeighbourIndices(int instance,
int minDistance,
int maxDistance) |
List<org.colomoto.biolqm.NodeInfo> getLowLevelComponents()
Set<Integer> getNeighbourIndices(int instance, int distance)
instance
- identification of the reference instancedistance
- the exact distance from the reference instanceSet<Integer> getNeighbourIndices(int instance, int minDistance, int maxDistance)
org.colomoto.biolqm.NodeInfo getLowLevelComponentFromName(String componentName, int instance)
componentName
- the name of the component in the original moduleinstance
- the identification of the instanceCopyright © 2005–2020. All rights reserved.