35 #ifndef FILE_RELATIONSHIP_H 36 #define FILE_RELATIONSHIP_H 40 #include "Relationship.h" 51 std::vector<Relationship> relationship;
62 std::string getPathName()
const;
63 std::vector<Relationship> getAllRelationship()
const;
64 Relationship getIndexRelationship(
const int & index)
const;
65 std::string toString()
const;
67 void setPathName(
const std::string & frPathName);
68 void addRelationship(
const Relationship & frRelationship);
void readFromString(const std::string &textInput)
Definition: FileRelationship.cpp:111
Definition: FileRelationship.h:47
Definition: ContentType.h:39
Definition: Relationship.h:44