Uses of Interface
ontopoly.model.RoleField.ValueIF

Packages that use RoleField.ValueIF
ontopoly.components   
ontopoly.model   
ontopoly.models   
 

Uses of RoleField.ValueIF in ontopoly.components
 

Methods in ontopoly.components that return RoleField.ValueIF
protected  RoleField.ValueIF FieldInstanceAssociationNaryField.createValue()
           
protected  RoleField.ValueIF FieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField, Topic selectedTopic)
           
 

Uses of RoleField.ValueIF in ontopoly.model
 

Methods in ontopoly.model that return RoleField.ValueIF
static RoleField.ValueIF RoleField.createValue(int arity)
          Factory method for creating a ValueIF object, which represent an instance topic on one side of an association.
 

Methods in ontopoly.model that return types with arguments of type RoleField.ValueIF
 java.util.List<RoleField.ValueIF> RoleField.getOrderedValues(Topic topic, RoleField ofield)
           
 java.util.List<RoleField.ValueIF> RoleField.getValues(Topic topic)
          Gets the instance topics on the other side of an association an instance topic takes part in.
 

Methods in ontopoly.model with parameters of type RoleField.ValueIF
 void RoleField.moveAfter(Topic instance, RoleField ofield, RoleField.ValueIF rfv1, RoleField.ValueIF rfv2)
          Change field value order so that the first value is ordered directly after the second value.
 

Uses of RoleField.ValueIF in ontopoly.models
 

Methods in ontopoly.models that return RoleField.ValueIF
 RoleField.ValueIF AssociationFieldValueModel.getAssociationFieldValue()
           
protected  RoleField.ValueIF AssociationFieldValueModel.load()
           
 

Constructors in ontopoly.models with parameters of type RoleField.ValueIF
AssociationFieldValueModel(RoleField.ValueIF afv)
           
 



Copyright © 2000-2012 Ontopia.