Uses of Class
ucot.model.relation.Relation

Packages that use Relation
ucot.model.relation   
 

Uses of Relation in ucot.model.relation
 

Fields in ucot.model.relation with type parameters of type Relation
private  java.util.Set<Relation> RelationalAnalyzeModel.relations
           
 

Methods in ucot.model.relation that return types with arguments of type Relation
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsFrom(Thing item)
          Returns relations that originates from given thing.
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsFrom(Thing thing1, Method method)
          Returns relations which mark method influence and originate from given thing.
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsFrom(Thing item, RelationType type)
          Returns relations that are certain type and are originated from given item.
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsFrom(Thing item, java.lang.String toType)
          Returns relations which point to thing of spesific type and are originated from given item.
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsTo(Thing item)
          Returns relations that point to given thing.
 java.util.Set<Relation> RelationalAnalyzeModel.getRelationsTo(Thing item, RelationType type)
          Returns relations that are certain type and targets given item.
 

Methods in ucot.model.relation with parameters of type Relation
protected  void RelationalAnalyzeModel.addRelation(Relation relation)
          Adds relation to this model.
protected  void RelationalAnalyzeModel.removeRelation(Relation relation)
          Removes given relation.