@class MAEdgeFilter; @interface PGGraphAreaEdge : PGGraphOptimizedEdge <MAUniquelyIdentifiableEdge> @property (readonly) double relevance; @property (readonly, nonatomic) MAEdgeFilter *uniquelyIdentifyingFilter; + (id)filter; - (id)label; - (id)propertyDictionary; - (unsigned short)domain; - (BOOL)hasProperties:(id)a0; - (id)initWithLabel:(id)a0 sourceNode:(id)a1 targetNode:(id)a2 domain:(unsigned short)a3 weight:(float)a4 properties:(id)a5; - (id)edgeDescription; - (id)initFromAddressNode:(id)a0 toAreaNode:(id)a1 relevance:(double)a2; - (id)initWithLabel:(id)a0 sourceNode:(id)a1 targetNode:(id)a2 domain:(unsigned short)a3 properties:(id)a4; @end