Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.IProjectDescriptor.ModelKind
-
Packages that use IProjectDescriptor.ModelKind Package Description net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves.net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of IProjectDescriptor.ModelKind in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return IProjectDescriptor.ModelKind Modifier and Type Method Description static IProjectDescriptor.ModelKindIProjectDescriptor.ModelKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IProjectDescriptor.ModelKind[]IProjectDescriptor.ModelKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IProjectDescriptor.ModelKind Modifier and Type Method Description private PathProject. createPathWithFallback(IProjectDescriptor.ModelKind kind)Creates a model path with default fallback.java.lang.StringIProjectDescriptor. getModelFolder(IProjectDescriptor.ModelKind kind)Returns the path to the respective models relative toIProjectDescriptor.getBase(). -
Uses of IProjectDescriptor.ModelKind in net.ssehub.easy.producer.core.mgmt
Methods in net.ssehub.easy.producer.core.mgmt with parameters of type IProjectDescriptor.ModelKind Modifier and Type Method Description java.lang.StringProjectDescriptor. getModelFolder(IProjectDescriptor.ModelKind kind) -
Uses of IProjectDescriptor.ModelKind in net.ssehub.easy.producer.core.persistence.standard
Methods in net.ssehub.easy.producer.core.persistence.standard with parameters of type IProjectDescriptor.ModelKind Modifier and Type Method Description java.lang.StringStandaloneProjectDescriptor. getModelFolder(IProjectDescriptor.ModelKind kind)
-