|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceReference | |
---|---|
org.deduced | This package contains the base classes of the deduced framework. |
org.deduced.framework | Deduced framework initialization classes. |
org.deduced.implementation | |
org.deduced.initialization.model | |
org.deduced.initialization.model.implementation |
Uses of InstanceReference in org.deduced |
---|
Subinterfaces of InstanceReference in org.deduced | |
---|---|
interface |
StaticInstanceReference
Interface used to represent the type : static instance reference Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
Methods in org.deduced that return InstanceReference | |
---|---|
InstanceReference |
DeductionRule.getOutput()
Get the value of the instance : output |
InstanceReference |
DeductionRule.setOutput(InstanceReference newValue)
Set the value of the instance : output |
Methods in org.deduced with parameters of type InstanceReference | |
---|---|
InstanceReference |
DeductionRule.setOutput(InstanceReference newValue)
Set the value of the instance : output |
Uses of InstanceReference in org.deduced.framework |
---|
Methods in org.deduced.framework that return InstanceReference | |
---|---|
private static InstanceReference |
FrameworkLoader.getRuleOutput(DeductionRule ruleToAdd)
get Rule Output on a deduction rule. |
Uses of InstanceReference in org.deduced.implementation |
---|
Classes in org.deduced.implementation that implement InstanceReference | |
---|---|
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 |
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 |
Fields in org.deduced.implementation declared as InstanceReference | |
---|---|
private InstanceReference |
DeductionRuleImplementation.output
member variable holding the value for : output |
Methods in org.deduced.implementation that return InstanceReference | |
---|---|
InstanceReference |
DeductionRuleImplementation.getOutput()
(non-Javadoc) |
InstanceReference |
DeductionRuleImplementation.setOutput(InstanceReference setValue)
(non-Javadoc) |
Methods in org.deduced.implementation with parameters of type InstanceReference | |
---|---|
static void |
InstanceReferenceImplementation.resetListFixedInstances(InstanceReference instance)
reset all the list fixed instances |
InstanceReference |
DeductionRuleImplementation.setOutput(InstanceReference setValue)
(non-Javadoc) |
Uses of InstanceReference in org.deduced.initialization.model |
---|
Subinterfaces of InstanceReference in org.deduced.initialization.model | |
---|---|
interface |
InstanceReferenceInitializationModel
Interface used to represent the type : instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
interface |
StaticInstanceReferenceInitializationModel
Interface used to represent the type : static instance reference initialization model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm |
Uses of InstanceReference in org.deduced.initialization.model.implementation |
---|
Classes in org.deduced.initialization.model.implementation that implement InstanceReference | |
---|---|
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |