Uses of Class
org.mindswap.pellet.Literal

Packages that use Literal
com.clarkparsia.pellet.rules   
com.clarkparsia.pellet.rules.builtins   
org.mindswap.pellet   
org.mindswap.pellet.tableau.branch   
 

Uses of Literal in com.clarkparsia.pellet.rules
 

Methods in com.clarkparsia.pellet.rules that return Literal
 Literal VariableBinding.get(AtomDObject key)
          If the key is a variable, return the node associated with it in the map.
 Literal LiteralFilter.next()
           
 Literal VariableBinding.set(AtomDObject key, Literal value)
          If the key is a data variable, set the value.
 Literal VariableBinding.set(AtomDVariable key, aterm.ATermAppl value)
           
 

Methods in com.clarkparsia.pellet.rules that return types with arguments of type Literal
 java.util.Set<java.util.Map.Entry<AtomDVariable,Literal>> VariableBinding.dataEntrySet()
           
 

Methods in com.clarkparsia.pellet.rules with parameters of type Literal
 Literal VariableBinding.set(AtomDObject key, Literal value)
          If the key is a data variable, set the value.
 

Uses of Literal in com.clarkparsia.pellet.rules.builtins
 

Methods in com.clarkparsia.pellet.rules.builtins that return Literal
 Literal Function.apply(ABox abox, Literal expected, Literal... args)
          Apply the function against a set of arguments.
 Literal NumericAdapter.apply(ABox abox, Literal expected, Literal... args)
           
 Literal StringFunctionAdapter.apply(ABox abox, Literal expected, Literal... litArgs)
           
static Literal ComparisonTesters.expectedIfEquals(Literal expected, Literal result)
          If the first argument is null, return the second.
 Literal NumberToLiteralVisitor.getLiteral()
           
 

Methods in com.clarkparsia.pellet.rules.builtins with parameters of type Literal
 boolean GeneralFunction.apply(ABox abox, Literal[] args)
          Apply the function against a set of arguments.
 Literal Function.apply(ABox abox, Literal expected, Literal... args)
          Apply the function against a set of arguments.
 Literal Function.apply(ABox abox, Literal expected, Literal... args)
          Apply the function against a set of arguments.
 Literal NumericAdapter.apply(ABox abox, Literal expected, Literal... args)
           
 Literal NumericAdapter.apply(ABox abox, Literal expected, Literal... args)
           
 Literal StringFunctionAdapter.apply(ABox abox, Literal expected, Literal... litArgs)
           
 Literal StringFunctionAdapter.apply(ABox abox, Literal expected, Literal... litArgs)
           
static Literal ComparisonTesters.expectedIfEquals(Literal expected, Literal result)
          If the first argument is null, return the second.
 boolean BinaryTester.test(Literal[] args)
           
 boolean Tester.test(Literal[] args)
           
 

Uses of Literal in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return Literal
 Literal ABox.addLiteral(aterm.ATermAppl dataValue)
          Add a new literal to the ABox.
 Literal ABox.addLiteral(aterm.ATermAppl dataValue, DependencySet ds)
           
 Literal ABox.addLiteral(DependencySet ds)
          Add a new literal to the ABox.
 Literal ABox.getLiteral(aterm.ATerm x)
           
 Literal Literal.getSame()
           
 Literal LiteralIterator.next()
           
 

Constructors in org.mindswap.pellet with parameters of type Literal
Literal(Literal literal, ABox abox)
           
 

Uses of Literal in org.mindswap.pellet.tableau.branch
 

Constructors in org.mindswap.pellet.tableau.branch with parameters of type Literal
LiteralValueBranch(ABox abox, CompletionStrategy strategy, Literal lit, Datatype datatype)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.