Package FAtiMA.socialRelations
Class RespectRelation
java.lang.Object
FAtiMA.socialRelations.Relation
FAtiMA.socialRelations.RespectRelation
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecrement(FAtiMA.Core.memory.Memory m, float intensity) static ArrayList<RespectRelation>getAllRelations(FAtiMA.Core.memory.Memory m, String subject1) static RelationgetRelation(String subject1, String subject2) floatgetValue(FAtiMA.Core.memory.Memory m) increment(FAtiMA.Core.memory.Memory m, float intensity) voidsetValue(FAtiMA.Core.memory.Memory m, float like)
-
Constructor Details
-
RespectRelation
-
-
Method Details
-
increment
-
decrement
-
getValue
public float getValue(FAtiMA.Core.memory.Memory m) -
setValue
public void setValue(FAtiMA.Core.memory.Memory m, float like) -
getHashKey
- Specified by:
getHashKeyin classRelation
-
getTarget
-
getSubject
- Specified by:
getSubjectin classRelation
-
getRelation
-
getAllRelations
public static ArrayList<RespectRelation> getAllRelations(FAtiMA.Core.memory.Memory m, String subject1)
-