|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
OSAgentService
class is sample agent implementation that uses convenient
methods provided from the OSSolverAgent
library
to invoke the sampleLPSolver, an Optimization Services (OS) type solver provided in the
org.optimizationservices.ossolver.solver package.OSaLWriter
class is used to construct an instance that follows
the OSaL format.OSAnalysis
class is a local interface for storing Optimization Services
problem analysis.OSAnalyzerAgent
class implements the OShL
interface.OSBenchmark
class is a local interface for storing Optimization Services
benchmark.OSbLWriter
class is used to construct an instance that follows
the OSbL format.OScL
interface declares all the methods as specified in the
Optimization Services (OS) Framework, specifically the Optimization Services call
Language (OScL).OSConstant
class stores predefined constants (public, static and final)
used in other Optimization Services classes.OSdL
interface declares all the methods as specified in the
Optimization Services (OS) Framework, specifically the Optimization Services discover
Language (OSdL).OSeLWriter
class is used to construct an instance that follows
the OSeL format.OSEntity
class is a local interface for storing Optimization Services
entity.OSException
class is the the parent class of
all the Optimization Services related exception classes.OSExpressionTree
class represents an expression tree for a
nonlinear function (linear ones being special cases) and provide convenience
methods to process the contained nonlinear function.OSFlowAgent
class is a library class that invokes Optimization Services
according to the process/sequence specified in an Optimization Services flow Language (OSfL).OSfLWriter
class is used to construct an instance that follows
the OSfL format.OSgLReader
class is a general and generic reader class for all the other OSxL reader classes
to extend, which mostly parse an OSxL instance into a DOM tree and
provide a set of "get" methods that can be used to retrieve different pieces of information of
the OSxL instance.OSgLWriter
class is a general and generic writer class for all the other OSxL writer
classes to extend, which mostly writes a DOM tree of an OSxL instance and provide a set of "set" and "add"
methods that can be used to construct different pieces of information of the OSxL instance.OShL
interface declares all the methods as specified in the
Optimization Services (OS) Framework, specifically the Optimization Services hook-up
Language (OShL).OSiLReader
class parses an OSiL instance into a DOM tree and
provides a set of "get" methods (e.g.OSilReadingException
class is any exception when reading the OSiL instance.OSiLWriter
class is used to construct an optimization instance that follows
the Optimization Services instance Language format.OSInstance
class is a local interface for storing Optimization Services problem instance.OSnLNode
class represents a node in an expression tree for a nonlinear function
(linear ones being special cases) and provide convenience methods to process the node.OSnLNodeAbs
class represents a absolute value node in an expression tree.OSnLNodeAnd
class represents an and conditional logic node in an expression tree.OSnLNodeArccos
class represents a arccos node in an expression tree.OSnLNodeArccosh
class represents a arccosh node in an expression tree.OSnLNodeArcRef
class represents a network arc reference.OSnLNodeArcsin
class represents a arcsin node in an expression tree.OSnLNodeArcsinh
class represents a arcsinh node in an expression tree.OSnLNodeArctan
class represents a arctan node in an expression tree.OSnLNodeArctanh
class represents a arctanh node in an expression tree.OSnLNodeArg
class represents an argument node in an expression tree, which is usually used in the
definition of a user function rather than directly in a function expression tree.OSnLNodeCeiling
class represents a ceiling value node in an expression tree.OSnLNodeCos
class represents a cos node in an expression tree.OSnLNodeCosh
class represents a cosh node in an expression tree.OSnLNodeDivide
class represents a division node in an expression tree.OSnLNodeE
class represents an exponential E constant node in an expression tree.OSnLNodeEPS
class represents a EPS (or epsilon) constant node in an expression tree.OSnLNodeEq
class represents an eq (or equal) relational node in an expression tree.OSnLNodeEULERGAMMA
class represents a EULERGAMMA constant node in an expression tree.OSnLNodeExp
class represents a exponential node in an expression tree.OSnLNodeFALSE
class represents a FALSE boolean constant node in an expression tree.OSnLNodeFloor
class represents a floor value node in an expression tree.OSnLNodeGeq
class represents a geq (or greater than or equal to) relational node in an expression tree.OSnLNodeGt
class represents a gt (or greater than) relational node in an expression tree.OSnLNodeIdentifier
class represents an identifier node in an expression tree, which is mainly
used for symbolic computation.OSnLNodeIf
class represents an if-then-else conditional logic node in an expression tree.OSnLNodeImplies
class represents an implies conditional logic node in an expression tree.OSnLNodeINF
class represents a INF (or infinity) constant node in an expression tree.OSnLNodeLeq
class represents an leq (or less than or equal to) relational node in an expression tree.OSnLNodeLn
class represents a natural log node in an expression tree.OSnLNodeLog
class represents a log node in an expression tree.OSnLNodeLt
class represents an lt (or less than) relational node in an expression tree.OSnLNodeMax
class represents a maximum node in an expression tree.OSnLNodeMean
class represents a mean (or average) node in an expression tree.OSnLNodeMin
class represents a minimum node in an expression tree.OSnLNodeMinus
class represents a subtraction node in an expression tree.OSnLNodeNAN
class represents a NAN (or not a number) constant node in an expression tree.OSnLNodeNegate
class represents a negationtion node in an expression tree.OSnLNodeNeq
class represents an neq (or not equal) relational node in an expression tree.OSnLNodeNodeRef
class represents a network node reference.OSnLNodeNot
class represents an not relational node in an expression tree.OSnLNodeNumber
class represents a number node in an expression tree.OSnLNodeOr
class represents an or conditional logic node in an expression tree.OSnLNodePI
class represents a PI constant node in an expression tree.OSnLNodePlus
class represents an addition node in an expression tree.OSnLNodePower
class represents a power node in an expression tree.OSnLNodeQTerm
class represents an quadratic term node a quadratic expression.OSnLNodeQuadratic
class represents a summation node of quadratic terms in an expression tree.OSnLNodeSim
class represents a simulaion node in an expression tree.OSnLNodeSimInput
class represents a simulation input.OSnLNodeSimOutput
class represents a simulation output.OSnLNodeSin
class represents a sin node in an expression tree.OSnLNodeSinh
class represents a sinh node in an expression tree.OSnLNodeSquare
class represents a square node in an expression tree.OSnLNodeSquareRoot
class represents a square root node in an expression tree.OSnLNodeSum
class represents a summation node in an expression tree.OSnLNodeTan
class represents a tan node in an expression tree.OSnLNodeTanh
class represents a tanh node in an expression tree.OSnLNodeTimes
class represents a multiplication node in an expression tree.OSnLNodeTRUE
class represents a TRUE boolean constant node in an expression tree.OSnLNodeUserF
class represents a user defined function, with a function name.OSnLNodeVariable
class represents a variable node in an expression tree.OSnLNodeXor
class represents an xor (or exclusive or) conditional logic node in an expression tree.OSnLNodeXPath
class represents an XPath node in an expression tree.OSnLNodeXPathIndex
class represents an XPath index which is used by the XPath node to look up
a value given the index name and index value of the XPath index.OSoLWriter
class is used to construct an instance that follows
the OSoL format.OSOption
class is a local interface for storing Optimization Services
options, especially solver service options.OSParameter
class stores predefined parameters/options (public an d static)
used in other Optimization Services classes.OSParameterFile
class stores OSParameter file related information.OSParameterWriter
class is used to construct an instance that follows
the OSParameter format.OSpLWriter
class is used to construct an instance that follows
the OSpL format.OSProcess
class is a local interface for storing Optimization Services
process.OSqLWriter
class is used to construct an instance that follows
the OSqL format.OSQuery
class is a local interface for storing Optimization Services
query.OSRegistry
class is a local interface for storing Optimization Services
registry.OSRegistryAgent
class implements all the OSdL
interface.OSRegistryWriter
class is used to construct an instance that follows
the OSRegistry format.OSRepository
class is a local interface for storing Optimization Services
repository.OSRepositoryWriter
class is used to construct an instance that follows
the OSRepository format.OSResult
class is a local interface for storing Optimization Services
problem result.OSrLWriter
class is used to construct an instance that follows
the OSrL format.OSServiceUtil
class provides a default implementation
for the optimization services.OSSimulation
class is a local interface for storing Optimization Services
simulation.OSSimulationAgent
class implements all the OScL
interface.OSsLWriter
class is used to construct an instance that follows
the OSsL format.OSSolverAgent.java
class implements all the OShL
interface.OSuLWriter
class is used to construct an instance that follows
the OSuL format.OSURI
class is a local interface for storing Optimization Services
uri.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |