|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IImplementationDetail | |
---|---|
net.sourceforge.nrl.parser.operators | Operator library management package. |
Uses of IImplementationDetail in net.sourceforge.nrl.parser.operators |
---|
Classes in net.sourceforge.nrl.parser.operators that implement IImplementationDetail | |
---|---|
class |
ImplementationDetail
A default implementation of the implementation detail interface. |
Methods in net.sourceforge.nrl.parser.operators that return types with arguments of type IImplementationDetail | |
---|---|
Collection<IImplementationDetail> |
Parameter.getImplementationDetails()
|
Collection<IImplementationDetail> |
Operator.getImplementationDetails()
|
Collection<IImplementationDetail> |
IParameter.getImplementationDetails()
Return all implementation details associated with the parameter. |
Collection<IImplementationDetail> |
IOperator.getImplementationDetails()
Return all implementation details associated with the operator. |
Methods in net.sourceforge.nrl.parser.operators with parameters of type IImplementationDetail | |
---|---|
void |
Parameter.addImplementationDetail(IImplementationDetail detail)
|
void |
Operator.addImplementationDetail(IImplementationDetail detail)
|
void |
Parameter.removeImplementationDetail(IImplementationDetail detail)
|
Constructors in net.sourceforge.nrl.parser.operators with parameters of type IImplementationDetail | |
---|---|
ImplementationDetail(IImplementationDetail other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |