All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kuangkie.rrc.query.criteria.relation.RelationCriterionInfo Maven / Gradle / Ivy

The newest version!
package com.kuangkie.rrc.query.criteria.relation;

import java.util.Collection;

import com.alibaba.fastjson.JSONObject;
import com.kuangkie.common.FGOSerializable;

public interface RelationCriterionInfo extends FGOSerializable{

	Collection getInRelationTypes();

	//此方法至关重要
	void setInRelationTypes(Collection inRelationTypes);

	Collection getExRelationTypes();


	Collection getInLeftCodes();


	Collection getExLeftCodes();


	Collection getInRightCodes();


	Collection getExRightCodes();


	boolean isUseful();

	Collection getRelationTypesOfGroup();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy