public JHBoatPO has_rev_on() { JHBoatPO result = new JHBoatPO(new de.uks.se.learned.JHBoat[] {}); result.setModifier(this.getPattern().getModifier()); super.hasLink(JHBank.PROPERTY__REV_ON, result); return result; }
public LudoPO hasPlayers() { LudoPO result = new LudoPO(new Ludo[] {}); result.setModifier(this.getPattern().getModifier()); super.hasLink(Player.PROPERTY_PLAYERS, result); return result; }
public JHBankPO hasSide(String value) { new AttributeConstraint() .withAttrName(JHBank.PROPERTY_SIDE) .withTgtValue(value) .withSrc(this) .withModifier(this.getPattern().getModifier()) .withPattern(this.getPattern()); super.hasAttr(); return this; }