Class Relation
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.Relation
public class Relation extends Object
-
Constructor Summary
Constructors Constructor Description Relation(IdRef entry1, IdRef entry2, RelationType type, Collection<Subtype> subtypes)
-
Method Summary
-
Constructor Details
-
Relation
-
-
Method Details
-
getTypeDescription
-
getRelationFromKgmlRelationElement
public static Relation getRelationFromKgmlRelationElement(org.jdom2.Element relationElement, Collection<Entry> entryElements, String clusterIdForHiddenCompounds) -
getKgmlRelationElement
public org.jdom2.Element getKgmlRelationElement() -
getDesiredNodeCombinations
public Collection<NodeCombination> getDesiredNodeCombinations(HashMap<Entry,Node> entry2graphNode, Collection<Entry> entries) -
getType
-
setType
-
processEdgeRelationInformation
-
isDirectedRelationDefinedBySubtypes
public boolean isDirectedRelationDefinedBySubtypes() -
getSubtypes
-
addSubtypeName
-
removeSubtypeName
-
hasSubtypeName
-
getSubtypeRefs
-
addSubtypeRef
-
removeSubtypeRef
-
getRelationElementsFromGraph
public static Collection<Relation> getRelationElementsFromGraph(Collection<Entry> entries, Graph graph, Collection<Gml2PathwayWarningInformation> warnings, Collection<Gml2PathwayErrorInformation> errors) -
toString
-
toStringWithKeggIDs
-
toStringWithKeggNames
-
toStringWithShortDesc
-
getSourceID
-
getTargetID
-
getSourceEntry
-
getTargetEntry
-
setSourceEntry
-
setTargetEntry
-
getCSVline
-
removeSubtypes
public void removeSubtypes()
-