Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.ClassMeta
-
Packages that use ClassMeta Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.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. -
-
Uses of ClassMeta in net.ssehub.easy.instantiation.core.model.artifactModel
Classes in net.ssehub.easy.instantiation.core.model.artifactModel with annotations of type ClassMeta Modifier and Type Interface Description interfaceIArtifactRepresents a generic artifact.interfaceIFileSystemArtifactRepresents a file system artifact, i.e., a real-world entity in a file system. -
Uses of ClassMeta in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes with annotations of type ClassMeta Modifier and Type Interface Description interfaceCollection<T>Defines the basic VIL collection type to be used with maps and joins.(package private) classPseudoAnyA type which can be assigned to any type.classPseudoBooleanA class representing the Boolean type.classPseudoIntegerA pseudo integer type for VIL.classPseudoIterator<T>Implements a pseudo class for iterators (handled internally).classPseudoRealImplements a pseudo class for reals.classPseudoStringImplements a pseudo class for strings.classPseudoTypeJust a type for types.(package private) classPseudoVersionRepresents the internal type "Version".classResolvableOperationTypeImplements the type denoting a VIL operation (rule, def).Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type ClassMeta Modifier and Type Method Description private static java.lang.StringReflectionTypeDescriptor. getAlias(ClassMeta meta)Returns a possible alias forClassMeta.
-