Uses of Class
net.ssehub.easy.instantiation.velocity.VelocityContextItem
-
Packages that use VelocityContextItem Package Description 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 VelocityContextItem in net.ssehub.easy.instantiation.velocity
Subclasses of VelocityContextItem in net.ssehub.easy.instantiation.velocity Modifier and Type Class Description classVelocityCompoundAccessContext which allows retrieval of nested values of a compound via getByName(<slot name>).classVelocityContainerItemVelocityContextItemfor container, i.e., sets and sequences.Fields in net.ssehub.easy.instantiation.velocity with type parameters of type VelocityContextItem Modifier and Type Field Description private java.util.List<VelocityContextItem>VelocityContextInitializer. valuesMethods in net.ssehub.easy.instantiation.velocity that return types with arguments of type VelocityContextItem Modifier and Type Method Description (package private) java.util.List<VelocityContextItem>VelocityContextInitializer. getItems()The convertedVelocityContextItems.
-