Class SessionLinkInfo
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references.SessionLinkInfo
- All Implemented Interfaces:
Comparable<SessionLinkInfo>
public class SessionLinkInfo extends Object implements Comparable<SessionLinkInfo>
-
Constructor Summary
Constructors Constructor Description SessionLinkInfo(Graph otherGraph)
SessionLinkInfo(EditorSession otherSession)
-
Method Summary
Modifier and Type Method Description int
compareTo(SessionLinkInfo o)
boolean
equals(Object obj)
String
getFileName()
Graph
getGraph()
int
hashCode()
-
Constructor Details
-
SessionLinkInfo
-
SessionLinkInfo
- Throws:
URISyntaxException
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getFileName
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SessionLinkInfo>
-
getGraph
-