|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Functor.Composite
The base interface for all functors that are composed of other functors.
Composition of functors is possible in several variations.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface orbital.logic.functor.Functor |
---|
Functor.Composite, Functor.Specification |
Method Summary | |
---|---|
Notation |
getNotation()
Get the notation used. |
void |
setNotation(Notation notation)
Set the notation to use. |
Methods inherited from interface orbital.logic.Composite |
---|
construct, getComponent, getCompositor, setComponent, setCompositor |
Methods inherited from interface orbital.logic.functor.Functor |
---|
equals, hashCode, toString |
Method Detail |
---|
Notation getNotation()
void setNotation(Notation notation)
Optional operation.
notation
- the notation to use for formatting this composite functor.
java.lang.UnsupportedOperationException
- if setting the notation is not supported.
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |