|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| org.omwg.ontology | |
| org.wsmo.common | |
| org.wsmo.datastore | |
| org.wsmo.locator | |
| org.wsmo.mediator | |
| org.wsmo.service | |
| org.wsmo.validator | |
| Uses of Entity in org.omwg.ontology |
|---|
| Subinterfaces of Entity in org.omwg.ontology | |
|---|---|
interface |
Attribute
Defines WSMO attribute. |
interface |
Axiom
This interface represents a WSMO axiom. |
interface |
Concept
This interface represents a WSMO concept. |
interface |
Instance
This class represents an instance of a WSMO concept. |
interface |
Ontology
This interface represents a WSMO ontology. |
interface |
OntologyElement
this is a helper super-interface for ontology elements: - axioms - concepts - instances - relations - relation instances |
interface |
Relation
Defines the requirements for an object that represents a WSMO relation. |
interface |
RelationInstance
Defines a WSMO relation instance |
| Methods in org.omwg.ontology that return types with arguments of type Entity | |
|---|---|
Set<Entity> |
Ontology.findEntity(Identifier id)
Finds an object (axiom, concept, function, instance, relation, etc), returns NULL if none found. |
| Uses of Entity in org.wsmo.common |
|---|
| Subinterfaces of Entity in org.wsmo.common | |
|---|---|
interface |
TopEntity
Base class for top level WSMO entities (ontologies, mediators, goals, services + capabilities and interfaces) |
| Uses of Entity in org.wsmo.datastore |
|---|
| Methods in org.wsmo.datastore that return Entity | |
|---|---|
Entity |
DataStore.load(Identifier id,
Class clazz)
Loads an Entity given its identifier |
| Methods in org.wsmo.datastore that return types with arguments of type Entity | |
|---|---|
Set<Entity> |
DataStore.load(Identifier id)
Loads an Entity given its identifier |
| Methods in org.wsmo.datastore with parameters of type Entity | |
|---|---|
void |
DataStore.save(Entity item)
Store an Entity into datastore |
| Uses of Entity in org.wsmo.locator |
|---|
| Methods in org.wsmo.locator that return Entity | |
|---|---|
Entity |
LocatorManager.lookup(Identifier id,
Class clazz)
Attempts to find an entity based on its IRI. |
Entity |
Locator.lookup(Identifier id,
Class clazz)
Attempts to find an entity based on its IRI and the type of entity of interest. |
| Methods in org.wsmo.locator that return types with arguments of type Entity | |
|---|---|
Set<Entity> |
Locator.lookup(Identifier id)
Attempts to find an entity based on its IRI. |
| Uses of Entity in org.wsmo.mediator |
|---|
| Subinterfaces of Entity in org.wsmo.mediator | |
|---|---|
interface |
GGMediator
|
interface |
Mediator
|
interface |
OOMediator
|
interface |
WGMediator
|
interface |
WWMediator
|
| Uses of Entity in org.wsmo.service |
|---|
| Subinterfaces of Entity in org.wsmo.service | |
|---|---|
interface |
Capability
An interface representing a web service capability. |
interface |
Choreography
This interface represents the choreography of a web service. |
interface |
Goal
This interface represents a WSMO Goal. |
interface |
Interface
This java interface represents a WSMO web service interface. |
interface |
Orchestration
This interface represents the orchestration of a web service. |
interface |
ServiceDescription
An interface representing a service description (e.g. |
interface |
WebService
This interface represents a WSMO WebService |
| Uses of Entity in org.wsmo.validator |
|---|
| Methods in org.wsmo.validator that return Entity | |
|---|---|
Entity |
ValidationMessage.getEntity()
Returns the entity in which the violatin occured |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||