Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.Map
-
Packages that use Map 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.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page. -
-
Uses of Map in net.ssehub.easy.instantiation.core.model.vilTypes
Subclasses of Map in net.ssehub.easy.instantiation.core.model.vilTypes Modifier and Type Class Description classUnmodifiableMap<K,V>Represents an unmodifiable map.Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return Map Modifier and Type Method Description Map<K,V>Map. cloneMap()Clones this map.static Map<?,?>Map. convert(Sequence<?> sequence)Converts the given sequence into a map.Map<T,T>ArraySequence. mapAny(Sequence<T> other)Map<T,T>ListSequence. mapAny(Sequence<T> other)Map<T,T>Sequence. mapAny(Sequence<T> other)Maps the elements of this sequence to the elements ofotherand returns the mapping pairs (based on the equals operation) regardless of the sequence.static <T> Map<T,T>SequenceOperations. mapAny(Sequence<T> seq1, Sequence<T> seq2)Maps the elements ofseq1to the elements ofseq2and returns the mapping pairs (based on the equals operation) regardless of their sequence.Map<T,T>UnmodifiableSequence. mapAny(Sequence<T> other)Map<T,T>ArraySequence. mapSequence(Sequence<T> other)Map<T,T>ListSequence. mapSequence(Sequence<T> other)Map<T,T>Sequence. mapSequence(Sequence<T> other)Maps the elements of this sequence to the elements ofotherand returns the mapping pairs (based on the equals operation) in the given sequence.static <T> Map<T,T>SequenceOperations. mapSequence(Sequence<T> seq1, Sequence<T> seq2)Maps the elements ofseq1to the elements ofseq2and returns the mapping pairs (based on the equals operation) in the given sequence.Map<T,T>UnmodifiableSequence. mapSequence(Sequence<T> other)Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return types with arguments of type Map Modifier and Type Method Description static TypeDescriptor<? extends Map<?,?>>TypeRegistry. getMapType(TypeDescriptor<?>... parameter)Returns the VIL type for a map with the given type parameters.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Map Modifier and Type Method Description private static booleanMap. isAnyMap(Map<?,?> map)Returns whethermapis anmap. -
Uses of Map in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity with parameters of type Map Modifier and Type Method Description private static org.apache.velocity.VelocityContextVelocityInstantiator. createContext(Configuration config, Map<?,?> nameMapping)Creates the velocity context.static Set<FileArtifact>VelocityInstantiator. velocity(Path template, Configuration config, Map<?,?> nameMapping)Instantiates a single file artifact using the givenconfiguration.static Set<FileArtifact>VelocityInstantiator. velocity(Collection<FileArtifact> templates, Configuration config, Map<?,?> nameMapping)Instantiates a collection of file artifacts using the givenconfiguration.
-