Version: 1.1.1

Uses of Class
org.inb.biomoby.shared.registry.Relationship

Packages that use Relationship
org.inb.biomoby.central   
org.inb.biomoby.central.factory.jaxb   
org.inb.biomoby.central.gui.model   
org.inb.biomoby.shared.registry   
 

Uses of Relationship in org.inb.biomoby.central
 

Methods in org.inb.biomoby.central that return types with arguments of type Relationship
 List<Relationship<ObjectType>> MobyCentralOperations.relationships(ObjectType objectType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<Relationship<ServiceType>> MobyCentralOperations.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 

Uses of Relationship in org.inb.biomoby.central.factory.jaxb
 

Methods in org.inb.biomoby.central.factory.jaxb that return types with arguments of type Relationship
 List<Relationship<ObjectType>> JAXBMobyCentralImpl.relationships(ObjectType objectType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<Relationship<ServiceType>> JAXBMobyCentralImpl.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 

Methods in org.inb.biomoby.central.factory.jaxb with parameters of type Relationship
static RegisterServiceTypeOperation.Relationship ModelConverter.convert(Relationship<ServiceType> relationship)
           
 

Uses of Relationship in org.inb.biomoby.central.gui.model
 

Methods in org.inb.biomoby.central.gui.model that return Relationship
 Relationship<ObjectType> MobyObjectPropertiesTableModel.addProperty(ObjectType property)
          Method to add a property into the table model
 Relationship<ObjectType> MobyPropertiesTableModel.addProperty(ObjectType property)
           
 Relationship<ObjectType> MobyPropertiesTableModel.get(int row)
           
 Relationship<ObjectType> MobyObjectPropertiesTableModel.remove(int row)
           
 Relationship<ObjectType> MobyPropertiesTableModel.remove(int row)
           
 

Uses of Relationship in org.inb.biomoby.shared.registry
 

Methods in org.inb.biomoby.shared.registry that return Relationship
 Relationship<T> Relationship.clone()
           
 Relationship<ObjectType> ObjectType.getRelationship(Relationship.RELATIONSHIP_TYPE relationshipType)
          Auxiliary method to find relationship by its type
 

Methods in org.inb.biomoby.shared.registry that return types with arguments of type Relationship
 List<Relationship<ServiceType>> ServiceType.getRelationships()
           
 List<Relationship<ObjectType>> ObjectType.getRelationships()
           
 

Methods in org.inb.biomoby.shared.registry with parameters of type Relationship
 void ObjectType.addRelationship(Relationship<ObjectType> relationship)
           
 void ServiceType.addRelationship(Relationship<ServiceType> relationship)
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010