Orbital library

Uses of Interface
orbital.logic.Composite

Packages that use Composite
orbital.logic The logic package and its sub packages contain classes for logical operations and frameworks. 
orbital.logic.functor Contains template interfaces for logic functors like Predicates and Functions that can be used for generalized call-back, and functional operations based upon them. 
orbital.logic.imp Defines a generic interface to (symbolic) logic systems. 
orbital.logic.sign Defines generic interfaces for formal languages. 
orbital.logic.sign.type Defines interfaces for general type systems. 
orbital.math.functional Contains mathematical functors and extended functional operations. 
 

Uses of Composite in orbital.logic
 

Methods in orbital.logic that return Composite
 Composite Composite.construct(java.lang.Object compositor, java.lang.Object component)
          Construct a new composition with the given parameters, of the same type like this.
 

Uses of Composite in orbital.logic.functor
 

Subinterfaces of Composite in orbital.logic.functor
static interface BinaryFunction.Composite
          A composed BinaryFunction.
static interface BinaryPredicate.Composite
          A composed BinaryPredicate.
static interface Function.Composite
          A composed Function.
static interface Functor.Composite
          The base interface for all functors that are composed of other functors.
static interface Predicate.Composite
          A composed Predicate.
static interface VoidFunction.Composite
          A composed VoidFunction.
static interface VoidPredicate.Composite
          A composed VoidPredicate.
 

Uses of Composite in orbital.logic.imp
 

Subinterfaces of Composite in orbital.logic.imp
static interface Formula.Composite
          Interface for composite formulas.
 

Uses of Composite in orbital.logic.sign
 

Subinterfaces of Composite in orbital.logic.sign
static interface Expression.Composite
          The base interface for all composite expressions that are composed of other expressions.
 

Uses of Composite in orbital.logic.sign.type
 

Subinterfaces of Composite in orbital.logic.sign.type
static interface Type.Composite
          The base interface for all composite types that are composed of other types.
 

Uses of Composite in orbital.math.functional
 

Subinterfaces of Composite in orbital.math.functional
static interface MathFunctor.Composite
          A composed mathematical functors.
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.