C E G H I L M O P S T U 

C

createTerm(String, String) - Static method in class org.lexvo.uwn.Entity
Create term entity.

E

Entity - Class in org.lexvo.uwn
Entity: Represents any sort of object.
Entity(String) - Constructor for class org.lexvo.uwn.Entity
Create new entity, given an entity identifier.
equals(Object) - Method in class org.lexvo.uwn.Entity
 

G

get(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve statements for an entity.
get(Entity, Entity) - Method in class org.lexvo.uwn.UWN
Retrieve statements with a given subject and predicate.
get(Entity, Entity, Entity) - Method in class org.lexvo.uwn.UWN
Retrieve statements with a given subject, predicate, and object.
getClasses(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve class of an instance entity.
getGlosses(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve human-readable glosses for an entity.
getId() - Method in class org.lexvo.uwn.Entity
Return entity identifier.
getInstances(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve instances for a class entity.
getMeaningEntities(String, String) - Method in class org.lexvo.uwn.UWN
Retrieve meanings of a term.
getMeanings(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve meanings of a term entity.
getObject() - Method in class org.lexvo.uwn.Statement
 
getParentClasses(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve parent classes for a class entity.
getPredicate() - Method in class org.lexvo.uwn.Statement
 
getSubClasses(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve subclasses for a class entity.
getSubject() - Method in class org.lexvo.uwn.Statement
 
getTermEntities(Entity) - Method in class org.lexvo.uwn.UWN
Retrieve terms (words, lexicalizations) for a meaning entity.
getTermLanguage() - Method in class org.lexvo.uwn.Entity
Get language code associated with a term entity.
getTermStr() - Method in class org.lexvo.uwn.Entity
Get string associated with a term entity.
getURI() - Method in class org.lexvo.uwn.Entity
Return an URI for the entity.
getWeight() - Method in class org.lexvo.uwn.Statement
 

H

HAS_GLOSS - Static variable in class org.lexvo.uwn.Predicates
Has-Gloss predicate: Relates an entity to a natural language description (gloss) that explicates the intended meaning.
HAS_INSTANCE - Static variable in class org.lexvo.uwn.Predicates
Has-Instance predicate: Relates a class to a specific instance of that class.
HAS_SUBCLASS - Static variable in class org.lexvo.uwn.Predicates
Has-Subclass predicate: Relates a class to a subsuming parent class.
hashCode() - Method in class org.lexvo.uwn.Entity
 

I

INSTANCE_OF - Static variable in class org.lexvo.uwn.Predicates
Instance-Of predicate: Relates an entity to an ontological class it is an instance of.
isTerm() - Method in class org.lexvo.uwn.Entity
Report whether the current entity represents a language-specific term.

L

LEXICALIZATION - Static variable in class org.lexvo.uwn.Predicates
Lexicalization predicate: Relates an entity to a term that may express or refer to it in particular contexts.

M

MEANS - Static variable in class org.lexvo.uwn.Predicates
Meaning predicate: Relates a term to one of its possible meanings in the language of the term.

O

org.lexvo.uwn - package org.lexvo.uwn
 

P

Predicates - Class in org.lexvo.uwn
Predicates used in statements to express relationships (or any other sort of state of affairs) between two entities, an object and a subject.

S

Statement - Class in org.lexvo.uwn
Statements: A statement is represented as a subject-predicate-object triple that expresses the relationship between the subject and the object.
Statement(Entity, Entity, Entity) - Constructor for class org.lexvo.uwn.Statement
create new statement
Statement(Entity, Entity, Entity, float, Statement[]) - Constructor for class org.lexvo.uwn.Statement
create new statement
SUBCLASS_OF - Static variable in class org.lexvo.uwn.Predicates
Subclass-Of predicate: Relates a parent class to a subsumed subclass.

T

toString() - Method in class org.lexvo.uwn.Entity
 
toString() - Method in class org.lexvo.uwn.Statement
 

U

UWN - Class in org.lexvo.uwn
UWN API: This class is the main entry point for querying plugins.
UWN(File) - Constructor for class org.lexvo.uwn.UWN
Default Constructor: Loads all plug-ins in the plug-in directory.
UWN(File, String[]) - Constructor for class org.lexvo.uwn.UWN
Constructor to be used if you only wish to use specific plugins.
C E G H I L M O P S T U