19 #ifndef FILE_RELATIONSHIP_H 20 #define FILE_RELATIONSHIP_H 24 #include "Relationship.h" 35 std::vector<Relationship> relationship;
46 std::string getPathName()
const;
47 std::vector<Relationship> getAllRelationship()
const;
48 Relationship getIndexRelationship(
const int & index)
const;
49 std::string toString()
const;
51 void setPathName(
const std::string & frPathName);
52 void addRelationship(
const Relationship & frRelationship);
void readFromString(const std::string &textInput)
Definition: FileRelationship.cpp:97
Definition: FileRelationship.h:31
Definition: ContentType.h:26
Definition: Relationship.h:32