public interface IDclfAlgoLookup
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoBranch> |
getDclfAlgoBranchIdLookupTable()
get the Branch id to DclfAlgoBranch object lookup table
|
java.util.Map<java.lang.String,DclfAlgoBus> |
getDclfAlgoBusIdLookupTable()
get the Bus id to DclfAlgoBus object lookup table
|
java.util.Map<java.lang.String,DclfAlgoGen> |
getDclfAlgoGenNameLookupTable()
get the DclfAlgoGen name to object lookup table
|
java.util.Map<java.lang.String,DclfAlgoLoad> |
getDclfAlgoLoadNameLookupTable()
get the DclfAlgoLoad name to object lookup table
|
void |
rebuildLookupRefRelationship()
Rebuild DclfAlgorithm object ref relationship and lookup tables
|
java.util.Map<java.lang.String,DclfAlgoBus> getDclfAlgoBusIdLookupTable()
java.util.Map<java.lang.String,DclfAlgoBranch> getDclfAlgoBranchIdLookupTable()
java.util.Map<java.lang.String,DclfAlgoGen> getDclfAlgoGenNameLookupTable()
java.util.Map<java.lang.String,DclfAlgoLoad> getDclfAlgoLoadNameLookupTable()
void rebuildLookupRefRelationship()