Uses of Class
org.wsmo.common.exception.SynchronisationException

Packages that use SynchronisationException
org.omwg.ontology   
org.wsmo.common   
org.wsmo.datastore   
org.wsmo.factory   
org.wsmo.locator   
org.wsmo.mediator   
org.wsmo.service   
 

Uses of SynchronisationException in org.omwg.ontology
 

Methods in org.omwg.ontology that throw SynchronisationException
 void Instance.addAttributeValue(Identifier id, Value value)
          Adds a new attribute value to the list of values associated with the specified attribute of this instance.
 void Ontology.addAxiom(Axiom axiom)
          Adds a new axiom to the set of axioms defined by this ontology.
 void Instance.addConcept(Concept memberOf)
          Sets the concept this instance is an instance of.
 void Ontology.addConcept(Concept concept)
          Adds a new concept to this ontology.
 void Concept.addInstance(Instance inst)
          Adds a new instance to the set of instances of this concept The instance will also add this concept to the list of its concepts
 void Ontology.addInstance(Instance instance)
          Adds a new instance to the list of instances defined by this ontology.
 void Ontology.addRelation(Relation relation)
          Adds a new relation to the list of relations defined by this ontology.
 void Relation.addRelationInstance(RelationInstance relInst)
          Adds a new RelationInstance to the set of instances of this relation The relation instance will also set this relation as the relation it is an instance of
 void Ontology.addRelationInstance(RelationInstance instance)
          Adds a new relationInstance to the list of relationInstances defined by this ontology.
 void Concept.addSubConcept(Concept subConcept)
          Adds a new concept to the set of sub-concepts of this concept The sub concept will also add this concept to the list of its super-concepts.
 void Relation.addSubRelation(Relation subRel)
          Adds a new relation to the set of sub-relations of this relation The sub-relation will also add this relation to the list of its super-relations
 void Concept.addSuperConcept(Concept superConcept)
          Adds a new concept to the set of super-concepts of this concept The super concept will also add this concept to the list of its sub-concepts
 void Relation.addSuperRelation(Relation superRel)
          Adds a new relation to the set of super-relation of this relation The super-relation will also add this relation to the list of its sub-relations
 Parameter Relation.createParameter(byte pos)
          The positioning of the parameters is zero-based, i.e.
 Set<Attribute> Instance.findAttributeDefinitions(Identifier id)
          Search this concept and all super concepts for a specified attribute.
 Axiom Ontology.findAxiom(Identifier id)
          Finds an axiom in the set of axioms defined by this ontology (returns NULL if none found).
 Concept Ontology.findConcept(Identifier id)
          Finds a concept in the set of concepts defined by this ontology (returns null if none found).
 Set<Entity> Ontology.findEntity(Identifier id)
          Finds an object (axiom, concept, function, instance, relation, etc), returns NULL if none found.
 Instance Ontology.findInstance(Identifier id)
          Finds an instance in the set of instances defined by this ontology (returns NULL if none found).
 Relation Ontology.findRelation(Identifier id)
          Finds a relation in the set of relations defined by this ontology (returns NULL if none found).
 RelationInstance Ontology.findRelationInstance(Identifier id)
          Finds a relation instance in the set of relation instances defined by this ontology (returns NULL if none found).
 Ontology OntologyElement.getOntology()
          Retrieve the ontology containing this entity.
 Parameter Relation.getParameter(byte pos)
          retrieve the parameter at a given position Note: the parameter must already exist (e.g.
 Value RelationInstance.getParameterValue(byte pos)
          Returns the value of the specified paramter.
 Relation RelationInstance.getRelation()
          Returns the relation this relation instance is an instance of.
 Set<Attribute> Concept.listAttributes()
          Returns a list of this concept's attributes.
 Map<Identifier,Set<Value>> Instance.listAttributeValues()
          Returns all attribute values for this instance.
 Set<Value> Instance.listAttributeValues(Identifier key)
          Returns a list of values of a specified attribute.
 Set<Axiom> Ontology.listAxioms()
          Lists the axioms defined by this ontology.
 Set<Concept> Instance.listConcepts()
          Returns a list of the concepts this instance belongs to
 Set<Concept> Ontology.listConcepts()
          Lists the concepts defined by this ontology.
 Set<Instance> Concept.listInstances()
          Returns a list of this concept's instances
 Set<Instance> Ontology.listInstances()
          Lists the instances defined by this ontology.
 List<Parameter> Relation.listParameters()
          Returns a list of this relation's parameters
 Set<RelationInstance> Relation.listRelationInstances()
          Returns a list of this relation's instances
 Set<RelationInstance> Ontology.listRelationInstances()
          Lists the relationInstances defined by this ontology.
 Set<Relation> Ontology.listRelations()
          Lists the relations defined by this ontology.
 Set<Concept> Concept.listSubConcepts()
          Lists the sub-concepts of this concept
 Set<Relation> Relation.listSubRelations()
          Lists the sub-relations of this relation
 Set<Concept> Concept.listSuperConcepts()
          Lists the super-concepts of this concept.
 Set<Relation> Relation.listSuperRelations()
          Lists the super-relations of this relation
 void Concept.removeAttribute(Attribute attr)
          Removes an attribute from this concept's list of attributes.
 void Instance.removeAttributeValue(Identifier key, Value value)
          Removes a particular value associated with an attribute within this instance.
 void Instance.removeAttributeValues(Identifier id)
          Clears all the values associated with a particular attribute of this instance.
 void Ontology.removeAxiom(Axiom axiom)
          Removes an axiom from the set of axioms defined by this ontology.
 void Ontology.removeAxiom(Identifier id)
          Removes an axiom from the set of axioms defined by this ontology.
 void Instance.removeConcept(Concept memberOf)
          Removes a concept from the set of concepts that this entity is an instance of.
 void Ontology.removeConcept(Concept concept)
          Removes a particular concept from this ontology.
 void Ontology.removeConcept(Identifier id)
          Removes a particular concept from this ontology.
 void Ontology.removeInstance(Identifier id)
          Removes an instance from the list of instances defined by this ontology.
 void Concept.removeInstance(Instance inst)
          Removes an instance from the set of instances of this concept The instance will also remove this concept from the list of its concepts
 void Ontology.removeInstance(Instance instance)
          Removes an instance from the list of instances defined by this ontology.
 void Relation.removeParameter(byte pos)
          Removes a parameter from this relation's list of attributes.
 void Relation.removeParameter(Parameter param)
          The positioning of the parameters is zero-based, i.e.
 void Ontology.removeRelation(Identifier id)
          Removes a relation from the list of relations defined by this ontology.
 void Ontology.removeRelation(Relation relation)
          Removes a relation from the list of relations defined by this ontology.
 void Ontology.removeRelationInstance(Identifier id)
          Removes a relationInstance from the list of relationInstances defined by this ontology.
 void Relation.removeRelationInstance(RelationInstance relInst)
          Removes a relation instance from the set of instances of this relation The relation instance will also set null for as the relation it is an instance of
 void Ontology.removeRelationInstance(RelationInstance instance)
          Removes a relationInstance from the list of relationInstances defined by this ontology.
 void Concept.removeSubConcept(Concept subConcept)
          Removes a concept from the set of sub-concepts of this concept The sub concept will also remove this concept from the list of its super-concepts.
 void Relation.removeSubRelation(Relation subRel)
          Removes a relation from the set of sub-relations of this relation The sub-relation will also remove this relation from the list of its super-relations
 void Concept.removeSuperConcept(Concept superConcept)
          Removes a concept from the set of super-concepts of this concept The super concept will also remove this concept from the list of its sub-concepts.
 void Relation.removeSuperRelation(Relation superRel)
          Removes a relation from the set of super-relations of this relation The super-relation will also remove this relation from the list of its sub-relations
 void OntologyElement.setOntology(Ontology ontology)
          Sets the ontology containing this entity Note that a call to setOntology() i.e.
 void RelationInstance.setParameterValue(byte pos, Value value)
          Sets the value of the specieifed Parameter to be the specified ParameterValue object.
 void RelationInstance.setRelation(Relation memberOf)
          Sets the relation this relation instance is an instance of.
 

Uses of SynchronisationException in org.wsmo.common
 

Methods in org.wsmo.common that throw SynchronisationException
 void Entity.addNFPValue(IRI key, Identifier value)
          Adds a value to the list of values associated with this key.
 void Entity.addNFPValue(IRI key, Value value)
          Adds a value to the list of values associated with this key.
 Map<IRI,Set<Object>> Entity.listNFPValues()
          Returns all the NFP with their values as java.util.Map.
 Set<Object> Entity.listNFPValues(IRI key)
          Returns the list of values associated with the specified key.
 void Entity.removeNFP(IRI key)
          Removes a NFP (e.g.
 void Entity.removeNFPValue(IRI key, Identifier value)
          Removes a value from the list of values associated with a specific key.
 void Entity.removeNFPValue(IRI key, Value value)
          Removes a value from the list of values associated with a specific key.
 

Uses of SynchronisationException in org.wsmo.datastore
 

Methods in org.wsmo.datastore that throw SynchronisationException
 void WsmoRepository.addGoal(Goal goal)
           
 void WsmoRepository.addMediator(Mediator med)
           
 void WsmoRepository.addOntology(Ontology ont)
           
 void WsmoRepository.addWebService(WebService ws)
           
 void WsmoRepository.deleteGoal(IRI id)
           
 void WsmoRepository.deleteMediator(IRI id)
           
 void WsmoRepository.deleteOntology(IRI id)
           
 void WsmoRepository.deleteWebService(IRI id)
           
 Goal WsmoRepository.getGoal(IRI id)
           
 Mediator WsmoRepository.getMediator(IRI id)
           
 Ontology WsmoRepository.getOntology(IRI id)
           
 String WsmoRepository.getVersion()
           
 WebService WsmoRepository.getWebService(IRI id)
           
 List<IRI> WsmoRepository.listGoals()
           
 List<IRI> WsmoRepository.listMediators()
           
 List<IRI> WsmoRepository.listOntologies()
           
 List<IRI> WsmoRepository.listWebServices()
           
 void WsmoRepository.saveGoal(Goal ont)
           
 void WsmoRepository.saveMediator(Mediator med)
           
 void WsmoRepository.saveOntology(Ontology ont)
           
 void WsmoRepository.saveWebService(WebService ws)
           
 

Uses of SynchronisationException in org.wsmo.factory
 

Methods in org.wsmo.factory that throw SynchronisationException
 Instance WsmoFactory.createInstance(Identifier id, Concept concept)
          Creates a new Instance object.
 RelationInstance WsmoFactory.createRelationInstance(Identifier id, Relation rel)
          Creates a new RelationInstance object.
 RelationInstance WsmoFactory.createRelationInstance(Relation rel)
          Creates a new RelationInstance object.
 

Uses of SynchronisationException in org.wsmo.locator
 

Methods in org.wsmo.locator that throw SynchronisationException
 Set<Entity> Locator.lookup(Identifier id)
          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.
 

Uses of SynchronisationException in org.wsmo.mediator
 

Methods in org.wsmo.mediator that throw SynchronisationException
 void Mediator.addSource(IRI iri)
          add a source component to this mediator.
 IRI Mediator.getMediationService()
          Returns the mediation service of this mediator.
 IRI Mediator.getTarget()
          Returns the target component of this mediator.
 Set<IRI> Mediator.listSources()
          Returns set of the source components for this mediator.
 void Mediator.removeSource(IRI iri)
          remove a source component from this mediator.
 void Mediator.setMediationService(IRI medServiceID)
          Sets the ID of the service which performs the actual mediation.
 void Mediator.setTarget(IRI target)
          Sets the target component of this mediator.
 

Uses of SynchronisationException in org.wsmo.service
 

Methods in org.wsmo.service that throw SynchronisationException
 void Capability.addAssumption(Axiom axiom)
          Adds an assumption to the list of assumptions associated with this capability.
 void Capability.addEffect(Axiom axiom)
          Adds an effect to the list of effects of this capability.
 void Capability.addPostCondition(Axiom axiom)
          Adds a new post-condition to the list of post-conditions associated with this capability.
 void Capability.addPreCondition(Axiom axiom)
          Adds a pre-condition to the list of pre-conditions of this capability.
 void Capability.addSharedVariable(Variable var)
          Adds a new shared variable to the list of variables used by the logical expressions of this capability.
 Set<Axiom> Capability.listAssumptions()
          Lists the assumptions associated with this capability.
 Set<Axiom> Capability.listEffects()
          Lists the effects of this capability.
 Set<Axiom> Capability.listPostConditions()
          Returns the list of post-conditions associated with this capability.
 Set<Axiom> Capability.listPreConditions()
          Lists the pre-conditions of this capability.
 Set<Variable> Capability.listSharedVariables()
          returns the set of shared variables used by the logical expressions of this capability.
 void Capability.removeAssumption(Axiom axiom)
          Removes an assumption from the list of assumptions associated with this capability.
 void Capability.removeAssumption(Identifier id)
          Removes an assumption from the list of assumptions associated with this capability.
 void Capability.removeEffect(Axiom axiom)
          Removes an effect from the list of effects associated with this capability.
 void Capability.removeEffect(Identifier id)
          Removes an effect from the list of effects associated with this capability.
 void Capability.removePostCondition(Axiom axiom)
          Removes a post-condition from the list of post-conditions associated with this capability.
 void Capability.removePostCondition(Identifier id)
          Removes a post-condition from the list of post-conditions associated with this capability.
 void Capability.removePreCondition(Axiom axiom)
          Removes a pre-condition from the list of pre-conditions associated with this capability.
 void Capability.removePreCondition(Identifier id)
          Removes a pre-condition from the list of pre-conditions associated with this capability.
 void Capability.removeSharedVariable(String name)
          Removes a shared variable from the list of variables used by the logical expressions of this capability.
 void Capability.removeSharedVariable(Variable var)
          Removes a shared variable from the list of variables used by the logical expressions of this capability.
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.