Version: 1.1.1

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

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

Uses of Relationship.RELATIONSHIP_TYPE in org.inb.biomoby.central
 

Method parameters in org.inb.biomoby.central with type arguments of type Relationship.RELATIONSHIP_TYPE
 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.RELATIONSHIP_TYPE in org.inb.biomoby.central.factory.jaxb
 

Method parameters in org.inb.biomoby.central.factory.jaxb with type arguments of type Relationship.RELATIONSHIP_TYPE
 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)
           
 

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

Methods in org.inb.biomoby.central.factory.jaxb.registry that return Relationship.RELATIONSHIP_TYPE
 Relationship.RELATIONSHIP_TYPE RetrieveObjectDefinitionOperation.Relationship.getRelationshipType()
           
 Relationship.RELATIONSHIP_TYPE RegisterObjectClassOperation.Relationship.getRelationshipType()
           
 Relationship.RELATIONSHIP_TYPE RegisterServiceTypeOperation.Relationship.getRelationshipType()
           
 Relationship.RELATIONSHIP_TYPE RelationshipsOperation.Relationship.getRelationshipType()
           
 

Methods in org.inb.biomoby.central.factory.jaxb.registry that return types with arguments of type Relationship.RELATIONSHIP_TYPE
 List<Relationship.RELATIONSHIP_TYPE> RelationshipsOperation.RelationshipsInput.getRelationships()
           
 

Methods in org.inb.biomoby.central.factory.jaxb.registry with parameters of type Relationship.RELATIONSHIP_TYPE
 void RelationshipsOperation.RelationshipsInput.addRelationship(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 void RegisterObjectClassOperation.Relationship.setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 void RegisterServiceTypeOperation.Relationship.setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 void RelationshipsOperation.Relationship.setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 

Uses of Relationship.RELATIONSHIP_TYPE in org.inb.biomoby.central.gui.renderer
 

Methods in org.inb.biomoby.central.gui.renderer that return Relationship.RELATIONSHIP_TYPE
 Relationship.RELATIONSHIP_TYPE CardinalityTableCellEditor.CardinalityComponent.getCardinality()
           
 

Methods in org.inb.biomoby.central.gui.renderer with parameters of type Relationship.RELATIONSHIP_TYPE
 void CardinalityTableCellEditor.CardinalityComponent.setCardinality(Relationship.RELATIONSHIP_TYPE relationship)
           
 

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

Methods in org.inb.biomoby.shared.registry that return Relationship.RELATIONSHIP_TYPE
 Relationship.RELATIONSHIP_TYPE Relationship.getRelationshipType()
           
static Relationship.RELATIONSHIP_TYPE Relationship.RELATIONSHIP_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Relationship.RELATIONSHIP_TYPE[] Relationship.RELATIONSHIP_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.inb.biomoby.shared.registry with parameters of type Relationship.RELATIONSHIP_TYPE
 Relationship<ObjectType> ObjectType.getRelationship(Relationship.RELATIONSHIP_TYPE relationshipType)
          Auxiliary method to find relationship by its type
 void Relationship.setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 


Version: 1.1.1

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