Package org.drools.model.impl
Class PrototypeVariableImpl
- java.lang.Object
-
- org.drools.model.impl.VariableImpl<T>
-
- org.drools.model.impl.DeclarationImpl<PrototypeFact>
-
- org.drools.model.impl.PrototypeVariableImpl
-
- All Implemented Interfaces:
Argument<PrototypeFact>,Declaration<PrototypeFact>,ModelComponent,PrototypeVariable,Variable<PrototypeFact>
public class PrototypeVariableImpl extends DeclarationImpl<PrototypeFact> implements PrototypeVariable
-
-
Field Summary
-
Fields inherited from class org.drools.model.impl.VariableImpl
GENERATED_VARIABLE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description PrototypeVariableImpl(Prototype prototype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrototypegetPrototype()-
Methods inherited from class org.drools.model.impl.DeclarationImpl
getMetadata, getSource, getWindow, isEqualTo, setMetadata, setSource, setWindow
-
Methods inherited from class org.drools.model.impl.VariableImpl
getName, getType, toString
-
-
-
-
Constructor Detail
-
PrototypeVariableImpl
public PrototypeVariableImpl(Prototype prototype)
-
-
Method Detail
-
getPrototype
public Prototype getPrototype()
- Specified by:
getPrototypein interfacePrototypeVariable
-
-