Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.OtherProjects
-
Packages that use OtherProjects Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of OtherProjects in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as OtherProjects Modifier and Type Field Description private OtherProjectsRuntimeEnvironment. otherProjectsDefines the other project variable, currently as a local set implementation using a hash set.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return OtherProjects Modifier and Type Method Description (package private) OtherProjectsRuntimeEnvironment. getOtherProjects()Returns the other projects variable (for package internal use only).
-