/// <summary>
 /// True if constraints represented by other are narrower than this node. Note: not easily evaluatable for CONSTRAINT_REF nodes.
 /// </summary>
 /// <param name="other"></param>
 /// <returns></returns>
 public override bool IsSubsetOf(ArchetypeConstraint other)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public abstract bool IsSubsetOf(ArchetypeConstraint other);
Exemple #3
0
 /// <summary>
 /// True if constraints represented by other are narrower than this node. Note: not easily evaluatable for CONSTRAINT_REF nodes.
 /// </summary>
 /// <param name="other"></param>
 /// <returns></returns>
 public override bool IsSubsetOf(ArchetypeConstraint other)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public abstract bool IsSubsetOf(ArchetypeConstraint other);