Exemplo n.º 1
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();
 }
Exemplo n.º 2
0
 public abstract bool IsSubsetOf(ArchetypeConstraint other);
Exemplo n.º 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();
 }
Exemplo n.º 4
0
 public abstract bool IsSubsetOf(ArchetypeConstraint other);