Package org.drools.traits.core.metadata
Interface NewInstance<T>
-
- All Superinterfaces:
Identifiable,MetaCallableTask<T>,java.io.Serializable,WorkingMemoryTask<T>
- All Known Implementing Classes:
NewInstanceLiteral
public interface NewInstance<T> extends WorkingMemoryTask<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.traits.core.metadata.MetaCallableTask
MetaCallableTask.KIND
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInterface()-
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUri
-
Methods inherited from interface org.drools.traits.core.metadata.MetaCallableTask
call, kind
-
Methods inherited from interface org.drools.traits.core.metadata.WorkingMemoryTask
getSetters, getTarget, getTargetId
-
-