Skip navigation links
A C D F G I O P R S W 

A

AbstractAssemblerException - Exception in org.refcodes.assembler
Base exception for the assembler artifact.
AbstractAssemblerException(String, String) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
AbstractAssemblerException(String, Throwable, String) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
AbstractAssemblerException(String, Throwable) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
AbstractAssemblerException(String) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
AbstractAssemblerException(Throwable, String) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
AbstractAssemblerException(Throwable) - Constructor for exception org.refcodes.assembler.AbstractAssemblerException
 
Assembler<WP> - Interface in org.refcodes.assembler
An assembler to manufacture a work piece object.

C

close() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
CompositeSequentialAssemblerImpl<WP> - Class in org.refcodes.assembler.impls
A compound sequential assembler which is passing the work piece from one contained assembler to the next in the order in which them were passed.
CompositeSequentialAssemblerImpl(Assembler<WP>...) - Constructor for class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
Constructs the sequential assembler which contains a list of assemblers being invoked in the order in which them were added upon calling the method doAssemble(Object).
CompositeSequentialAssemblerImpl(ExecutionStrategy, Assembler<WP>...) - Constructor for class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
Constructs the sequential assembler which contains a list of assemblers being invoked in the order in which them were added upon calling the method doAssemble(Object).
CompositeSequentialAssemblerImpl(boolean, boolean, Assembler<WP>...) - Constructor for class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
Constructs the sequential assembler which contains a list of assemblers being invoked in the order in which them were added upon calling the method doAssemble(Object).
CompositeSequentialAssemblerImpl(ExecutionStrategy, boolean, boolean, Assembler<WP>...) - Constructor for class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
Constructs the sequential assembler which contains a list of assemblers being invoked in the order in which them were added upon calling the method doAssemble(Object).

D

decompose() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
destroy() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
dispose() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
doAssemble(WP) - Method in interface org.refcodes.assembler.Assembler
This method is invoked with a work as argument.
doAssemble(WP) - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

F

flush() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

G

getWorkPiece() - Method in interface org.refcodes.assembler.WorkPieceAccessor
 
getWorkPiece() - Method in exception org.refcodes.assembler.WorkPieceException
 

I

initialize() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

O

open() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
org.refcodes.assembler - package org.refcodes.assembler
 
org.refcodes.assembler.impls - package org.refcodes.assembler.impls
 

P

pause() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

R

reset() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
resume() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

S

setWorkPiece(WP) - Method in interface org.refcodes.assembler.WorkPieceAccessor.WorkPieceMutator
 
start() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 
stop() - Method in class org.refcodes.assembler.impls.CompositeSequentialAssemblerImpl
 

W

WorkPieceAccessor<WP> - Interface in org.refcodes.assembler
Provides an accessor for a work piece property.
WorkPieceAccessor.WorkPieceMutator<WP> - Interface in org.refcodes.assembler
Provides a mutator for a work piece property.
WorkPieceAccessor.WorkPieceProperty<WP> - Interface in org.refcodes.assembler
Provides a work piece property.
WorkPieceException - Exception in org.refcodes.assembler
The work piece exception is related to a work piece.
WorkPieceException(Object, String, String) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
WorkPieceException(Object, String, Throwable, String) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
WorkPieceException(Object, String, Throwable) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
WorkPieceException(Object, String) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
WorkPieceException(Object, Throwable, String) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
WorkPieceException(Object, Throwable) - Constructor for exception org.refcodes.assembler.WorkPieceException
 
A C D F G I O P R S W 
Skip navigation links

Copyright © 2015. All rights reserved.