|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPropertyCollection | |
---|---|
org.deduced | This package contains the base classes of the deduced framework. |
org.deduced.analyzer.implementation | This package contains code used by analyzers. |
org.deduced.controller.implementation | Controller implementation classes. |
org.deduced.controller.typed.implementation | |
org.deduced.dynamic | The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. |
org.deduced.framework | Deduced framework initialization classes. |
org.deduced.implementation | |
org.deduced.initialization.model.implementation | |
org.deduced.task.implementation | |
org.deduced.text.builder.implementation | |
org.deduced.text.implementation | |
org.deduced.validation.model.implementation | |
org.deduced.validation.validator.implementation |
Uses of AbstractPropertyCollection in org.deduced |
---|
Subclasses of AbstractPropertyCollection in org.deduced | |
---|---|
class |
FixedPropertyInstanceCollection<K,V>
Abstract property collection used as a base class for property collections that have a fixed list of properties. |
class |
IdPropertyMap<V>
IdPropertyMap. |
class |
PropertyList<V>
Property List is used to contain properties as a list. |
class |
PropertyMap<K,V>
A property map represents a property collection in which properties may be added, changed and removed. |
Methods in org.deduced that return AbstractPropertyCollection | |
---|---|
protected AbstractPropertyCollection<K,V> |
AbstractPropertyCollection.callObjectClone()
call the object clone method |
Methods in org.deduced with parameters of type AbstractPropertyCollection | |
---|---|
protected void |
AbstractPropertyCollection.cleanNewlyClonedValue(AbstractPropertyCollection<K,V> newClone)
clean Newly Cloned Value before additional initialization steps are performed. |
protected void |
PropertyMap.cleanNewlyClonedValue(AbstractPropertyCollection<K,V> newClone)
(non-JSDoc) |
Uses of AbstractPropertyCollection in org.deduced.analyzer.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.analyzer.implementation | |
---|---|
class |
SingleItemListFilterImplementation
Java Implementation used to represent the type : single item list filter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
SingleListItemFilterImpl
Title: SingleListItemFilter |
Uses of AbstractPropertyCollection in org.deduced.controller.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.controller.implementation | |
---|---|
class |
AbstractPropertyCollectionController
Title: AbstractPropertyCollectionController |
class |
DeducedControllerLayerExtensionImplementation
Deduced Controller Layer Extension Implementation |
private class |
DeducedControllerLayerExtensionImplementation.LooseParentPropertyList<V>
LooseParentPropertyList is a property list that allows addition of property collections where the parent already matches the current collection |
class |
DefaultPropertyCollectionControllerModelImplementation
Java Implementation used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DefaultPropertyControllerModelImplementation
Java Implementation used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DirectPropertyCollectionController
Title: DirectPropertyController |
class |
DirectPropertyController
Title: DirectPropertyController |
class |
FlyWheelPropertyCollectionController
Fly Wheel Property Collection Controller |
class |
FlyWheelPropertyCollectionControllerList
FlyWheelPropertyCollectionControllerMap |
class |
FlyWheelPropertyController
Fly Wheel Property Controller |
class |
FlyWheelPropertyControllerList
FlyWheelPropertyControllerMap |
class |
PropertyCollectionControllerModelImplementation
Java Implementation used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyControllerModelImplementation
Java Implementation used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
SimplePropertyCollectionController
Simple Property Collection Controller is used to control a property collection. |
Uses of AbstractPropertyCollection in org.deduced.controller.typed.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.controller.typed.implementation | |
---|---|
class |
CollectionTypeControllerPackageImplementation
Java Implementation used to represent the type : Collection Type Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypedCollectionControllerImplementation
Java Implementation used to represent the type : Typed Collection Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypedCollectionListControllerImplementation
Java Implementation used to represent the type : Typed Collection List Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypedControllerPackageImplementation
Java Implementation used to represent the type : Typed Controller Package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypedControllerSchemaImplementation
Java Implementation used to represent the type : Typed Controller Schema Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypedPropertyControllerImplementation
Java Implementation used to represent the type : Typed Property Controller Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.dynamic |
---|
Subclasses of AbstractPropertyCollection in org.deduced.dynamic | |
---|---|
class |
DynamicPropertyList
Class used to host a list of DynamicPropertyMap. |
class |
DynamicPropertyMap
This class is used to create dynamic property collections that change as their defined type changes |
class |
FlyWheelDynamicPropertyCollectionController
Fly Wheel Dynamic Property Collection Controller |
class |
FlyWheelDynamicPropertyController
Fly Wheel Dynamic Property Controller |
Methods in org.deduced.dynamic with parameters of type AbstractPropertyCollection | |
---|---|
protected void |
DynamicPropertyMap.cleanNewlyClonedValue(AbstractPropertyCollection<java.lang.Object,java.lang.Object> newClone)
(non-JSDoc) |
Uses of AbstractPropertyCollection in org.deduced.framework |
---|
Subclasses of AbstractPropertyCollection in org.deduced.framework | |
---|---|
class |
DeducedModelLayerExtensionImplementation
Default implementation of a deduced model layer with the extension required to bind a factory to the model. |
Uses of AbstractPropertyCollection in org.deduced.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.implementation | |
---|---|
class |
ActionImplementation
Java Implementation used to represent the type : action Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
CollectionTypeInformationImplementation
Java Implementation used to represent the type : collection type information Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
CompiledModelImplementation
Java Implementation used to represent the type : compiled model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ConfigurationImplementation
Java Implementation used to represent the type : configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ConfiguredCollectionImplementation
Java Implementation used to represent the type : configured collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ContexedCollectionImplementation
Java Implementation used to represent the type : contexed collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ContextImplementation
Java Implementation used to represent the type : context Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedApplicationLayerImplementation
Java Implementation used to represent the type : deduced application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedControllerLayerImplementation
Java Implementation used to represent the type : deduced controller layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedControllerLayerLinkedCollectionImplementation
Java Implementation used to represent the type : deduced controller layer linked collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedModelLayerImplementation
Java Implementation used to represent the type : deduced model layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeducedSchemaLayerImplementation
Java Implementation used to represent the type : deduced schema layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DeductionRuleImplementation
Java Implementation used to represent the type : deduction rule Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DocumentedCollectionImplementation
Java Implementation used to represent the type : documented collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
EnabledPropertyCollectionImplementation
Java Implementation used to represent the type : enabled property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
EnumerationPropertyCollectionImplementation
Java Implementation used to represent the type : enumeration property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
EnumerationPropertyTypeImplementation
Java Implementation used to represent the type : enumeration property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
FolderImplementation
Java Implementation used to represent the type : folder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
InitializationModelImplementation
Java Implementation used to represent the type : initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
InstanceReferenceImplementation
Java Implementation used to represent the type : instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ManuallyOrderedInstanceReferenceImplementation
Java Implementation used to represent the type : manually ordered instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ManuallyOrderedParameterImplementation
Java Implementation used to represent the type : manually ordered parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ManuallyOrderedTypeImplementation
Java Implementation used to represent the type : manually ordered type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
NamedPropertyCollectionImplementation
Java Implementation used to represent the type : named property collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
OrderedInstanceReferenceImplementation
Java Implementation used to represent the type : ordered instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
OrderedInstanceReferenceListImplementation
Java Implementation used to represent the type : ordered instance reference list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm |
class |
OrderedParameterImplementation
Java Implementation used to represent the type : ordered parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
OrderedParameterListImplementation
Java Implementation used to represent the type : ordered parameter list Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaOrderedPropertyListImplementation.vm |
class |
OrderedPropertyListTypeImplementation
Java Implementation used to represent the type : ordered property list type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
OrderingPropertyCollectionTypeImplementation
Java Implementation used to represent the type : ordering property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ParameterImplementation
Java Implementation used to represent the type : parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyCollectionListInstanceImplementation
Java Implementation used to represent the type : property collection list instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyCollectionTypeImplementation
Java Implementation used to represent the type : property collection type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyInstanceImplementation
Java Implementation used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyPackageImplementation
Java Implementation used to represent the type : property package Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
PropertyTypeImplementation
Java Implementation used to represent the type : property type Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
SchemaAnalyzerImplementation
Java Implementation used to represent the type : schema analyzer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
SchemaBasedApplicationLayerImplementation
Java Implementation used to represent the type : schema based application layer Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
StaticInstanceReferenceImplementation
Java Implementation used to represent the type : static instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
UtilitiesImplementation
Java Implementation used to represent the type : utilities Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ValidationModelImplementation
Java Implementation used to represent the type : validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.initialization.model.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.initialization.model.implementation | |
---|---|
class |
BigDecimalInitializationModelImplementation
Java Implementation used to represent the type : big decimal initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
BigIntegerInitializationModelImplementation
Java Implementation used to represent the type : big integer initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
BooleanInitializationModelImplementation
Java Implementation used to represent the type : boolean initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ByteInitializationModelImplementation
Java Implementation used to represent the type : byte initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
CalendarInitializationModelImplementation
Java Implementation used to represent the type : calendar initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
CharacterInitializationModelImplementation
Java Implementation used to represent the type : character initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
CreationInitializationModelImplementation
Java Implementation used to represent the type : creation initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
DoubleInitializationModelImplementation
Java Implementation used to represent the type : double initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
FloatInitializationModelImplementation
Java Implementation used to represent the type : float initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
InstanceReferenceInitializationModelImplementation
Java Implementation used to represent the type : instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
IntegerInitializationModelImplementation
Java Implementation used to represent the type : integer initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
LongInitializationModelImplementation
Java Implementation used to represent the type : long initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ReferenceInitializationModelImplementation
Java Implementation used to represent the type : reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ShortInitializationModelImplementation
Java Implementation used to represent the type : short initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
StaticInstanceReferenceInitializationModelImplementation
Java Implementation used to represent the type : static instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
StringInitializationModelImplementation
Java Implementation used to represent the type : string initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.task.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.task.implementation | |
---|---|
class |
TaskImplementation
Java Implementation used to represent the type : task Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TaskMonitorImplementation
Java Implementation used to represent the type : task monitor Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.text.builder.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.text.builder.implementation | |
---|---|
class |
AbstractTextBuilderImplementation
Java Implementation used to represent the type : abstract text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
FormattedMultilanguageTextBuilderImplementation
Java Implementation used to represent the type : formatted multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
MultilanguageTextBuilderImplementation
Java Implementation used to represent the type : multi-language text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.text.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.text.implementation | |
---|---|
class |
AbstractLanguageCollectionImplementation
Java Implementation used to represent the type : abstract language collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
AbstractTextCollectionImplementation
Java Implementation used to represent the type : abstract text collection Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
LanguageImplementation
Java Implementation used to represent the type : language Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
LanguageSpecificTextConfigurationImplementation
Java Implementation used to represent the type : language specific text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
MultilanguageTextConfigurationImplementation
Java Implementation used to represent the type : multi-language text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TextConfigurationImplementation
Java Implementation used to represent the type : text configuration Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.validation.model.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.validation.model.implementation | |
---|---|
class |
EnumerationValidationModelImplementation
Java Implementation used to represent the type : enumeration validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
LinkedValidationModelImplementation
Java Implementation used to represent the type : linked validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
NullableValidationModelImplementation
Java Implementation used to represent the type : nullable validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
NumberValidationModelImplementation
Java Implementation used to represent the type : number validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
StringValidationModelImplementation
Java Implementation used to represent the type : string validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypeCreationValidationModelImplementation
Java Implementation used to represent the type : type creation validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypeReferenceValidationModelImplementation
Java Implementation used to represent the type : type reference validation model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
Uses of AbstractPropertyCollection in org.deduced.validation.validator.implementation |
---|
Subclasses of AbstractPropertyCollection in org.deduced.validation.validator.implementation | |
---|---|
class |
EnumerationValidatorImplementation
Java Implementation used to represent the type : enumeration validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ErrorMessageBasedValidatorImplementation
Java Implementation used to represent the type : error message based validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
NullableValidatorImplementation
Java Implementation used to represent the type : nullable validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
NumberValidatorImplementation
Java Implementation used to represent the type : number validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
StringValidatorImplementation
Java Implementation used to represent the type : string validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypeCreationValidatorImplementation
Java Implementation used to represent the type : type creation validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
TypeReferenceValidatorImplementation
Java Implementation used to represent the type : type reference validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
class |
ValidatorImplementation
Java Implementation used to represent the type : validator Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |